Shades of Frostee #DEE8D7
Tints of Frostee #DEE8D7
RGB
CMYK
RGB Variations
Color information
#DEE8D7 (or 0xDEE8D7) is known color: Frostee. HEX triplet: DE, E8 and D7. RGB value is (222,232,215). Sum of RGB (Red+Green+Blue) = 222+232+215=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8D7 is #211728. Grayscale: #E3E3E3. Windows color (decimal): -2168617 or 14149854. OLE color: 14149854.
HSL color Cylindrical-coordinate representation of color #DEE8D7: hue angle of 95.29º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE8D7 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 215 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.09 |
| HSL | 95.29º | 0.27% | 0.88% | - |
| HSV(B) | 95.29º | 0.07% | 0.91% | - |
| XYZ | 71.25 | 78.15 | 75.62 | - |
| YUV | 227.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 215 | 0.04 | 0 | 0.07 | 0.09 | 95.29 | 0.27 | 0.88 |
| Hex | DE | E8 | D7 | 4 | 0 | 7 | 9 | 5F | 1B | 58 |
| Octal | 336 | 350 | 327 | 4 | 0 | 7 | 11 | 137 | 33 | 130 |
| Binary | 11011110 | 11101000 | 11010111 | 100 | 0 | 111 | 1001 | 1011111 | 11011 | 1011000 |
Color Harmonies of #DEE8D7
Complementary color
Monochromatic Colors of #DEE8D7
Black with #DEE8D7
Text Example
Text Example
White with #DEE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8D7; }
p { color: rgb(222,232,215); }
H1.HeaderClassName
{
color: #DEE8D7;
}
.AnyTagClassName
{
color: #DEE8D7;
}
</style>
background-color css
<style>
a { background-color: #DEE8D7; }
a { background-color: rgb(222,232,215); }
div.DivClassName
{
background-color: #DEE8D7;
}
.BgClassName
{
background-color: #DEE8D7;
}
</style>
border-color css
<style>
span { border-color: #DEE8D7; }
span { border-color: rgb(222,232,215); }
td.TdClassName
{
border-color: #DEE8D7;
}
.TagClassName
{
border-color: #DEE8D7;
}
</style>