Shades of Apple Green #D4DDD3
Tints of Apple Green #D4DDD3
RGB
CMYK
RGB Variations
Color information
#D4DDD3 (or 0xD4DDD3) is known color: Apple Green. HEX triplet: D4, DD and D3. RGB value is (212,221,211). Sum of RGB (Red+Green+Blue) = 212+221+211=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDD3 is #2B222C. Grayscale: #D9D9D9. Windows color (decimal): -2826797 or 13884884. OLE color: 13884884.
HSL color Cylindrical-coordinate representation of color #D4DDD3: hue angle of 114º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4DDD3 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 211 | - |
CMYK | 0.04 | 0 | 0.05 | 0.13 |
HSL | 114º | 0.13% | 0.85% | - |
HSV(B) | 114º | 0.05% | 0.87% | - |
XYZ | 64.77 | 70.41 | 71.81 | - |
YUV | 217.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 211 | 0.04 | 0 | 0.05 | 0.13 | 114 | 0.13 | 0.85 |
Hex | D4 | DD | D3 | 4 | 0 | 5 | D | 72 | D | 55 |
Octal | 324 | 335 | 323 | 4 | 0 | 5 | 15 | 162 | 15 | 125 |
Binary | 11010100 | 11011101 | 11010011 | 100 | 0 | 101 | 1101 | 1110010 | 1101 | 1010101 |
Color Harmonies of #D4DDD3
Complementary color
Monochromatic Colors of #D4DDD3
Black with #D4DDD3
Text Example
Text Example
White with #D4DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDD3; }
p { color: rgb(212,221,211); }
H1.HeaderClassName
{
color: #D4DDD3;
}
.AnyTagClassName
{
color: #D4DDD3;
}
</style>
background-color css
<style>
a { background-color: #D4DDD3; }
a { background-color: rgb(212,221,211); }
div.DivClassName
{
background-color: #D4DDD3;
}
.BgClassName
{
background-color: #D4DDD3;
}
</style>
border-color css
<style>
span { border-color: #D4DDD3; }
span { border-color: rgb(212,221,211); }
td.TdClassName
{
border-color: #D4DDD3;
}
.TagClassName
{
border-color: #D4DDD3;
}
</style>