Shades of Frost #DEE3BD
Tints of Frost #DEE3BD
RGB
CMYK
RGB Variations
Color information
#DEE3BD (or 0xDEE3BD) is known color: Frost. HEX triplet: DE, E3 and BD. RGB value is (222,227,189). Sum of RGB (Red+Green+Blue) = 222+227+189=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BD is #211C42. Grayscale: #DDDDDD. Windows color (decimal): -2169923 or 12444638. OLE color: 12444638.
HSL color Cylindrical-coordinate representation of color #DEE3BD: hue angle of 67.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE3BD is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 189 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.11 |
| HSL | 67.89º | 0.4% | 0.82% | - |
| HSV(B) | 67.89º | 0.17% | 0.89% | - |
| XYZ | 66.78 | 74.14 | 58.94 | - |
| YUV | 221.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 189 | 0.02 | 0 | 0.17 | 0.11 | 67.89 | 0.4 | 0.82 |
| Hex | DE | E3 | BD | 2 | 0 | 11 | B | 44 | 28 | 52 |
| Octal | 336 | 343 | 275 | 2 | 0 | 21 | 13 | 104 | 50 | 122 |
| Binary | 11011110 | 11100011 | 10111101 | 10 | 0 | 10001 | 1011 | 1000100 | 101000 | 1010010 |
Color Harmonies of #DEE3BD
Complementary color
Monochromatic Colors of #DEE3BD
Black with #DEE3BD
Text Example
Text Example
White with #DEE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3BD; }
p { color: rgb(222,227,189); }
H1.HeaderClassName
{
color: #DEE3BD;
}
.AnyTagClassName
{
color: #DEE3BD;
}
</style>
background-color css
<style>
a { background-color: #DEE3BD; }
a { background-color: rgb(222,227,189); }
div.DivClassName
{
background-color: #DEE3BD;
}
.BgClassName
{
background-color: #DEE3BD;
}
</style>
border-color css
<style>
span { border-color: #DEE3BD; }
span { border-color: rgb(222,227,189); }
td.TdClassName
{
border-color: #DEE3BD;
}
.TagClassName
{
border-color: #DEE3BD;
}
</style>