Shades of Frost #DEE7C1
Tints of Frost #DEE7C1
RGB
CMYK
RGB Variations
Color information
#DEE7C1 (or 0xDEE7C1) is known color: Frost. HEX triplet: DE, E7 and C1. RGB value is (222,231,193). Sum of RGB (Red+Green+Blue) = 222+231+193=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7C1 is #21183E. Grayscale: #E0E0E0. Windows color (decimal): -2168895 or 12707806. OLE color: 12707806.
HSL color Cylindrical-coordinate representation of color #DEE7C1: hue angle of 74.21º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE7C1 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 193 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.09 |
| HSL | 74.21º | 0.44% | 0.83% | - |
| HSV(B) | 74.21º | 0.16% | 0.91% | - |
| XYZ | 68.33 | 76.53 | 61.62 | - |
| YUV | 223.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 193 | 0.04 | 0 | 0.16 | 0.09 | 74.21 | 0.44 | 0.83 |
| Hex | DE | E7 | C1 | 4 | 0 | 10 | 9 | 4A | 2C | 53 |
| Octal | 336 | 347 | 301 | 4 | 0 | 20 | 11 | 112 | 54 | 123 |
| Binary | 11011110 | 11100111 | 11000001 | 100 | 0 | 10000 | 1001 | 1001010 | 101100 | 1010011 |
Color Harmonies of #DEE7C1
Complementary color
Monochromatic Colors of #DEE7C1
Black with #DEE7C1
Text Example
Text Example
White with #DEE7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7C1; }
p { color: rgb(222,231,193); }
H1.HeaderClassName
{
color: #DEE7C1;
}
.AnyTagClassName
{
color: #DEE7C1;
}
</style>
background-color css
<style>
a { background-color: #DEE7C1; }
a { background-color: rgb(222,231,193); }
div.DivClassName
{
background-color: #DEE7C1;
}
.BgClassName
{
background-color: #DEE7C1;
}
</style>
border-color css
<style>
span { border-color: #DEE7C1; }
span { border-color: rgb(222,231,193); }
td.TdClassName
{
border-color: #DEE7C1;
}
.TagClassName
{
border-color: #DEE7C1;
}
</style>