Shades of Frost #DEE2BB
Tints of Frost #DEE2BB
RGB
CMYK
RGB Variations
Color information
#DEE2BB (or 0xDEE2BB) is known color: Frost. HEX triplet: DE, E2 and BB. RGB value is (222,226,187). Sum of RGB (Red+Green+Blue) = 222+226+187=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BB is #211D44. Grayscale: #DCDCDC. Windows color (decimal): -2170181 or 12313310. OLE color: 12313310.
HSL color Cylindrical-coordinate representation of color #DEE2BB: hue angle of 66.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE2BB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 187 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.11 |
| HSL | 66.15º | 0.4% | 0.81% | - |
| HSV(B) | 66.15º | 0.17% | 0.89% | - |
| XYZ | 66.29 | 73.51 | 57.71 | - |
| YUV | 220.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 187 | 0.02 | 0 | 0.17 | 0.11 | 66.15 | 0.4 | 0.81 |
| Hex | DE | E2 | BB | 2 | 0 | 11 | B | 42 | 28 | 51 |
| Octal | 336 | 342 | 273 | 2 | 0 | 21 | 13 | 102 | 50 | 121 |
| Binary | 11011110 | 11100010 | 10111011 | 10 | 0 | 10001 | 1011 | 1000010 | 101000 | 1010001 |
Color Harmonies of #DEE2BB
Complementary color
Monochromatic Colors of #DEE2BB
Black with #DEE2BB
Text Example
Text Example
White with #DEE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2BB; }
p { color: rgb(222,226,187); }
H1.HeaderClassName
{
color: #DEE2BB;
}
.AnyTagClassName
{
color: #DEE2BB;
}
</style>
background-color css
<style>
a { background-color: #DEE2BB; }
a { background-color: rgb(222,226,187); }
div.DivClassName
{
background-color: #DEE2BB;
}
.BgClassName
{
background-color: #DEE2BB;
}
</style>
border-color css
<style>
span { border-color: #DEE2BB; }
span { border-color: rgb(222,226,187); }
td.TdClassName
{
border-color: #DEE2BB;
}
.TagClassName
{
border-color: #DEE2BB;
}
</style>