Shades of Frost #DEE3BE
Tints of Frost #DEE3BE
RGB
CMYK
RGB Variations
Color information
#DEE3BE (or 0xDEE3BE) is known color: Frost. HEX triplet: DE, E3 and BE. RGB value is (222,227,190). Sum of RGB (Red+Green+Blue) = 222+227+190=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BE is #211C41. Grayscale: #DDDDDD. Windows color (decimal): -2169922 or 12510174. OLE color: 12510174.
HSL color Cylindrical-coordinate representation of color #DEE3BE: hue angle of 68.11º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE3BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 190 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.11 |
| HSL | 68.11º | 0.4% | 0.82% | - |
| HSV(B) | 68.11º | 0.16% | 0.89% | - |
| XYZ | 66.89 | 74.19 | 59.51 | - |
| YUV | 221.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 190 | 0.02 | 0 | 0.16 | 0.11 | 68.11 | 0.4 | 0.82 |
| Hex | DE | E3 | BE | 2 | 0 | 10 | B | 44 | 28 | 52 |
| Octal | 336 | 343 | 276 | 2 | 0 | 20 | 13 | 104 | 50 | 122 |
| Binary | 11011110 | 11100011 | 10111110 | 10 | 0 | 10000 | 1011 | 1000100 | 101000 | 1010010 |
Color Harmonies of #DEE3BE
Complementary color
Monochromatic Colors of #DEE3BE
Black with #DEE3BE
Text Example
Text Example
White with #DEE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3BE; }
p { color: rgb(222,227,190); }
H1.HeaderClassName
{
color: #DEE3BE;
}
.AnyTagClassName
{
color: #DEE3BE;
}
</style>
background-color css
<style>
a { background-color: #DEE3BE; }
a { background-color: rgb(222,227,190); }
div.DivClassName
{
background-color: #DEE3BE;
}
.BgClassName
{
background-color: #DEE3BE;
}
</style>
border-color css
<style>
span { border-color: #DEE3BE; }
span { border-color: rgb(222,227,190); }
td.TdClassName
{
border-color: #DEE3BE;
}
.TagClassName
{
border-color: #DEE3BE;
}
</style>