Shades of Frost #DEE1CA
Tints of Frost #DEE1CA
RGB
CMYK
RGB Variations
Color information
#DEE1CA (or 0xDEE1CA) is known color: Frost. HEX triplet: DE, E1 and CA. RGB value is (222,225,202). Sum of RGB (Red+Green+Blue) = 222+225+202=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1CA is #211E35. Grayscale: #DDDDDD. Windows color (decimal): -2170422 or 13296094. OLE color: 13296094.
HSL color Cylindrical-coordinate representation of color #DEE1CA: hue angle of 67.83º degrees, saturation: 0.28, 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 #DEE1CA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 202 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.12 |
| HSL | 67.83º | 0.28% | 0.84% | - |
| HSV(B) | 67.83º | 0.1% | 0.88% | - |
| XYZ | 67.71 | 73.64 | 66.52 | - |
| YUV | 221.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 202 | 0.01 | 0 | 0.10 | 0.12 | 67.83 | 0.28 | 0.84 |
| Hex | DE | E1 | CA | 1 | 0 | A | C | 44 | 1C | 54 |
| Octal | 336 | 341 | 312 | 1 | 0 | 12 | 14 | 104 | 34 | 124 |
| Binary | 11011110 | 11100001 | 11001010 | 1 | 0 | 1010 | 1100 | 1000100 | 11100 | 1010100 |
Color Harmonies of #DEE1CA
Complementary color
Monochromatic Colors of #DEE1CA
Black with #DEE1CA
Text Example
Text Example
White with #DEE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1CA; }
p { color: rgb(222,225,202); }
H1.HeaderClassName
{
color: #DEE1CA;
}
.AnyTagClassName
{
color: #DEE1CA;
}
</style>
background-color css
<style>
a { background-color: #DEE1CA; }
a { background-color: rgb(222,225,202); }
div.DivClassName
{
background-color: #DEE1CA;
}
.BgClassName
{
background-color: #DEE1CA;
}
</style>
border-color css
<style>
span { border-color: #DEE1CA; }
span { border-color: rgb(222,225,202); }
td.TdClassName
{
border-color: #DEE1CA;
}
.TagClassName
{
border-color: #DEE1CA;
}
</style>