CSS color() function
The CSS `color()` function allows the browser to display colors in any color space, such as the P3 color space which can display colors outside of the default sRGB color space.
LCH and Lab color values
The `lch()` and `lab()` color functions are based on the CIE LAB color space, representing colors in a way that closely matches human perception and provides access to a wider spectrum of colors than offered by the usual RGB color space.
#rrggbbaa hex color notation
The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.
CSS3 Colors
Method of describing colors using Hue, Saturation and Lightness (hsl()) rather than just RGB, as well as allowing alpha-transparency with rgba() and hsla().
cssprimitivevalue api: getrgbcolorvalue
ext_srgb api
rgbcolor api
rgbcolor api: blue
rgbcolor api: green
rgbcolor api: red
webgl_compressed_texture_s3tc_srgb api
css property: color-interpolation-filters: linearrgb
css property: color-interpolation-filters: srgb
css property: color-interpolation: `srgb` value
types: `<color>`: `rgb()` (rgb color model)
types: `<color>`: `rgb()` (rgb color model): alpha parameter
types: `<color>`: `rgb()` (rgb color model): float values in parameters
types: `<color>`: rgb hexadecimal notation (`#rrggbb`, `#rgb`, …)
types: `<color>`: rgb hexadecimal notation (`#rrggbb`, `#rgb`, …): rgba hexadecimal notation (`#rrggbbaa`, `#rgba`)
types: `<color>`: `rgb()` (rgb color model): mix `<percentage>` and `<number>` in parameters
types: `<color>`: `rgb()` (rgb color model): relative rgb colors
types: `<color>`: `rgb()` (rgb color model): space-separated rgb() parameters
global_attributes: color-interpolation: srgb
23 results found.