Shades of Frost #DEE1BD
Tints of Frost #DEE1BD
RGB
CMYK
RGB Variations
Color information
#DEE1BD (or 0xDEE1BD) is known color: Frost. HEX triplet: DE, E1 and BD. RGB value is (222,225,189). Sum of RGB (Red+Green+Blue) = 222+225+189=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BD is #211E42. Grayscale: #DCDCDC. Windows color (decimal): -2170435 or 12444126. OLE color: 12444126.
HSL color Cylindrical-coordinate representation of color #DEE1BD: hue angle of 65º 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 #DEE1BD is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 189 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.12 |
| HSL | 65º | 0.38% | 0.81% | - |
| HSV(B) | 65º | 0.16% | 0.88% | - |
| XYZ | 66.23 | 73.05 | 58.75 | - |
| YUV | 220 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 189 | 0.01 | 0 | 0.16 | 0.12 | 65 | 0.38 | 0.81 |
| Hex | DE | E1 | BD | 1 | 0 | 10 | C | 41 | 26 | 51 |
| Octal | 336 | 341 | 275 | 1 | 0 | 20 | 14 | 101 | 46 | 121 |
| Binary | 11011110 | 11100001 | 10111101 | 1 | 0 | 10000 | 1100 | 1000001 | 100110 | 1010001 |
Color Harmonies of #DEE1BD
Complementary color
Monochromatic Colors of #DEE1BD
Black with #DEE1BD
Text Example
Text Example
White with #DEE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1BD; }
p { color: rgb(222,225,189); }
H1.HeaderClassName
{
color: #DEE1BD;
}
.AnyTagClassName
{
color: #DEE1BD;
}
</style>
background-color css
<style>
a { background-color: #DEE1BD; }
a { background-color: rgb(222,225,189); }
div.DivClassName
{
background-color: #DEE1BD;
}
.BgClassName
{
background-color: #DEE1BD;
}
</style>
border-color css
<style>
span { border-color: #DEE1BD; }
span { border-color: rgb(222,225,189); }
td.TdClassName
{
border-color: #DEE1BD;
}
.TagClassName
{
border-color: #DEE1BD;
}
</style>