Shades of Frost #DEE9B8
Tints of Frost #DEE9B8
RGB
CMYK
RGB Variations
Color information
#DEE9B8 (or 0xDEE9B8) is known color: Frost. HEX triplet: DE, E9 and B8. RGB value is (222,233,184). Sum of RGB (Red+Green+Blue) = 222+233+184=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9B8 is #211647. Grayscale: #E0E0E0. Windows color (decimal): -2168392 or 12118494. OLE color: 12118494.
HSL color Cylindrical-coordinate representation of color #DEE9B8: hue angle of 73.47º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEE9B8 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 184 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.09 |
| HSL | 73.47º | 0.53% | 0.82% | - |
| HSV(B) | 73.47º | 0.21% | 0.91% | - |
| XYZ | 67.91 | 77.27 | 56.68 | - |
| YUV | 224.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 184 | 0.05 | 0 | 0.21 | 0.09 | 73.47 | 0.53 | 0.82 |
| Hex | DE | E9 | B8 | 5 | 0 | 15 | 9 | 49 | 35 | 52 |
| Octal | 336 | 351 | 270 | 5 | 0 | 25 | 11 | 111 | 65 | 122 |
| Binary | 11011110 | 11101001 | 10111000 | 101 | 0 | 10101 | 1001 | 1001001 | 110101 | 1010010 |
Color Harmonies of #DEE9B8
Complementary color
Monochromatic Colors of #DEE9B8
Black with #DEE9B8
Text Example
Text Example
White with #DEE9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9B8; }
p { color: rgb(222,233,184); }
H1.HeaderClassName
{
color: #DEE9B8;
}
.AnyTagClassName
{
color: #DEE9B8;
}
</style>
background-color css
<style>
a { background-color: #DEE9B8; }
a { background-color: rgb(222,233,184); }
div.DivClassName
{
background-color: #DEE9B8;
}
.BgClassName
{
background-color: #DEE9B8;
}
</style>
border-color css
<style>
span { border-color: #DEE9B8; }
span { border-color: rgb(222,233,184); }
td.TdClassName
{
border-color: #DEE9B8;
}
.TagClassName
{
border-color: #DEE9B8;
}
</style>