Shades of Frostee #D8E8CD
Tints of Frostee #D8E8CD
RGB
CMYK
RGB Variations
Color information
#D8E8CD (or 0xD8E8CD) is known color: Frostee. HEX triplet: D8, E8 and CD. RGB value is (216,232,205). Sum of RGB (Red+Green+Blue) = 216+232+205=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E8CD is #271732. Grayscale: #E0E0E0. Windows color (decimal): -2561843 or 13494488. OLE color: 13494488.
HSL color Cylindrical-coordinate representation of color #D8E8CD: hue angle of 95.56º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8E8CD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 205 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.09 |
| HSL | 95.56º | 0.37% | 0.86% | - |
| HSV(B) | 95.56º | 0.12% | 0.91% | - |
| XYZ | 68.19 | 76.72 | 68.97 | - |
| YUV | 224.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 205 | 0.07 | 0 | 0.12 | 0.09 | 95.56 | 0.37 | 0.86 |
| Hex | D8 | E8 | CD | 7 | 0 | C | 9 | 60 | 25 | 56 |
| Octal | 330 | 350 | 315 | 7 | 0 | 14 | 11 | 140 | 45 | 126 |
| Binary | 11011000 | 11101000 | 11001101 | 111 | 0 | 1100 | 1001 | 1100000 | 100101 | 1010110 |
Color Harmonies of #D8E8CD
Complementary color
Monochromatic Colors of #D8E8CD
Black with #D8E8CD
Text Example
Text Example
White with #D8E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E8CD; }
p { color: rgb(216,232,205); }
H1.HeaderClassName
{
color: #D8E8CD;
}
.AnyTagClassName
{
color: #D8E8CD;
}
</style>
background-color css
<style>
a { background-color: #D8E8CD; }
a { background-color: rgb(216,232,205); }
div.DivClassName
{
background-color: #D8E8CD;
}
.BgClassName
{
background-color: #D8E8CD;
}
</style>
border-color css
<style>
span { border-color: #D8E8CD; }
span { border-color: rgb(216,232,205); }
td.TdClassName
{
border-color: #D8E8CD;
}
.TagClassName
{
border-color: #D8E8CD;
}
</style>