Shades of Frostee #D8E8CC
Tints of Frostee #D8E8CC
RGB
CMYK
RGB Variations
Color information
#D8E8CC (or 0xD8E8CC) is known color: Frostee. HEX triplet: D8, E8 and CC. RGB value is (216,232,204). Sum of RGB (Red+Green+Blue) = 216+232+204=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E8CC is #271733. Grayscale: #E0E0E0. Windows color (decimal): -2561844 or 13428952. OLE color: 13428952.
HSL color Cylindrical-coordinate representation of color #D8E8CC: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8E8CC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 204 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.09 |
| HSL | 94.29º | 0.38% | 0.85% | - |
| HSV(B) | 94.29º | 0.12% | 0.91% | - |
| XYZ | 68.07 | 76.67 | 68.34 | - |
| YUV | 224.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 204 | 0.07 | 0 | 0.12 | 0.09 | 94.29 | 0.38 | 0.85 |
| Hex | D8 | E8 | CC | 7 | 0 | C | 9 | 5E | 26 | 55 |
| Octal | 330 | 350 | 314 | 7 | 0 | 14 | 11 | 136 | 46 | 125 |
| Binary | 11011000 | 11101000 | 11001100 | 111 | 0 | 1100 | 1001 | 1011110 | 100110 | 1010101 |
Color Harmonies of #D8E8CC
Complementary color
Monochromatic Colors of #D8E8CC
Black with #D8E8CC
Text Example
Text Example
White with #D8E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E8CC; }
p { color: rgb(216,232,204); }
H1.HeaderClassName
{
color: #D8E8CC;
}
.AnyTagClassName
{
color: #D8E8CC;
}
</style>
background-color css
<style>
a { background-color: #D8E8CC; }
a { background-color: rgb(216,232,204); }
div.DivClassName
{
background-color: #D8E8CC;
}
.BgClassName
{
background-color: #D8E8CC;
}
</style>
border-color css
<style>
span { border-color: #D8E8CC; }
span { border-color: rgb(216,232,204); }
td.TdClassName
{
border-color: #D8E8CC;
}
.TagClassName
{
border-color: #D8E8CC;
}
</style>