Shades of Frost #DEE1BE
Tints of Frost #DEE1BE
RGB
CMYK
RGB Variations
Color information
#DEE1BE (or 0xDEE1BE) is known color: Frost. HEX triplet: DE, E1 and BE. RGB value is (222,225,190). Sum of RGB (Red+Green+Blue) = 222+225+190=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BE is #211E41. Grayscale: #DCDCDC. Windows color (decimal): -2170434 or 12509662. OLE color: 12509662.
HSL color Cylindrical-coordinate representation of color #DEE1BE: hue angle of 65.14º degrees, saturation: 0.37, 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 #DEE1BE is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 190 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.12 |
| HSL | 65.14º | 0.37% | 0.81% | - |
| HSV(B) | 65.14º | 0.16% | 0.88% | - |
| XYZ | 66.34 | 73.1 | 59.33 | - |
| YUV | 220.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 190 | 0.01 | 0 | 0.16 | 0.12 | 65.14 | 0.37 | 0.81 |
| Hex | DE | E1 | BE | 1 | 0 | 10 | C | 41 | 25 | 51 |
| Octal | 336 | 341 | 276 | 1 | 0 | 20 | 14 | 101 | 45 | 121 |
| Binary | 11011110 | 11100001 | 10111110 | 1 | 0 | 10000 | 1100 | 1000001 | 100101 | 1010001 |
Color Harmonies of #DEE1BE
Complementary color
Monochromatic Colors of #DEE1BE
Black with #DEE1BE
Text Example
Text Example
White with #DEE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1BE; }
p { color: rgb(222,225,190); }
H1.HeaderClassName
{
color: #DEE1BE;
}
.AnyTagClassName
{
color: #DEE1BE;
}
</style>
background-color css
<style>
a { background-color: #DEE1BE; }
a { background-color: rgb(222,225,190); }
div.DivClassName
{
background-color: #DEE1BE;
}
.BgClassName
{
background-color: #DEE1BE;
}
</style>
border-color css
<style>
span { border-color: #DEE1BE; }
span { border-color: rgb(222,225,190); }
td.TdClassName
{
border-color: #DEE1BE;
}
.TagClassName
{
border-color: #DEE1BE;
}
</style>