Shades of Frost #DEE9BD
Tints of Frost #DEE9BD
RGB
CMYK
RGB Variations
Color information
#DEE9BD (or 0xDEE9BD) is known color: Frost. HEX triplet: DE, E9 and BD. RGB value is (222,233,189). Sum of RGB (Red+Green+Blue) = 222+233+189=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9BD is #211642. Grayscale: #E0E0E0. Windows color (decimal): -2168387 or 12446174. OLE color: 12446174.
HSL color Cylindrical-coordinate representation of color #DEE9BD: hue angle of 75º degrees, saturation: 0.5, 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 #DEE9BD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 189 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 75º | 0.5% | 0.83% | - |
| HSV(B) | 75º | 0.19% | 0.91% | - |
| XYZ | 68.45 | 77.48 | 59.49 | - |
| YUV | 224.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 189 | 0.05 | 0 | 0.19 | 0.09 | 75 | 0.5 | 0.83 |
| Hex | DE | E9 | BD | 5 | 0 | 13 | 9 | 4B | 32 | 53 |
| Octal | 336 | 351 | 275 | 5 | 0 | 23 | 11 | 113 | 62 | 123 |
| Binary | 11011110 | 11101001 | 10111101 | 101 | 0 | 10011 | 1001 | 1001011 | 110010 | 1010011 |
Color Harmonies of #DEE9BD
Complementary color
Monochromatic Colors of #DEE9BD
Black with #DEE9BD
Text Example
Text Example
White with #DEE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9BD; }
p { color: rgb(222,233,189); }
H1.HeaderClassName
{
color: #DEE9BD;
}
.AnyTagClassName
{
color: #DEE9BD;
}
</style>
background-color css
<style>
a { background-color: #DEE9BD; }
a { background-color: rgb(222,233,189); }
div.DivClassName
{
background-color: #DEE9BD;
}
.BgClassName
{
background-color: #DEE9BD;
}
</style>
border-color css
<style>
span { border-color: #DEE9BD; }
span { border-color: rgb(222,233,189); }
td.TdClassName
{
border-color: #DEE9BD;
}
.TagClassName
{
border-color: #DEE9BD;
}
</style>