Shades of Frostee #DEE9D4
Tints of Frostee #DEE9D4
RGB
CMYK
RGB Variations
Color information
#DEE9D4 (or 0xDEE9D4) is known color: Frostee. HEX triplet: DE, E9 and D4. RGB value is (222,233,212). Sum of RGB (Red+Green+Blue) = 222+233+212=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9D4 is #21162B. Grayscale: #E3E3E3. Windows color (decimal): -2168364 or 13953502. OLE color: 13953502.
HSL color Cylindrical-coordinate representation of color #DEE9D4: hue angle of 91.43º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE9D4 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 212 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.09 |
| HSL | 91.43º | 0.32% | 0.87% | - |
| HSV(B) | 91.43º | 0.09% | 0.91% | - |
| XYZ | 71.15 | 78.56 | 73.7 | - |
| YUV | 227.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 212 | 0.05 | 0 | 0.09 | 0.09 | 91.43 | 0.32 | 0.87 |
| Hex | DE | E9 | D4 | 5 | 0 | 9 | 9 | 5B | 20 | 57 |
| Octal | 336 | 351 | 324 | 5 | 0 | 11 | 11 | 133 | 40 | 127 |
| Binary | 11011110 | 11101001 | 11010100 | 101 | 0 | 1001 | 1001 | 1011011 | 100000 | 1010111 |
Color Harmonies of #DEE9D4
Complementary color
Monochromatic Colors of #DEE9D4
Black with #DEE9D4
Text Example
Text Example
White with #DEE9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9D4; }
p { color: rgb(222,233,212); }
H1.HeaderClassName
{
color: #DEE9D4;
}
.AnyTagClassName
{
color: #DEE9D4;
}
</style>
background-color css
<style>
a { background-color: #DEE9D4; }
a { background-color: rgb(222,233,212); }
div.DivClassName
{
background-color: #DEE9D4;
}
.BgClassName
{
background-color: #DEE9D4;
}
</style>
border-color css
<style>
span { border-color: #DEE9D4; }
span { border-color: rgb(222,233,212); }
td.TdClassName
{
border-color: #DEE9D4;
}
.TagClassName
{
border-color: #DEE9D4;
}
</style>