RGB
255, 222, 173
HSL
36°, 100%, 84%
CMYK
0, 13, 32, 0
HSV
36°, 32%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFDEAD |
color: #FFDEAD;
|
| RGB | 255, 222, 173 |
color: rgb(255, 222, 173);
|
| RGB Percentage | 100%, 87%, 68% |
color: rgb(100%, 87%, 68%);
|
| CMYK | 0%, 13%, 32%, 0% | Not supported in CSS |
| HSL | 36°, 100%, 84% |
color: hsl(36, 100%, 84%);
|
| HSV | 36°, 32%, 100% | Not supported in CSS |
| CIE-LAB | 67, 7, 16 |
color: lab(67% 7 16);
|
| Decimal | 16768685 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.navajo-white {
color: #FFDEAD;
}
SCSS
$navajo-white: #FFDEAD;
RGB
rgb(255, 222, 173)
Accessibility & Contrast
White background
1.29:1
1.29
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
16.30:1
16.30
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element