Shades of Apple Green #D5DDD4
Tints of Apple Green #D5DDD4
RGB
CMYK
RGB Variations
Color information
#D5DDD4 (or 0xD5DDD4) is known color: Apple Green. HEX triplet: D5, DD and D4. RGB value is (213,221,212). Sum of RGB (Red+Green+Blue) = 213+221+212=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDD4 is #2A222B. Grayscale: #D9D9D9. Windows color (decimal): -2761260 or 13950421. OLE color: 13950421.
HSL color Cylindrical-coordinate representation of color #D5DDD4: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DDD4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 212 | - |
CMYK | 0.04 | 0 | 0.04 | 0.13 |
HSL | 113.33º | 0.12% | 0.85% | - |
HSV(B) | 113.33º | 0.04% | 0.87% | - |
XYZ | 65.18 | 70.61 | 72.48 | - |
YUV | 217.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 212 | 0.04 | 0 | 0.04 | 0.13 | 113.33 | 0.12 | 0.85 |
Hex | D5 | DD | D4 | 4 | 0 | 4 | D | 71 | C | 55 |
Octal | 325 | 335 | 324 | 4 | 0 | 4 | 15 | 161 | 14 | 125 |
Binary | 11010101 | 11011101 | 11010100 | 100 | 0 | 100 | 1101 | 1110001 | 1100 | 1010101 |
Color Harmonies of #D5DDD4
Complementary color
Monochromatic Colors of #D5DDD4
Black with #D5DDD4
Text Example
Text Example
White with #D5DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDD4; }
p { color: rgb(213,221,212); }
H1.HeaderClassName
{
color: #D5DDD4;
}
.AnyTagClassName
{
color: #D5DDD4;
}
</style>
background-color css
<style>
a { background-color: #D5DDD4; }
a { background-color: rgb(213,221,212); }
div.DivClassName
{
background-color: #D5DDD4;
}
.BgClassName
{
background-color: #D5DDD4;
}
</style>
border-color css
<style>
span { border-color: #D5DDD4; }
span { border-color: rgb(213,221,212); }
td.TdClassName
{
border-color: #D5DDD4;
}
.TagClassName
{
border-color: #D5DDD4;
}
</style>