Shades of Frostee #D8E9CC
Tints of Frostee #D8E9CC
RGB
CMYK
RGB Variations
Color information
#D8E9CC (or 0xD8E9CC) is known color: Frostee. HEX triplet: D8, E9 and CC. RGB value is (216,233,204). Sum of RGB (Red+Green+Blue) = 216+233+204=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E9CC is #271633. Grayscale: #E0E0E0. Windows color (decimal): -2561588 or 13429208. OLE color: 13429208.
HSL color Cylindrical-coordinate representation of color #D8E9CC: hue angle of 95.17º degrees, saturation: 0.4, 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 #D8E9CC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 204 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.09 |
| HSL | 95.17º | 0.4% | 0.86% | - |
| HSV(B) | 95.17º | 0.12% | 0.91% | - |
| XYZ | 68.36 | 77.24 | 68.43 | - |
| YUV | 224.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 204 | 0.07 | 0 | 0.12 | 0.09 | 95.17 | 0.4 | 0.86 |
| Hex | D8 | E9 | CC | 7 | 0 | C | 9 | 5F | 28 | 56 |
| Octal | 330 | 351 | 314 | 7 | 0 | 14 | 11 | 137 | 50 | 126 |
| Binary | 11011000 | 11101001 | 11001100 | 111 | 0 | 1100 | 1001 | 1011111 | 101000 | 1010110 |
Color Harmonies of #D8E9CC
Complementary color
Monochromatic Colors of #D8E9CC
Black with #D8E9CC
Text Example
Text Example
White with #D8E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E9CC; }
p { color: rgb(216,233,204); }
H1.HeaderClassName
{
color: #D8E9CC;
}
.AnyTagClassName
{
color: #D8E9CC;
}
</style>
background-color css
<style>
a { background-color: #D8E9CC; }
a { background-color: rgb(216,233,204); }
div.DivClassName
{
background-color: #D8E9CC;
}
.BgClassName
{
background-color: #D8E9CC;
}
</style>
border-color css
<style>
span { border-color: #D8E9CC; }
span { border-color: rgb(216,233,204); }
td.TdClassName
{
border-color: #D8E9CC;
}
.TagClassName
{
border-color: #D8E9CC;
}
</style>