Shades of Frost #DEE9BC
Tints of Frost #DEE9BC
RGB
CMYK
RGB Variations
Color information
#DEE9BC (or 0xDEE9BC) is known color: Frost. HEX triplet: DE, E9 and BC. RGB value is (222,233,188). Sum of RGB (Red+Green+Blue) = 222+233+188=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9BC is #211643. Grayscale: #E0E0E0. Windows color (decimal): -2168388 or 12380638. OLE color: 12380638.
HSL color Cylindrical-coordinate representation of color #DEE9BC: hue angle of 74.67º degrees, saturation: 0.51, 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 #DEE9BC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 188 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 74.67º | 0.51% | 0.83% | - |
| HSV(B) | 74.67º | 0.19% | 0.91% | - |
| XYZ | 68.34 | 77.44 | 58.92 | - |
| YUV | 224.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 188 | 0.05 | 0 | 0.19 | 0.09 | 74.67 | 0.51 | 0.83 |
| Hex | DE | E9 | BC | 5 | 0 | 13 | 9 | 4B | 33 | 53 |
| Octal | 336 | 351 | 274 | 5 | 0 | 23 | 11 | 113 | 63 | 123 |
| Binary | 11011110 | 11101001 | 10111100 | 101 | 0 | 10011 | 1001 | 1001011 | 110011 | 1010011 |
Color Harmonies of #DEE9BC
Complementary color
Monochromatic Colors of #DEE9BC
Black with #DEE9BC
Text Example
Text Example
White with #DEE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9BC; }
p { color: rgb(222,233,188); }
H1.HeaderClassName
{
color: #DEE9BC;
}
.AnyTagClassName
{
color: #DEE9BC;
}
</style>
background-color css
<style>
a { background-color: #DEE9BC; }
a { background-color: rgb(222,233,188); }
div.DivClassName
{
background-color: #DEE9BC;
}
.BgClassName
{
background-color: #DEE9BC;
}
</style>
border-color css
<style>
span { border-color: #DEE9BC; }
span { border-color: rgb(222,233,188); }
td.TdClassName
{
border-color: #DEE9BC;
}
.TagClassName
{
border-color: #DEE9BC;
}
</style>