Shades of Frost #DEE0CA
Tints of Frost #DEE0CA
RGB
CMYK
RGB Variations
Color information
#DEE0CA (or 0xDEE0CA) is known color: Frost. HEX triplet: DE, E0 and CA. RGB value is (222,224,202). Sum of RGB (Red+Green+Blue) = 222+224+202=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CA is #211F35. Grayscale: #DCDCDC. Windows color (decimal): -2170678 or 13295838. OLE color: 13295838.
HSL color Cylindrical-coordinate representation of color #DEE0CA: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE0CA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 202 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.12 |
| HSL | 65.45º | 0.26% | 0.84% | - |
| HSV(B) | 65.45º | 0.1% | 0.88% | - |
| XYZ | 67.44 | 73.11 | 66.43 | - |
| YUV | 220.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 202 | 0.01 | 0 | 0.10 | 0.12 | 65.45 | 0.26 | 0.84 |
| Hex | DE | E0 | CA | 1 | 0 | A | C | 41 | 1A | 54 |
| Octal | 336 | 340 | 312 | 1 | 0 | 12 | 14 | 101 | 32 | 124 |
| Binary | 11011110 | 11100000 | 11001010 | 1 | 0 | 1010 | 1100 | 1000001 | 11010 | 1010100 |
Color Harmonies of #DEE0CA
Complementary color
Monochromatic Colors of #DEE0CA
Black with #DEE0CA
Text Example
Text Example
White with #DEE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0CA; }
p { color: rgb(222,224,202); }
H1.HeaderClassName
{
color: #DEE0CA;
}
.AnyTagClassName
{
color: #DEE0CA;
}
</style>
background-color css
<style>
a { background-color: #DEE0CA; }
a { background-color: rgb(222,224,202); }
div.DivClassName
{
background-color: #DEE0CA;
}
.BgClassName
{
background-color: #DEE0CA;
}
</style>
border-color css
<style>
span { border-color: #DEE0CA; }
span { border-color: rgb(222,224,202); }
td.TdClassName
{
border-color: #DEE0CA;
}
.TagClassName
{
border-color: #DEE0CA;
}
</style>