Shades of Frost #DEE5BC
Tints of Frost #DEE5BC
RGB
CMYK
RGB Variations
Color information
#DEE5BC (or 0xDEE5BC) is known color: Frost. HEX triplet: DE, E5 and BC. RGB value is (222,229,188). Sum of RGB (Red+Green+Blue) = 222+229+188=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BC is #211A43. Grayscale: #DEDEDE. Windows color (decimal): -2169412 or 12379614. OLE color: 12379614.
HSL color Cylindrical-coordinate representation of color #DEE5BC: hue angle of 70.24º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE5BC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 188 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.10 |
| HSL | 70.24º | 0.44% | 0.82% | - |
| HSV(B) | 70.24º | 0.18% | 0.9% | - |
| XYZ | 67.22 | 75.2 | 58.55 | - |
| YUV | 222.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 188 | 0.03 | 0 | 0.18 | 0.10 | 70.24 | 0.44 | 0.82 |
| Hex | DE | E5 | BC | 3 | 0 | 12 | A | 46 | 2C | 52 |
| Octal | 336 | 345 | 274 | 3 | 0 | 22 | 12 | 106 | 54 | 122 |
| Binary | 11011110 | 11100101 | 10111100 | 11 | 0 | 10010 | 1010 | 1000110 | 101100 | 1010010 |
Color Harmonies of #DEE5BC
Complementary color
Monochromatic Colors of #DEE5BC
Black with #DEE5BC
Text Example
Text Example
White with #DEE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5BC; }
p { color: rgb(222,229,188); }
H1.HeaderClassName
{
color: #DEE5BC;
}
.AnyTagClassName
{
color: #DEE5BC;
}
</style>
background-color css
<style>
a { background-color: #DEE5BC; }
a { background-color: rgb(222,229,188); }
div.DivClassName
{
background-color: #DEE5BC;
}
.BgClassName
{
background-color: #DEE5BC;
}
</style>
border-color css
<style>
span { border-color: #DEE5BC; }
span { border-color: rgb(222,229,188); }
td.TdClassName
{
border-color: #DEE5BC;
}
.TagClassName
{
border-color: #DEE5BC;
}
</style>