Shades of Frost #DEE8BB
Tints of Frost #DEE8BB
RGB
CMYK
RGB Variations
Color information
#DEE8BB (or 0xDEE8BB) is known color: Frost. HEX triplet: DE, E8 and BB. RGB value is (222,232,187). Sum of RGB (Red+Green+Blue) = 222+232+187=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8BB is #211744. Grayscale: #E0E0E0. Windows color (decimal): -2168645 or 12314846. OLE color: 12314846.
HSL color Cylindrical-coordinate representation of color #DEE8BB: hue angle of 73.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE8BB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 187 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.09 |
| HSL | 73.33º | 0.49% | 0.82% | - |
| HSV(B) | 73.33º | 0.19% | 0.91% | - |
| XYZ | 67.95 | 76.83 | 58.26 | - |
| YUV | 223.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 187 | 0.04 | 0 | 0.19 | 0.09 | 73.33 | 0.49 | 0.82 |
| Hex | DE | E8 | BB | 4 | 0 | 13 | 9 | 49 | 31 | 52 |
| Octal | 336 | 350 | 273 | 4 | 0 | 23 | 11 | 111 | 61 | 122 |
| Binary | 11011110 | 11101000 | 10111011 | 100 | 0 | 10011 | 1001 | 1001001 | 110001 | 1010010 |
Color Harmonies of #DEE8BB
Complementary color
Monochromatic Colors of #DEE8BB
Black with #DEE8BB
Text Example
Text Example
White with #DEE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8BB; }
p { color: rgb(222,232,187); }
H1.HeaderClassName
{
color: #DEE8BB;
}
.AnyTagClassName
{
color: #DEE8BB;
}
</style>
background-color css
<style>
a { background-color: #DEE8BB; }
a { background-color: rgb(222,232,187); }
div.DivClassName
{
background-color: #DEE8BB;
}
.BgClassName
{
background-color: #DEE8BB;
}
</style>
border-color css
<style>
span { border-color: #DEE8BB; }
span { border-color: rgb(222,232,187); }
td.TdClassName
{
border-color: #DEE8BB;
}
.TagClassName
{
border-color: #DEE8BB;
}
</style>