Shades of Frost #DEE0CD
Tints of Frost #DEE0CD
RGB
CMYK
RGB Variations
Color information
#DEE0CD (or 0xDEE0CD) is known color: Frost. HEX triplet: DE, E0 and CD. RGB value is (222,224,205). Sum of RGB (Red+Green+Blue) = 222+224+205=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CD is #211F32. Grayscale: #DDDDDD. Windows color (decimal): -2170675 or 13492446. OLE color: 13492446.
HSL color Cylindrical-coordinate representation of color #DEE0CD: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE0CD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 205 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.12 |
| HSL | 66.32º | 0.23% | 0.84% | - |
| HSV(B) | 66.32º | 0.08% | 0.88% | - |
| XYZ | 67.8 | 73.25 | 68.32 | - |
| YUV | 221.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 205 | 0.01 | 0 | 0.08 | 0.12 | 66.32 | 0.23 | 0.84 |
| Hex | DE | E0 | CD | 1 | 0 | 8 | C | 42 | 17 | 54 |
| Octal | 336 | 340 | 315 | 1 | 0 | 10 | 14 | 102 | 27 | 124 |
| Binary | 11011110 | 11100000 | 11001101 | 1 | 0 | 1000 | 1100 | 1000010 | 10111 | 1010100 |
Color Harmonies of #DEE0CD
Complementary color
Monochromatic Colors of #DEE0CD
Black with #DEE0CD
Text Example
Text Example
White with #DEE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0CD; }
p { color: rgb(222,224,205); }
H1.HeaderClassName
{
color: #DEE0CD;
}
.AnyTagClassName
{
color: #DEE0CD;
}
</style>
background-color css
<style>
a { background-color: #DEE0CD; }
a { background-color: rgb(222,224,205); }
div.DivClassName
{
background-color: #DEE0CD;
}
.BgClassName
{
background-color: #DEE0CD;
}
</style>
border-color css
<style>
span { border-color: #DEE0CD; }
span { border-color: rgb(222,224,205); }
td.TdClassName
{
border-color: #DEE0CD;
}
.TagClassName
{
border-color: #DEE0CD;
}
</style>