Shades of Frost #DEE6C4
Tints of Frost #DEE6C4
RGB
CMYK
RGB Variations
Color information
#DEE6C4 (or 0xDEE6C4) is known color: Frost. HEX triplet: DE, E6 and C4. RGB value is (222,230,196). Sum of RGB (Red+Green+Blue) = 222+230+196=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6C4 is #21193B. Grayscale: #DFDFDF. Windows color (decimal): -2169148 or 12904158. OLE color: 12904158.
HSL color Cylindrical-coordinate representation of color #DEE6C4: hue angle of 74.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEE6C4 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 196 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.10 |
| HSL | 74.12º | 0.4% | 0.84% | - |
| HSV(B) | 74.12º | 0.15% | 0.9% | - |
| XYZ | 68.38 | 76.11 | 63.31 | - |
| YUV | 223.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 196 | 0.03 | 0 | 0.15 | 0.10 | 74.12 | 0.4 | 0.84 |
| Hex | DE | E6 | C4 | 3 | 0 | F | A | 4A | 28 | 54 |
| Octal | 336 | 346 | 304 | 3 | 0 | 17 | 12 | 112 | 50 | 124 |
| Binary | 11011110 | 11100110 | 11000100 | 11 | 0 | 1111 | 1010 | 1001010 | 101000 | 1010100 |
Color Harmonies of #DEE6C4
Complementary color
Monochromatic Colors of #DEE6C4
Black with #DEE6C4
Text Example
Text Example
White with #DEE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6C4; }
p { color: rgb(222,230,196); }
H1.HeaderClassName
{
color: #DEE6C4;
}
.AnyTagClassName
{
color: #DEE6C4;
}
</style>
background-color css
<style>
a { background-color: #DEE6C4; }
a { background-color: rgb(222,230,196); }
div.DivClassName
{
background-color: #DEE6C4;
}
.BgClassName
{
background-color: #DEE6C4;
}
</style>
border-color css
<style>
span { border-color: #DEE6C4; }
span { border-color: rgb(222,230,196); }
td.TdClassName
{
border-color: #DEE6C4;
}
.TagClassName
{
border-color: #DEE6C4;
}
</style>