Shades of Frost #DEE8BD
Tints of Frost #DEE8BD
RGB
CMYK
RGB Variations
Color information
#DEE8BD (or 0xDEE8BD) is known color: Frost. HEX triplet: DE, E8 and BD. RGB value is (222,232,189). Sum of RGB (Red+Green+Blue) = 222+232+189=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8BD is #211742. Grayscale: #E0E0E0. Windows color (decimal): -2168643 or 12445918. OLE color: 12445918.
HSL color Cylindrical-coordinate representation of color #DEE8BD: hue angle of 73.95º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE8BD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 189 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.09 |
| HSL | 73.95º | 0.48% | 0.83% | - |
| HSV(B) | 73.95º | 0.19% | 0.91% | - |
| XYZ | 68.17 | 76.92 | 59.4 | - |
| YUV | 224.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 189 | 0.04 | 0 | 0.19 | 0.09 | 73.95 | 0.48 | 0.83 |
| Hex | DE | E8 | BD | 4 | 0 | 13 | 9 | 4A | 30 | 53 |
| Octal | 336 | 350 | 275 | 4 | 0 | 23 | 11 | 112 | 60 | 123 |
| Binary | 11011110 | 11101000 | 10111101 | 100 | 0 | 10011 | 1001 | 1001010 | 110000 | 1010011 |
Color Harmonies of #DEE8BD
Complementary color
Monochromatic Colors of #DEE8BD
Black with #DEE8BD
Text Example
Text Example
White with #DEE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8BD; }
p { color: rgb(222,232,189); }
H1.HeaderClassName
{
color: #DEE8BD;
}
.AnyTagClassName
{
color: #DEE8BD;
}
</style>
background-color css
<style>
a { background-color: #DEE8BD; }
a { background-color: rgb(222,232,189); }
div.DivClassName
{
background-color: #DEE8BD;
}
.BgClassName
{
background-color: #DEE8BD;
}
</style>
border-color css
<style>
span { border-color: #DEE8BD; }
span { border-color: rgb(222,232,189); }
td.TdClassName
{
border-color: #DEE8BD;
}
.TagClassName
{
border-color: #DEE8BD;
}
</style>