Shades of Apple Green #D2DDD1
Tints of Apple Green #D2DDD1
RGB
CMYK
RGB Variations
Color information
#D2DDD1 (or 0xD2DDD1) is known color: Apple Green. HEX triplet: D2, DD and D1. RGB value is (210,221,209). Sum of RGB (Red+Green+Blue) = 210+221+209=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDD1 is #2D222E. Grayscale: #D8D8D8. Windows color (decimal): -2957871 or 13753810. OLE color: 13753810.
HSL color Cylindrical-coordinate representation of color #D2DDD1: hue angle of 115º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DDD1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 209 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.13 |
| HSL | 115º | 0.15% | 0.84% | - |
| HSV(B) | 115º | 0.05% | 0.87% | - |
| XYZ | 63.94 | 70.02 | 70.47 | - |
| YUV | 216.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 209 | 0.05 | 0 | 0.05 | 0.13 | 115 | 0.15 | 0.84 |
| Hex | D2 | DD | D1 | 5 | 0 | 5 | D | 73 | F | 54 |
| Octal | 322 | 335 | 321 | 5 | 0 | 5 | 15 | 163 | 17 | 124 |
| Binary | 11010010 | 11011101 | 11010001 | 101 | 0 | 101 | 1101 | 1110011 | 1111 | 1010100 |
Color Harmonies of #D2DDD1
Complementary color
Monochromatic Colors of #D2DDD1
Black with #D2DDD1
Text Example
Text Example
White with #D2DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDD1; }
p { color: rgb(210,221,209); }
H1.HeaderClassName
{
color: #D2DDD1;
}
.AnyTagClassName
{
color: #D2DDD1;
}
</style>
background-color css
<style>
a { background-color: #D2DDD1; }
a { background-color: rgb(210,221,209); }
div.DivClassName
{
background-color: #D2DDD1;
}
.BgClassName
{
background-color: #D2DDD1;
}
</style>
border-color css
<style>
span { border-color: #D2DDD1; }
span { border-color: rgb(210,221,209); }
td.TdClassName
{
border-color: #D2DDD1;
}
.TagClassName
{
border-color: #D2DDD1;
}
</style>