Shades of Frost #DEE0C9
Tints of Frost #DEE0C9
RGB
CMYK
RGB Variations
Color information
#DEE0C9 (or 0xDEE0C9) is known color: Frost. HEX triplet: DE, E0 and C9. RGB value is (222,224,201). Sum of RGB (Red+Green+Blue) = 222+224+201=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0C9 is #211F36. Grayscale: #DCDCDC. Windows color (decimal): -2170679 or 13230302. OLE color: 13230302.
HSL color Cylindrical-coordinate representation of color #DEE0C9: hue angle of 65.22º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE0C9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 201 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.12 |
| HSL | 65.22º | 0.27% | 0.83% | - |
| HSV(B) | 65.22º | 0.1% | 0.88% | - |
| XYZ | 67.32 | 73.06 | 65.81 | - |
| YUV | 220.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 201 | 0.01 | 0 | 0.10 | 0.12 | 65.22 | 0.27 | 0.83 |
| Hex | DE | E0 | C9 | 1 | 0 | A | C | 41 | 1B | 53 |
| Octal | 336 | 340 | 311 | 1 | 0 | 12 | 14 | 101 | 33 | 123 |
| Binary | 11011110 | 11100000 | 11001001 | 1 | 0 | 1010 | 1100 | 1000001 | 11011 | 1010011 |
Color Harmonies of #DEE0C9
Complementary color
Monochromatic Colors of #DEE0C9
Black with #DEE0C9
Text Example
Text Example
White with #DEE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0C9; }
p { color: rgb(222,224,201); }
H1.HeaderClassName
{
color: #DEE0C9;
}
.AnyTagClassName
{
color: #DEE0C9;
}
</style>
background-color css
<style>
a { background-color: #DEE0C9; }
a { background-color: rgb(222,224,201); }
div.DivClassName
{
background-color: #DEE0C9;
}
.BgClassName
{
background-color: #DEE0C9;
}
</style>
border-color css
<style>
span { border-color: #DEE0C9; }
span { border-color: rgb(222,224,201); }
td.TdClassName
{
border-color: #DEE0C9;
}
.TagClassName
{
border-color: #DEE0C9;
}
</style>