DEV Community

Discussion on: Explaining CSS Blending by Example

Collapse
 
codevault profile image
Sergiu Mureşan

I didn't even know blending in CSS existed. Thank you! You explain really well.

I am quite curious why you said that colors in CSS are broken. You mean the hexadecimal notation?

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

I mean both the hex notation and rgb(r,g,b) notation. The natural range of color values of 0..1, but you're forced to use the encoded 0..255 values in CSS. That makes blending harder to understand.