Shades of Apple Green #D9DDD8
Tints of Apple Green #D9DDD8
RGB
CMYK
RGB Variations
Color information
#D9DDD8 (or 0xD9DDD8) is known color: Apple Green. HEX triplet: D9, DD and D8. RGB value is (217,221,216). Sum of RGB (Red+Green+Blue) = 217+221+216=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD8 is #262227. Grayscale: #DBDBDB. Windows color (decimal): -2499112 or 14212569. OLE color: 14212569.
HSL color Cylindrical-coordinate representation of color #D9DDD8: hue angle of 108º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DDD8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 216 | - |
CMYK | 0.02 | 0 | 0.02 | 0.13 |
HSL | 108º | 0.07% | 0.86% | - |
HSV(B) | 108º | 0.02% | 0.87% | - |
XYZ | 66.87 | 71.42 | 75.23 | - |
YUV | 219.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 216 | 0.02 | 0 | 0.02 | 0.13 | 108 | 0.07 | 0.86 |
Hex | D9 | DD | D8 | 2 | 0 | 2 | D | 6C | 7 | 56 |
Octal | 331 | 335 | 330 | 2 | 0 | 2 | 15 | 154 | 7 | 126 |
Binary | 11011001 | 11011101 | 11011000 | 10 | 0 | 10 | 1101 | 1101100 | 111 | 1010110 |
Color Harmonies of #D9DDD8
Complementary color
Monochromatic Colors of #D9DDD8
Black with #D9DDD8
Text Example
Text Example
White with #D9DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD8; }
p { color: rgb(217,221,216); }
H1.HeaderClassName
{
color: #D9DDD8;
}
.AnyTagClassName
{
color: #D9DDD8;
}
</style>
background-color css
<style>
a { background-color: #D9DDD8; }
a { background-color: rgb(217,221,216); }
div.DivClassName
{
background-color: #D9DDD8;
}
.BgClassName
{
background-color: #D9DDD8;
}
</style>
border-color css
<style>
span { border-color: #D9DDD8; }
span { border-color: rgb(217,221,216); }
td.TdClassName
{
border-color: #D9DDD8;
}
.TagClassName
{
border-color: #D9DDD8;
}
</style>