Shades of Frost #DEE3BF
Tints of Frost #DEE3BF
RGB
CMYK
RGB Variations
Color information
#DEE3BF (or 0xDEE3BF) is known color: Frost. HEX triplet: DE, E3 and BF. RGB value is (222,227,191). Sum of RGB (Red+Green+Blue) = 222+227+191=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BF is #211C40. Grayscale: #DDDDDD. Windows color (decimal): -2169921 or 12575710. OLE color: 12575710.
HSL color Cylindrical-coordinate representation of color #DEE3BF: hue angle of 68.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE3BF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 191 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.11 |
| HSL | 68.33º | 0.39% | 0.82% | - |
| HSV(B) | 68.33º | 0.16% | 0.89% | - |
| XYZ | 67 | 74.23 | 60.09 | - |
| YUV | 221.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 191 | 0.02 | 0 | 0.16 | 0.11 | 68.33 | 0.39 | 0.82 |
| Hex | DE | E3 | BF | 2 | 0 | 10 | B | 44 | 27 | 52 |
| Octal | 336 | 343 | 277 | 2 | 0 | 20 | 13 | 104 | 47 | 122 |
| Binary | 11011110 | 11100011 | 10111111 | 10 | 0 | 10000 | 1011 | 1000100 | 100111 | 1010010 |
Color Harmonies of #DEE3BF
Complementary color
Monochromatic Colors of #DEE3BF
Black with #DEE3BF
Text Example
Text Example
White with #DEE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3BF; }
p { color: rgb(222,227,191); }
H1.HeaderClassName
{
color: #DEE3BF;
}
.AnyTagClassName
{
color: #DEE3BF;
}
</style>
background-color css
<style>
a { background-color: #DEE3BF; }
a { background-color: rgb(222,227,191); }
div.DivClassName
{
background-color: #DEE3BF;
}
.BgClassName
{
background-color: #DEE3BF;
}
</style>
border-color css
<style>
span { border-color: #DEE3BF; }
span { border-color: rgb(222,227,191); }
td.TdClassName
{
border-color: #DEE3BF;
}
.TagClassName
{
border-color: #DEE3BF;
}
</style>