Shades of Frostee #D9EEC9
Tints of Frostee #D9EEC9
RGB
CMYK
RGB Variations
Color information
#D9EEC9 (or 0xD9EEC9) is known color: Frostee. HEX triplet: D9, EE and C9. RGB value is (217,238,201). Sum of RGB (Red+Green+Blue) = 217+238+201=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEC9 is #261136. Grayscale: #E3E3E3. Windows color (decimal): -2494775 or 13233881. OLE color: 13233881.
HSL color Cylindrical-coordinate representation of color #D9EEC9: hue angle of 94.05º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9EEC9 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 201 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.07 |
| HSL | 94.05º | 0.52% | 0.86% | - |
| HSV(B) | 94.05º | 0.16% | 0.93% | - |
| XYZ | 69.73 | 80.12 | 67.05 | - |
| YUV | 227.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 201 | 0.09 | 0 | 0.16 | 0.07 | 94.05 | 0.52 | 0.86 |
| Hex | D9 | EE | C9 | 9 | 0 | 10 | 7 | 5E | 34 | 56 |
| Octal | 331 | 356 | 311 | 11 | 0 | 20 | 7 | 136 | 64 | 126 |
| Binary | 11011001 | 11101110 | 11001001 | 1001 | 0 | 10000 | 111 | 1011110 | 110100 | 1010110 |
Color Harmonies of #D9EEC9
Complementary color
Monochromatic Colors of #D9EEC9
Black with #D9EEC9
Text Example
Text Example
White with #D9EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEC9; }
p { color: rgb(217,238,201); }
H1.HeaderClassName
{
color: #D9EEC9;
}
.AnyTagClassName
{
color: #D9EEC9;
}
</style>
background-color css
<style>
a { background-color: #D9EEC9; }
a { background-color: rgb(217,238,201); }
div.DivClassName
{
background-color: #D9EEC9;
}
.BgClassName
{
background-color: #D9EEC9;
}
</style>
border-color css
<style>
span { border-color: #D9EEC9; }
span { border-color: rgb(217,238,201); }
td.TdClassName
{
border-color: #D9EEC9;
}
.TagClassName
{
border-color: #D9EEC9;
}
</style>