Shades of Frost #DEE1BC
Tints of Frost #DEE1BC
RGB
CMYK
RGB Variations
Color information
#DEE1BC (or 0xDEE1BC) is known color: Frost. HEX triplet: DE, E1 and BC. RGB value is (222,225,188). Sum of RGB (Red+Green+Blue) = 222+225+188=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BC is #211E43. Grayscale: #DCDCDC. Windows color (decimal): -2170436 or 12378590. OLE color: 12378590.
HSL color Cylindrical-coordinate representation of color #DEE1BC: hue angle of 64.86º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE1BC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 188 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.12 |
| HSL | 64.86º | 0.38% | 0.81% | - |
| HSV(B) | 64.86º | 0.16% | 0.88% | - |
| XYZ | 66.13 | 73.01 | 58.18 | - |
| YUV | 219.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 188 | 0.01 | 0 | 0.16 | 0.12 | 64.86 | 0.38 | 0.81 |
| Hex | DE | E1 | BC | 1 | 0 | 10 | C | 41 | 26 | 51 |
| Octal | 336 | 341 | 274 | 1 | 0 | 20 | 14 | 101 | 46 | 121 |
| Binary | 11011110 | 11100001 | 10111100 | 1 | 0 | 10000 | 1100 | 1000001 | 100110 | 1010001 |
Color Harmonies of #DEE1BC
Complementary color
Monochromatic Colors of #DEE1BC
Black with #DEE1BC
Text Example
Text Example
White with #DEE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1BC; }
p { color: rgb(222,225,188); }
H1.HeaderClassName
{
color: #DEE1BC;
}
.AnyTagClassName
{
color: #DEE1BC;
}
</style>
background-color css
<style>
a { background-color: #DEE1BC; }
a { background-color: rgb(222,225,188); }
div.DivClassName
{
background-color: #DEE1BC;
}
.BgClassName
{
background-color: #DEE1BC;
}
</style>
border-color css
<style>
span { border-color: #DEE1BC; }
span { border-color: rgb(222,225,188); }
td.TdClassName
{
border-color: #DEE1BC;
}
.TagClassName
{
border-color: #DEE1BC;
}
</style>