CSS 33 ๐ป color gamut, color index media features
a - color-gamut media feature
color-gamut allows you to query and apply styles based on the approximate gamut of the display
It is important when dealing with high-fidelity colors
values: srgb โ indicates an sRGB color space
p3 โindicates a DCI-P3 or Adobe RGB(1988) color space
rec2020 โindicate a Rec. 2020 color space, most widely used color space
display-p3 โ a p3 alias
The example automatically adjusts the background color based on the displays...
...capability to display different color spaces.
b - color-index media feature
color-index queries and applies styles based on the output device's color lookup table
It is useful for optimizing image and video quality
value โ integer
You can also use min-color-index and max-color-index
min-color-index is the same as color-index = value
max-color-index is the same as color-index = value
@media (min-color-index: 1) โ style for browsers with at least 1 color index
@media (max-color-index: 8) โ style for browsers with fewer than 8 of color indices
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!