Shades of Frost #DEE5BB
Tints of Frost #DEE5BB
RGB
CMYK
RGB Variations
Color information
#DEE5BB (or 0xDEE5BB) is known color: Frost. HEX triplet: DE, E5 and BB. RGB value is (222,229,187). Sum of RGB (Red+Green+Blue) = 222+229+187=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BB is #211A44. Grayscale: #DEDEDE. Windows color (decimal): -2169413 or 12314078. OLE color: 12314078.
HSL color Cylindrical-coordinate representation of color #DEE5BB: hue angle of 70º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE5BB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 187 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.10 |
| HSL | 70º | 0.45% | 0.82% | - |
| HSV(B) | 70º | 0.18% | 0.9% | - |
| XYZ | 67.11 | 75.16 | 57.98 | - |
| YUV | 222.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 187 | 0.03 | 0 | 0.18 | 0.10 | 70 | 0.45 | 0.82 |
| Hex | DE | E5 | BB | 3 | 0 | 12 | A | 46 | 2D | 52 |
| Octal | 336 | 345 | 273 | 3 | 0 | 22 | 12 | 106 | 55 | 122 |
| Binary | 11011110 | 11100101 | 10111011 | 11 | 0 | 10010 | 1010 | 1000110 | 101101 | 1010010 |
Color Harmonies of #DEE5BB
Complementary color
Monochromatic Colors of #DEE5BB
Black with #DEE5BB
Text Example
Text Example
White with #DEE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5BB; }
p { color: rgb(222,229,187); }
H1.HeaderClassName
{
color: #DEE5BB;
}
.AnyTagClassName
{
color: #DEE5BB;
}
</style>
background-color css
<style>
a { background-color: #DEE5BB; }
a { background-color: rgb(222,229,187); }
div.DivClassName
{
background-color: #DEE5BB;
}
.BgClassName
{
background-color: #DEE5BB;
}
</style>
border-color css
<style>
span { border-color: #DEE5BB; }
span { border-color: rgb(222,229,187); }
td.TdClassName
{
border-color: #DEE5BB;
}
.TagClassName
{
border-color: #DEE5BB;
}
</style>