Shades of Apple Green #D4DCD3
Tints of Apple Green #D4DCD3
RGB
CMYK
RGB Variations
Color information
#D4DCD3 (or 0xD4DCD3) is known color: Apple Green. HEX triplet: D4, DC and D3. RGB value is (212,220,211). Sum of RGB (Red+Green+Blue) = 212+220+211=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCD3 is #2B232C. Grayscale: #D8D8D8. Windows color (decimal): -2827053 or 13884628. OLE color: 13884628.
HSL color Cylindrical-coordinate representation of color #D4DCD3: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DCD3 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 211 | - |
CMYK | 0.04 | 0 | 0.04 | 0.14 |
HSL | 113.33º | 0.11% | 0.85% | - |
HSV(B) | 113.33º | 0.04% | 0.86% | - |
XYZ | 64.5 | 69.89 | 71.72 | - |
YUV | 216.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 211 | 0.04 | 0 | 0.04 | 0.14 | 113.33 | 0.11 | 0.85 |
Hex | D4 | DC | D3 | 4 | 0 | 4 | E | 71 | B | 55 |
Octal | 324 | 334 | 323 | 4 | 0 | 4 | 16 | 161 | 13 | 125 |
Binary | 11010100 | 11011100 | 11010011 | 100 | 0 | 100 | 1110 | 1110001 | 1011 | 1010101 |
Color Harmonies of #D4DCD3
Complementary color
Monochromatic Colors of #D4DCD3
Black with #D4DCD3
Text Example
Text Example
White with #D4DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCD3; }
p { color: rgb(212,220,211); }
H1.HeaderClassName
{
color: #D4DCD3;
}
.AnyTagClassName
{
color: #D4DCD3;
}
</style>
background-color css
<style>
a { background-color: #D4DCD3; }
a { background-color: rgb(212,220,211); }
div.DivClassName
{
background-color: #D4DCD3;
}
.BgClassName
{
background-color: #D4DCD3;
}
</style>
border-color css
<style>
span { border-color: #D4DCD3; }
span { border-color: rgb(212,220,211); }
td.TdClassName
{
border-color: #D4DCD3;
}
.TagClassName
{
border-color: #D4DCD3;
}
</style>