Shades of Frost #DEE1CB
Tints of Frost #DEE1CB
RGB
CMYK
RGB Variations
Color information
#DEE1CB (or 0xDEE1CB) is known color: Frost. HEX triplet: DE, E1 and CB. RGB value is (222,225,203). Sum of RGB (Red+Green+Blue) = 222+225+203=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1CB is #211E34. Grayscale: #DDDDDD. Windows color (decimal): -2170421 or 13361630. OLE color: 13361630.
HSL color Cylindrical-coordinate representation of color #DEE1CB: hue angle of 68.18º degrees, saturation: 0.27, 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 #DEE1CB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 203 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.12 |
| HSL | 68.18º | 0.27% | 0.84% | - |
| HSV(B) | 68.18º | 0.1% | 0.88% | - |
| XYZ | 67.83 | 73.69 | 67.15 | - |
| YUV | 221.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 203 | 0.01 | 0 | 0.10 | 0.12 | 68.18 | 0.27 | 0.84 |
| Hex | DE | E1 | CB | 1 | 0 | A | C | 44 | 1B | 54 |
| Octal | 336 | 341 | 313 | 1 | 0 | 12 | 14 | 104 | 33 | 124 |
| Binary | 11011110 | 11100001 | 11001011 | 1 | 0 | 1010 | 1100 | 1000100 | 11011 | 1010100 |
Color Harmonies of #DEE1CB
Complementary color
Monochromatic Colors of #DEE1CB
Black with #DEE1CB
Text Example
Text Example
White with #DEE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1CB; }
p { color: rgb(222,225,203); }
H1.HeaderClassName
{
color: #DEE1CB;
}
.AnyTagClassName
{
color: #DEE1CB;
}
</style>
background-color css
<style>
a { background-color: #DEE1CB; }
a { background-color: rgb(222,225,203); }
div.DivClassName
{
background-color: #DEE1CB;
}
.BgClassName
{
background-color: #DEE1CB;
}
</style>
border-color css
<style>
span { border-color: #DEE1CB; }
span { border-color: rgb(222,225,203); }
td.TdClassName
{
border-color: #DEE1CB;
}
.TagClassName
{
border-color: #DEE1CB;
}
</style>