Shades of Frost #DEE1C3
Tints of Frost #DEE1C3
RGB
CMYK
RGB Variations
Color information
#DEE1C3 (or 0xDEE1C3) is known color: Frost. HEX triplet: DE, E1 and C3. RGB value is (222,225,195). Sum of RGB (Red+Green+Blue) = 222+225+195=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1C3 is #211E3C. Grayscale: #DCDCDC. Windows color (decimal): -2170429 or 12837342. OLE color: 12837342.
HSL color Cylindrical-coordinate representation of color #DEE1C3: hue angle of 66º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE1C3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 195 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.12 |
| HSL | 66º | 0.33% | 0.82% | - |
| HSV(B) | 66º | 0.13% | 0.88% | - |
| XYZ | 66.9 | 73.32 | 62.26 | - |
| YUV | 220.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 195 | 0.01 | 0 | 0.13 | 0.12 | 66 | 0.33 | 0.82 |
| Hex | DE | E1 | C3 | 1 | 0 | D | C | 42 | 21 | 52 |
| Octal | 336 | 341 | 303 | 1 | 0 | 15 | 14 | 102 | 41 | 122 |
| Binary | 11011110 | 11100001 | 11000011 | 1 | 0 | 1101 | 1100 | 1000010 | 100001 | 1010010 |
Color Harmonies of #DEE1C3
Complementary color
Monochromatic Colors of #DEE1C3
Black with #DEE1C3
Text Example
Text Example
White with #DEE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1C3; }
p { color: rgb(222,225,195); }
H1.HeaderClassName
{
color: #DEE1C3;
}
.AnyTagClassName
{
color: #DEE1C3;
}
</style>
background-color css
<style>
a { background-color: #DEE1C3; }
a { background-color: rgb(222,225,195); }
div.DivClassName
{
background-color: #DEE1C3;
}
.BgClassName
{
background-color: #DEE1C3;
}
</style>
border-color css
<style>
span { border-color: #DEE1C3; }
span { border-color: rgb(222,225,195); }
td.TdClassName
{
border-color: #DEE1C3;
}
.TagClassName
{
border-color: #DEE1C3;
}
</style>