Shades of Apple Green #DDE1DC
Tints of Apple Green #DDE1DC
RGB
CMYK
RGB Variations
Color information
#DDE1DC (or 0xDDE1DC) is known color: Apple Green. HEX triplet: DD, E1 and DC. RGB value is (221,225,220). Sum of RGB (Red+Green+Blue) = 221+225+220=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DC is #221E23. Grayscale: #DFDFDF. Windows color (decimal): -2235940 or 14475741. OLE color: 14475741.
HSL color Cylindrical-coordinate representation of color #DDE1DC: hue angle of 108º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDE1DC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 220 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.12 |
| HSL | 108º | 0.08% | 0.87% | - |
| HSV(B) | 108º | 0.02% | 0.88% | - |
| XYZ | 69.66 | 74.39 | 78.4 | - |
| YUV | 223.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 220 | 0.02 | 0 | 0.02 | 0.12 | 108 | 0.08 | 0.87 |
| Hex | DD | E1 | DC | 2 | 0 | 2 | C | 6C | 8 | 57 |
| Octal | 335 | 341 | 334 | 2 | 0 | 2 | 14 | 154 | 10 | 127 |
| Binary | 11011101 | 11100001 | 11011100 | 10 | 0 | 10 | 1100 | 1101100 | 1000 | 1010111 |
Color Harmonies of #DDE1DC
Complementary color
Monochromatic Colors of #DDE1DC
Black with #DDE1DC
Text Example
Text Example
White with #DDE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1DC; }
p { color: rgb(221,225,220); }
H1.HeaderClassName
{
color: #DDE1DC;
}
.AnyTagClassName
{
color: #DDE1DC;
}
</style>
background-color css
<style>
a { background-color: #DDE1DC; }
a { background-color: rgb(221,225,220); }
div.DivClassName
{
background-color: #DDE1DC;
}
.BgClassName
{
background-color: #DDE1DC;
}
</style>
border-color css
<style>
span { border-color: #DDE1DC; }
span { border-color: rgb(221,225,220); }
td.TdClassName
{
border-color: #DDE1DC;
}
.TagClassName
{
border-color: #DDE1DC;
}
</style>