Shades of Frost #DEE3C4
Tints of Frost #DEE3C4
RGB
CMYK
RGB Variations
Color information
#DEE3C4 (or 0xDEE3C4) is known color: Frost. HEX triplet: DE, E3 and C4. RGB value is (222,227,196). Sum of RGB (Red+Green+Blue) = 222+227+196=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3C4 is #211C3B. Grayscale: #DEDEDE. Windows color (decimal): -2169916 or 12903390. OLE color: 12903390.
HSL color Cylindrical-coordinate representation of color #DEE3C4: hue angle of 69.68º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEE3C4 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 196 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.11 |
| HSL | 69.68º | 0.36% | 0.83% | - |
| HSV(B) | 69.68º | 0.14% | 0.89% | - |
| XYZ | 67.56 | 74.45 | 63.03 | - |
| YUV | 221.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 196 | 0.02 | 0 | 0.14 | 0.11 | 69.68 | 0.36 | 0.83 |
| Hex | DE | E3 | C4 | 2 | 0 | E | B | 46 | 24 | 53 |
| Octal | 336 | 343 | 304 | 2 | 0 | 16 | 13 | 106 | 44 | 123 |
| Binary | 11011110 | 11100011 | 11000100 | 10 | 0 | 1110 | 1011 | 1000110 | 100100 | 1010011 |
Color Harmonies of #DEE3C4
Complementary color
Monochromatic Colors of #DEE3C4
Black with #DEE3C4
Text Example
Text Example
White with #DEE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3C4; }
p { color: rgb(222,227,196); }
H1.HeaderClassName
{
color: #DEE3C4;
}
.AnyTagClassName
{
color: #DEE3C4;
}
</style>
background-color css
<style>
a { background-color: #DEE3C4; }
a { background-color: rgb(222,227,196); }
div.DivClassName
{
background-color: #DEE3C4;
}
.BgClassName
{
background-color: #DEE3C4;
}
</style>
border-color css
<style>
span { border-color: #DEE3C4; }
span { border-color: rgb(222,227,196); }
td.TdClassName
{
border-color: #DEE3C4;
}
.TagClassName
{
border-color: #DEE3C4;
}
</style>