Shades of Frostee #D8EAC9
Tints of Frostee #D8EAC9
RGB
CMYK
RGB Variations
Color information
#D8EAC9 (or 0xD8EAC9) is known color: Frostee. HEX triplet: D8, EA and C9. RGB value is (216,234,201). Sum of RGB (Red+Green+Blue) = 216+234+201=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EAC9 is #271536. Grayscale: #E0E0E0. Windows color (decimal): -2561335 or 13232856. OLE color: 13232856.
HSL color Cylindrical-coordinate representation of color #D8EAC9: hue angle of 92.73º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8EAC9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 201 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.08 |
| HSL | 92.73º | 0.44% | 0.85% | - |
| HSV(B) | 92.73º | 0.14% | 0.92% | - |
| XYZ | 68.28 | 77.66 | 66.65 | - |
| YUV | 224.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 201 | 0.08 | 0 | 0.14 | 0.08 | 92.73 | 0.44 | 0.85 |
| Hex | D8 | EA | C9 | 8 | 0 | E | 8 | 5D | 2C | 55 |
| Octal | 330 | 352 | 311 | 10 | 0 | 16 | 10 | 135 | 54 | 125 |
| Binary | 11011000 | 11101010 | 11001001 | 1000 | 0 | 1110 | 1000 | 1011101 | 101100 | 1010101 |
Color Harmonies of #D8EAC9
Complementary color
Monochromatic Colors of #D8EAC9
Black with #D8EAC9
Text Example
Text Example
White with #D8EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAC9; }
p { color: rgb(216,234,201); }
H1.HeaderClassName
{
color: #D8EAC9;
}
.AnyTagClassName
{
color: #D8EAC9;
}
</style>
background-color css
<style>
a { background-color: #D8EAC9; }
a { background-color: rgb(216,234,201); }
div.DivClassName
{
background-color: #D8EAC9;
}
.BgClassName
{
background-color: #D8EAC9;
}
</style>
border-color css
<style>
span { border-color: #D8EAC9; }
span { border-color: rgb(216,234,201); }
td.TdClassName
{
border-color: #D8EAC9;
}
.TagClassName
{
border-color: #D8EAC9;
}
</style>