Shades of Apple Green #DDE0DC
Tints of Apple Green #DDE0DC
RGB
CMYK
RGB Variations
Color information
#DDE0DC (or 0xDDE0DC) is known color: Apple Green. HEX triplet: DD, E0 and DC. RGB value is (221,224,220). Sum of RGB (Red+Green+Blue) = 221+224+220=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DC is #221F23. Grayscale: #DEDEDE. Windows color (decimal): -2236196 or 14475485. OLE color: 14475485.
HSL color Cylindrical-coordinate representation of color #DDE0DC: hue angle of 105º degrees, saturation: 0.06, 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 #DDE0DC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 220 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.12 |
| HSL | 105º | 0.06% | 0.87% | - |
| HSV(B) | 105º | 0.02% | 0.88% | - |
| XYZ | 69.39 | 73.85 | 78.31 | - |
| YUV | 222.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 220 | 0.01 | 0 | 0.02 | 0.12 | 105 | 0.06 | 0.87 |
| Hex | DD | E0 | DC | 1 | 0 | 2 | C | 69 | 6 | 57 |
| Octal | 335 | 340 | 334 | 1 | 0 | 2 | 14 | 151 | 6 | 127 |
| Binary | 11011101 | 11100000 | 11011100 | 1 | 0 | 10 | 1100 | 1101001 | 110 | 1010111 |
Color Harmonies of #DDE0DC
Complementary color
Monochromatic Colors of #DDE0DC
Black with #DDE0DC
Text Example
Text Example
White with #DDE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0DC; }
p { color: rgb(221,224,220); }
H1.HeaderClassName
{
color: #DDE0DC;
}
.AnyTagClassName
{
color: #DDE0DC;
}
</style>
background-color css
<style>
a { background-color: #DDE0DC; }
a { background-color: rgb(221,224,220); }
div.DivClassName
{
background-color: #DDE0DC;
}
.BgClassName
{
background-color: #DDE0DC;
}
</style>
border-color css
<style>
span { border-color: #DDE0DC; }
span { border-color: rgb(221,224,220); }
td.TdClassName
{
border-color: #DDE0DC;
}
.TagClassName
{
border-color: #DDE0DC;
}
</style>