Shades of Frost #DEE1C9
Tints of Frost #DEE1C9
RGB
CMYK
RGB Variations
Color information
#DEE1C9 (or 0xDEE1C9) is known color: Frost. HEX triplet: DE, E1 and C9. RGB value is (222,225,201). Sum of RGB (Red+Green+Blue) = 222+225+201=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1C9 is #211E36. Grayscale: #DDDDDD. Windows color (decimal): -2170423 or 13230558. OLE color: 13230558.
HSL color Cylindrical-coordinate representation of color #DEE1C9: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE1C9 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 201 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.12 |
| HSL | 67.5º | 0.29% | 0.84% | - |
| HSV(B) | 67.5º | 0.11% | 0.88% | - |
| XYZ | 67.59 | 73.6 | 65.9 | - |
| YUV | 221.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 201 | 0.01 | 0 | 0.11 | 0.12 | 67.5 | 0.29 | 0.84 |
| Hex | DE | E1 | C9 | 1 | 0 | B | C | 44 | 1D | 54 |
| Octal | 336 | 341 | 311 | 1 | 0 | 13 | 14 | 104 | 35 | 124 |
| Binary | 11011110 | 11100001 | 11001001 | 1 | 0 | 1011 | 1100 | 1000100 | 11101 | 1010100 |
Color Harmonies of #DEE1C9
Complementary color
Monochromatic Colors of #DEE1C9
Black with #DEE1C9
Text Example
Text Example
White with #DEE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1C9; }
p { color: rgb(222,225,201); }
H1.HeaderClassName
{
color: #DEE1C9;
}
.AnyTagClassName
{
color: #DEE1C9;
}
</style>
background-color css
<style>
a { background-color: #DEE1C9; }
a { background-color: rgb(222,225,201); }
div.DivClassName
{
background-color: #DEE1C9;
}
.BgClassName
{
background-color: #DEE1C9;
}
</style>
border-color css
<style>
span { border-color: #DEE1C9; }
span { border-color: rgb(222,225,201); }
td.TdClassName
{
border-color: #DEE1C9;
}
.TagClassName
{
border-color: #DEE1C9;
}
</style>