Shades of Frost #DEE1BB
Tints of Frost #DEE1BB
RGB
CMYK
RGB Variations
Color information
#DEE1BB (or 0xDEE1BB) is known color: Frost. HEX triplet: DE, E1 and BB. RGB value is (222,225,187). Sum of RGB (Red+Green+Blue) = 222+225+187=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BB is #211E44. Grayscale: #DBDBDB. Windows color (decimal): -2170437 or 12313054. OLE color: 12313054.
HSL color Cylindrical-coordinate representation of color #DEE1BB: hue angle of 64.74º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE1BB is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 187 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.12 |
| HSL | 64.74º | 0.39% | 0.81% | - |
| HSV(B) | 64.74º | 0.17% | 0.88% | - |
| XYZ | 66.02 | 72.97 | 57.62 | - |
| YUV | 219.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 187 | 0.01 | 0 | 0.17 | 0.12 | 64.74 | 0.39 | 0.81 |
| Hex | DE | E1 | BB | 1 | 0 | 11 | C | 41 | 27 | 51 |
| Octal | 336 | 341 | 273 | 1 | 0 | 21 | 14 | 101 | 47 | 121 |
| Binary | 11011110 | 11100001 | 10111011 | 1 | 0 | 10001 | 1100 | 1000001 | 100111 | 1010001 |
Color Harmonies of #DEE1BB
Complementary color
Monochromatic Colors of #DEE1BB
Black with #DEE1BB
Text Example
Text Example
White with #DEE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1BB; }
p { color: rgb(222,225,187); }
H1.HeaderClassName
{
color: #DEE1BB;
}
.AnyTagClassName
{
color: #DEE1BB;
}
</style>
background-color css
<style>
a { background-color: #DEE1BB; }
a { background-color: rgb(222,225,187); }
div.DivClassName
{
background-color: #DEE1BB;
}
.BgClassName
{
background-color: #DEE1BB;
}
</style>
border-color css
<style>
span { border-color: #DEE1BB; }
span { border-color: rgb(222,225,187); }
td.TdClassName
{
border-color: #DEE1BB;
}
.TagClassName
{
border-color: #DEE1BB;
}
</style>