Shades of Apple Green #D1DED0
Tints of Apple Green #D1DED0
RGB
CMYK
RGB Variations
Color information
#D1DED0 (or 0xD1DED0) is known color: Apple Green. HEX triplet: D1, DE and D0. RGB value is (209,222,208). Sum of RGB (Red+Green+Blue) = 209+222+208=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DED0 is #2E212F. Grayscale: #D8D8D8. Windows color (decimal): -3023152 or 13688529. OLE color: 13688529.
HSL color Cylindrical-coordinate representation of color #D1DED0: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DED0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 222 | 208 | - |
CMYK | 0.06 | 0 | 0.06 | 0.13 |
HSL | 115.71º | 0.18% | 0.84% | - |
HSV(B) | 115.71º | 0.06% | 0.87% | - |
XYZ | 63.8 | 70.35 | 69.89 | - |
YUV | 216.52 | 123.19 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 222 | 208 | 0.06 | 0 | 0.06 | 0.13 | 115.71 | 0.18 | 0.84 |
Hex | D1 | DE | D0 | 6 | 0 | 6 | D | 74 | 12 | 54 |
Octal | 321 | 336 | 320 | 6 | 0 | 6 | 15 | 164 | 22 | 124 |
Binary | 11010001 | 11011110 | 11010000 | 110 | 0 | 110 | 1101 | 1110100 | 10010 | 1010100 |
Color Harmonies of #D1DED0
Complementary color
Monochromatic Colors of #D1DED0
Black with #D1DED0
Text Example
Text Example
White with #D1DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DED0; }
p { color: rgb(209,222,208); }
H1.HeaderClassName
{
color: #D1DED0;
}
.AnyTagClassName
{
color: #D1DED0;
}
</style>
background-color css
<style>
a { background-color: #D1DED0; }
a { background-color: rgb(209,222,208); }
div.DivClassName
{
background-color: #D1DED0;
}
.BgClassName
{
background-color: #D1DED0;
}
</style>
border-color css
<style>
span { border-color: #D1DED0; }
span { border-color: rgb(209,222,208); }
td.TdClassName
{
border-color: #D1DED0;
}
.TagClassName
{
border-color: #D1DED0;
}
</style>