Shades of Frost #DEE0CF
Tints of Frost #DEE0CF
RGB
CMYK
RGB Variations
Color information
#DEE0CF (or 0xDEE0CF) is known color: Frost. HEX triplet: DE, E0 and CF. RGB value is (222,224,207). Sum of RGB (Red+Green+Blue) = 222+224+207=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CF is #211F30. Grayscale: #DDDDDD. Windows color (decimal): -2170673 or 13623518. OLE color: 13623518.
HSL color Cylindrical-coordinate representation of color #DEE0CF: hue angle of 67.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE0CF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 207 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.12 |
| HSL | 67.06º | 0.22% | 0.85% | - |
| HSV(B) | 67.06º | 0.08% | 0.88% | - |
| XYZ | 68.04 | 73.35 | 69.6 | - |
| YUV | 221.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 207 | 0.01 | 0 | 0.08 | 0.12 | 67.06 | 0.22 | 0.85 |
| Hex | DE | E0 | CF | 1 | 0 | 8 | C | 43 | 16 | 55 |
| Octal | 336 | 340 | 317 | 1 | 0 | 10 | 14 | 103 | 26 | 125 |
| Binary | 11011110 | 11100000 | 11001111 | 1 | 0 | 1000 | 1100 | 1000011 | 10110 | 1010101 |
Color Harmonies of #DEE0CF
Complementary color
Monochromatic Colors of #DEE0CF
Black with #DEE0CF
Text Example
Text Example
White with #DEE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0CF; }
p { color: rgb(222,224,207); }
H1.HeaderClassName
{
color: #DEE0CF;
}
.AnyTagClassName
{
color: #DEE0CF;
}
</style>
background-color css
<style>
a { background-color: #DEE0CF; }
a { background-color: rgb(222,224,207); }
div.DivClassName
{
background-color: #DEE0CF;
}
.BgClassName
{
background-color: #DEE0CF;
}
</style>
border-color css
<style>
span { border-color: #DEE0CF; }
span { border-color: rgb(222,224,207); }
td.TdClassName
{
border-color: #DEE0CF;
}
.TagClassName
{
border-color: #DEE0CF;
}
</style>