Shades of Frost #DEE5BF
Tints of Frost #DEE5BF
RGB
CMYK
RGB Variations
Color information
#DEE5BF (or 0xDEE5BF) is known color: Frost. HEX triplet: DE, E5 and BF. RGB value is (222,229,191). Sum of RGB (Red+Green+Blue) = 222+229+191=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BF is #211A40. Grayscale: #DEDEDE. Windows color (decimal): -2169409 or 12576222. OLE color: 12576222.
HSL color Cylindrical-coordinate representation of color #DEE5BF: hue angle of 71.05º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE5BF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 191 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.10 |
| HSL | 71.05º | 0.42% | 0.82% | - |
| HSV(B) | 71.05º | 0.17% | 0.9% | - |
| XYZ | 67.55 | 75.33 | 60.27 | - |
| YUV | 222.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 191 | 0.03 | 0 | 0.17 | 0.10 | 71.05 | 0.42 | 0.82 |
| Hex | DE | E5 | BF | 3 | 0 | 11 | A | 47 | 2A | 52 |
| Octal | 336 | 345 | 277 | 3 | 0 | 21 | 12 | 107 | 52 | 122 |
| Binary | 11011110 | 11100101 | 10111111 | 11 | 0 | 10001 | 1010 | 1000111 | 101010 | 1010010 |
Color Harmonies of #DEE5BF
Complementary color
Monochromatic Colors of #DEE5BF
Black with #DEE5BF
Text Example
Text Example
White with #DEE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5BF; }
p { color: rgb(222,229,191); }
H1.HeaderClassName
{
color: #DEE5BF;
}
.AnyTagClassName
{
color: #DEE5BF;
}
</style>
background-color css
<style>
a { background-color: #DEE5BF; }
a { background-color: rgb(222,229,191); }
div.DivClassName
{
background-color: #DEE5BF;
}
.BgClassName
{
background-color: #DEE5BF;
}
</style>
border-color css
<style>
span { border-color: #DEE5BF; }
span { border-color: rgb(222,229,191); }
td.TdClassName
{
border-color: #DEE5BF;
}
.TagClassName
{
border-color: #DEE5BF;
}
</style>