Shades of Apple Green #DDE6DC
Tints of Apple Green #DDE6DC
RGB
CMYK
RGB Variations
Color information
#DDE6DC (or 0xDDE6DC) is known color: Apple Green. HEX triplet: DD, E6 and DC. RGB value is (221,230,220). Sum of RGB (Red+Green+Blue) = 221+230+220=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6DC is #221923. Grayscale: #E2E2E2. Windows color (decimal): -2234660 or 14477021. OLE color: 14477021.
HSL color Cylindrical-coordinate representation of color #DDE6DC: hue angle of 114º degrees, saturation: 0.17, 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 #DDE6DC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 220 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.10 |
| HSL | 114º | 0.17% | 0.88% | - |
| HSV(B) | 114º | 0.04% | 0.9% | - |
| XYZ | 71.03 | 77.13 | 78.85 | - |
| YUV | 226.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 220 | 0.04 | 0 | 0.04 | 0.10 | 114 | 0.17 | 0.88 |
| Hex | DD | E6 | DC | 4 | 0 | 4 | A | 72 | 11 | 58 |
| Octal | 335 | 346 | 334 | 4 | 0 | 4 | 12 | 162 | 21 | 130 |
| Binary | 11011101 | 11100110 | 11011100 | 100 | 0 | 100 | 1010 | 1110010 | 10001 | 1011000 |
Color Harmonies of #DDE6DC
Complementary color
Monochromatic Colors of #DDE6DC
Black with #DDE6DC
Text Example
Text Example
White with #DDE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6DC; }
p { color: rgb(221,230,220); }
H1.HeaderClassName
{
color: #DDE6DC;
}
.AnyTagClassName
{
color: #DDE6DC;
}
</style>
background-color css
<style>
a { background-color: #DDE6DC; }
a { background-color: rgb(221,230,220); }
div.DivClassName
{
background-color: #DDE6DC;
}
.BgClassName
{
background-color: #DDE6DC;
}
</style>
border-color css
<style>
span { border-color: #DDE6DC; }
span { border-color: rgb(221,230,220); }
td.TdClassName
{
border-color: #DDE6DC;
}
.TagClassName
{
border-color: #DDE6DC;
}
</style>