Shades of Frost #DEE0D0
Tints of Frost #DEE0D0
RGB
CMYK
RGB Variations
Color information
#DEE0D0 (or 0xDEE0D0) is known color: Frost. HEX triplet: DE, E0 and D0. RGB value is (222,224,208). Sum of RGB (Red+Green+Blue) = 222+224+208=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0D0 is #211F2F. Grayscale: #DDDDDD. Windows color (decimal): -2170672 or 13689054. OLE color: 13689054.
HSL color Cylindrical-coordinate representation of color #DEE0D0: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE0D0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 208 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.12 |
| HSL | 67.5º | 0.21% | 0.85% | - |
| HSV(B) | 67.5º | 0.07% | 0.88% | - |
| XYZ | 68.17 | 73.39 | 70.25 | - |
| YUV | 221.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 208 | 0.01 | 0 | 0.07 | 0.12 | 67.5 | 0.21 | 0.85 |
| Hex | DE | E0 | D0 | 1 | 0 | 7 | C | 44 | 15 | 55 |
| Octal | 336 | 340 | 320 | 1 | 0 | 7 | 14 | 104 | 25 | 125 |
| Binary | 11011110 | 11100000 | 11010000 | 1 | 0 | 111 | 1100 | 1000100 | 10101 | 1010101 |
Color Harmonies of #DEE0D0
Complementary color
Monochromatic Colors of #DEE0D0
Black with #DEE0D0
Text Example
Text Example
White with #DEE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0D0; }
p { color: rgb(222,224,208); }
H1.HeaderClassName
{
color: #DEE0D0;
}
.AnyTagClassName
{
color: #DEE0D0;
}
</style>
background-color css
<style>
a { background-color: #DEE0D0; }
a { background-color: rgb(222,224,208); }
div.DivClassName
{
background-color: #DEE0D0;
}
.BgClassName
{
background-color: #DEE0D0;
}
</style>
border-color css
<style>
span { border-color: #DEE0D0; }
span { border-color: rgb(222,224,208); }
td.TdClassName
{
border-color: #DEE0D0;
}
.TagClassName
{
border-color: #DEE0D0;
}
</style>