Shades of Frost #DEE2BD
Tints of Frost #DEE2BD
RGB
CMYK
RGB Variations
Color information
#DEE2BD (or 0xDEE2BD) is known color: Frost. HEX triplet: DE, E2 and BD. RGB value is (222,226,189). Sum of RGB (Red+Green+Blue) = 222+226+189=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BD is #211D42. Grayscale: #DCDCDC. Windows color (decimal): -2170179 or 12444382. OLE color: 12444382.
HSL color Cylindrical-coordinate representation of color #DEE2BD: hue angle of 66.49º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE2BD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 189 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.11 |
| HSL | 66.49º | 0.39% | 0.81% | - |
| HSV(B) | 66.49º | 0.16% | 0.89% | - |
| XYZ | 66.51 | 73.6 | 58.84 | - |
| YUV | 220.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 189 | 0.02 | 0 | 0.16 | 0.11 | 66.49 | 0.39 | 0.81 |
| Hex | DE | E2 | BD | 2 | 0 | 10 | B | 42 | 27 | 51 |
| Octal | 336 | 342 | 275 | 2 | 0 | 20 | 13 | 102 | 47 | 121 |
| Binary | 11011110 | 11100010 | 10111101 | 10 | 0 | 10000 | 1011 | 1000010 | 100111 | 1010001 |
Color Harmonies of #DEE2BD
Complementary color
Monochromatic Colors of #DEE2BD
Black with #DEE2BD
Text Example
Text Example
White with #DEE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2BD; }
p { color: rgb(222,226,189); }
H1.HeaderClassName
{
color: #DEE2BD;
}
.AnyTagClassName
{
color: #DEE2BD;
}
</style>
background-color css
<style>
a { background-color: #DEE2BD; }
a { background-color: rgb(222,226,189); }
div.DivClassName
{
background-color: #DEE2BD;
}
.BgClassName
{
background-color: #DEE2BD;
}
</style>
border-color css
<style>
span { border-color: #DEE2BD; }
span { border-color: rgb(222,226,189); }
td.TdClassName
{
border-color: #DEE2BD;
}
.TagClassName
{
border-color: #DEE2BD;
}
</style>