Shades of Frost #DEE3BA
Tints of Frost #DEE3BA
RGB
CMYK
RGB Variations
Color information
#DEE3BA (or 0xDEE3BA) is known color: Frost. HEX triplet: DE, E3 and BA. RGB value is (222,227,186). Sum of RGB (Red+Green+Blue) = 222+227+186=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BA is #211C45. Grayscale: #DCDCDC. Windows color (decimal): -2169926 or 12248030. OLE color: 12248030.
HSL color Cylindrical-coordinate representation of color #DEE3BA: hue angle of 67.32º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE3BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 186 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.11 |
| HSL | 67.32º | 0.42% | 0.81% | - |
| HSV(B) | 67.32º | 0.18% | 0.89% | - |
| XYZ | 66.46 | 74.01 | 57.24 | - |
| YUV | 220.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 186 | 0.02 | 0 | 0.18 | 0.11 | 67.32 | 0.42 | 0.81 |
| Hex | DE | E3 | BA | 2 | 0 | 12 | B | 43 | 2A | 51 |
| Octal | 336 | 343 | 272 | 2 | 0 | 22 | 13 | 103 | 52 | 121 |
| Binary | 11011110 | 11100011 | 10111010 | 10 | 0 | 10010 | 1011 | 1000011 | 101010 | 1010001 |
Color Harmonies of #DEE3BA
Complementary color
Monochromatic Colors of #DEE3BA
Black with #DEE3BA
Text Example
Text Example
White with #DEE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3BA; }
p { color: rgb(222,227,186); }
H1.HeaderClassName
{
color: #DEE3BA;
}
.AnyTagClassName
{
color: #DEE3BA;
}
</style>
background-color css
<style>
a { background-color: #DEE3BA; }
a { background-color: rgb(222,227,186); }
div.DivClassName
{
background-color: #DEE3BA;
}
.BgClassName
{
background-color: #DEE3BA;
}
</style>
border-color css
<style>
span { border-color: #DEE3BA; }
span { border-color: rgb(222,227,186); }
td.TdClassName
{
border-color: #DEE3BA;
}
.TagClassName
{
border-color: #DEE3BA;
}
</style>