Shades of Frostee #D9EAC8
Tints of Frostee #D9EAC8
RGB
CMYK
RGB Variations
Color information
#D9EAC8 (or 0xD9EAC8) is known color: Frostee. HEX triplet: D9, EA and C8. RGB value is (217,234,200). Sum of RGB (Red+Green+Blue) = 217+234+200=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAC8 is #261537. Grayscale: #E1E1E1. Windows color (decimal): -2495800 or 13167321. OLE color: 13167321.
HSL color Cylindrical-coordinate representation of color #D9EAC8: hue angle of 90º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EAC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 200 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.08 |
| HSL | 90º | 0.45% | 0.85% | - |
| HSV(B) | 90º | 0.15% | 0.92% | - |
| XYZ | 68.46 | 77.77 | 66.05 | - |
| YUV | 225.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 200 | 0.07 | 0 | 0.15 | 0.08 | 90 | 0.45 | 0.85 |
| Hex | D9 | EA | C8 | 7 | 0 | F | 8 | 5A | 2D | 55 |
| Octal | 331 | 352 | 310 | 7 | 0 | 17 | 10 | 132 | 55 | 125 |
| Binary | 11011001 | 11101010 | 11001000 | 111 | 0 | 1111 | 1000 | 1011010 | 101101 | 1010101 |
Color Harmonies of #D9EAC8
Complementary color
Monochromatic Colors of #D9EAC8
Black with #D9EAC8
Text Example
Text Example
White with #D9EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAC8; }
p { color: rgb(217,234,200); }
H1.HeaderClassName
{
color: #D9EAC8;
}
.AnyTagClassName
{
color: #D9EAC8;
}
</style>
background-color css
<style>
a { background-color: #D9EAC8; }
a { background-color: rgb(217,234,200); }
div.DivClassName
{
background-color: #D9EAC8;
}
.BgClassName
{
background-color: #D9EAC8;
}
</style>
border-color css
<style>
span { border-color: #D9EAC8; }
span { border-color: rgb(217,234,200); }
td.TdClassName
{
border-color: #D9EAC8;
}
.TagClassName
{
border-color: #D9EAC8;
}
</style>