Shades of Frost #DEE2CB
Tints of Frost #DEE2CB
RGB
CMYK
RGB Variations
Color information
#DEE2CB (or 0xDEE2CB) is known color: Frost. HEX triplet: DE, E2 and CB. RGB value is (222,226,203). Sum of RGB (Red+Green+Blue) = 222+226+203=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2CB is #211D34. Grayscale: #DEDEDE. Windows color (decimal): -2170165 or 13361886. OLE color: 13361886.
HSL color Cylindrical-coordinate representation of color #DEE2CB: hue angle of 70.43º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE2CB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 203 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.11 |
| HSL | 70.43º | 0.28% | 0.84% | - |
| HSV(B) | 70.43º | 0.1% | 0.89% | - |
| XYZ | 68.1 | 74.23 | 67.24 | - |
| YUV | 222.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 203 | 0.02 | 0 | 0.10 | 0.11 | 70.43 | 0.28 | 0.84 |
| Hex | DE | E2 | CB | 2 | 0 | A | B | 46 | 1C | 54 |
| Octal | 336 | 342 | 313 | 2 | 0 | 12 | 13 | 106 | 34 | 124 |
| Binary | 11011110 | 11100010 | 11001011 | 10 | 0 | 1010 | 1011 | 1000110 | 11100 | 1010100 |
Color Harmonies of #DEE2CB
Complementary color
Monochromatic Colors of #DEE2CB
Black with #DEE2CB
Text Example
Text Example
White with #DEE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2CB; }
p { color: rgb(222,226,203); }
H1.HeaderClassName
{
color: #DEE2CB;
}
.AnyTagClassName
{
color: #DEE2CB;
}
</style>
background-color css
<style>
a { background-color: #DEE2CB; }
a { background-color: rgb(222,226,203); }
div.DivClassName
{
background-color: #DEE2CB;
}
.BgClassName
{
background-color: #DEE2CB;
}
</style>
border-color css
<style>
span { border-color: #DEE2CB; }
span { border-color: rgb(222,226,203); }
td.TdClassName
{
border-color: #DEE2CB;
}
.TagClassName
{
border-color: #DEE2CB;
}
</style>