Shades of Apple Green #DDE5DC
Tints of Apple Green #DDE5DC
RGB
CMYK
RGB Variations
Color information
#DDE5DC (or 0xDDE5DC) is known color: Apple Green. HEX triplet: DD, E5 and DC. RGB value is (221,229,220). Sum of RGB (Red+Green+Blue) = 221+229+220=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DC is #221A23. Grayscale: #E1E1E1. Windows color (decimal): -2234916 or 14476765. OLE color: 14476765.
HSL color Cylindrical-coordinate representation of color #DDE5DC: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE5DC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 220 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.10 |
| HSL | 113.33º | 0.15% | 0.88% | - |
| HSV(B) | 113.33º | 0.04% | 0.9% | - |
| XYZ | 70.76 | 76.58 | 78.76 | - |
| YUV | 225.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 220 | 0.03 | 0 | 0.04 | 0.10 | 113.33 | 0.15 | 0.88 |
| Hex | DD | E5 | DC | 3 | 0 | 4 | A | 71 | F | 58 |
| Octal | 335 | 345 | 334 | 3 | 0 | 4 | 12 | 161 | 17 | 130 |
| Binary | 11011101 | 11100101 | 11011100 | 11 | 0 | 100 | 1010 | 1110001 | 1111 | 1011000 |
Color Harmonies of #DDE5DC
Complementary color
Monochromatic Colors of #DDE5DC
Black with #DDE5DC
Text Example
Text Example
White with #DDE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5DC; }
p { color: rgb(221,229,220); }
H1.HeaderClassName
{
color: #DDE5DC;
}
.AnyTagClassName
{
color: #DDE5DC;
}
</style>
background-color css
<style>
a { background-color: #DDE5DC; }
a { background-color: rgb(221,229,220); }
div.DivClassName
{
background-color: #DDE5DC;
}
.BgClassName
{
background-color: #DDE5DC;
}
</style>
border-color css
<style>
span { border-color: #DDE5DC; }
span { border-color: rgb(221,229,220); }
td.TdClassName
{
border-color: #DDE5DC;
}
.TagClassName
{
border-color: #DDE5DC;
}
</style>