Shades of Frost #DEE5BA
Tints of Frost #DEE5BA
RGB
CMYK
RGB Variations
Color information
#DEE5BA (or 0xDEE5BA) is known color: Frost. HEX triplet: DE, E5 and BA. RGB value is (222,229,186). Sum of RGB (Red+Green+Blue) = 222+229+186=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BA is #211A45. Grayscale: #DEDEDE. Windows color (decimal): -2169414 or 12248542. OLE color: 12248542.
HSL color Cylindrical-coordinate representation of color #DEE5BA: hue angle of 69.77º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE5BA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 186 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.10 |
| HSL | 69.77º | 0.45% | 0.81% | - |
| HSV(B) | 69.77º | 0.19% | 0.9% | - |
| XYZ | 67.01 | 75.11 | 57.42 | - |
| YUV | 222.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 186 | 0.03 | 0 | 0.19 | 0.10 | 69.77 | 0.45 | 0.81 |
| Hex | DE | E5 | BA | 3 | 0 | 13 | A | 46 | 2D | 51 |
| Octal | 336 | 345 | 272 | 3 | 0 | 23 | 12 | 106 | 55 | 121 |
| Binary | 11011110 | 11100101 | 10111010 | 11 | 0 | 10011 | 1010 | 1000110 | 101101 | 1010001 |
Color Harmonies of #DEE5BA
Complementary color
Monochromatic Colors of #DEE5BA
Black with #DEE5BA
Text Example
Text Example
White with #DEE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5BA; }
p { color: rgb(222,229,186); }
H1.HeaderClassName
{
color: #DEE5BA;
}
.AnyTagClassName
{
color: #DEE5BA;
}
</style>
background-color css
<style>
a { background-color: #DEE5BA; }
a { background-color: rgb(222,229,186); }
div.DivClassName
{
background-color: #DEE5BA;
}
.BgClassName
{
background-color: #DEE5BA;
}
</style>
border-color css
<style>
span { border-color: #DEE5BA; }
span { border-color: rgb(222,229,186); }
td.TdClassName
{
border-color: #DEE5BA;
}
.TagClassName
{
border-color: #DEE5BA;
}
</style>