Shades of Apple Green #DDE9DA
Tints of Apple Green #DDE9DA
RGB
CMYK
RGB Variations
Color information
#DDE9DA (or 0xDDE9DA) is known color: Apple Green. HEX triplet: DD, E9 and DA. RGB value is (221,233,218). Sum of RGB (Red+Green+Blue) = 221+233+218=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9DA is #221625. Grayscale: #E3E3E3. Windows color (decimal): -2233894 or 14346717. OLE color: 14346717.
HSL color Cylindrical-coordinate representation of color #DDE9DA: hue angle of 108º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE9DA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 218 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.09 |
| HSL | 108º | 0.25% | 0.88% | - |
| HSV(B) | 108º | 0.06% | 0.91% | - |
| XYZ | 71.61 | 78.71 | 77.75 | - |
| YUV | 227.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 218 | 0.05 | 0 | 0.06 | 0.09 | 108 | 0.25 | 0.88 |
| Hex | DD | E9 | DA | 5 | 0 | 6 | 9 | 6C | 19 | 58 |
| Octal | 335 | 351 | 332 | 5 | 0 | 6 | 11 | 154 | 31 | 130 |
| Binary | 11011101 | 11101001 | 11011010 | 101 | 0 | 110 | 1001 | 1101100 | 11001 | 1011000 |
Color Harmonies of #DDE9DA
Complementary color
Monochromatic Colors of #DDE9DA
Black with #DDE9DA
Text Example
Text Example
White with #DDE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9DA; }
p { color: rgb(221,233,218); }
H1.HeaderClassName
{
color: #DDE9DA;
}
.AnyTagClassName
{
color: #DDE9DA;
}
</style>
background-color css
<style>
a { background-color: #DDE9DA; }
a { background-color: rgb(221,233,218); }
div.DivClassName
{
background-color: #DDE9DA;
}
.BgClassName
{
background-color: #DDE9DA;
}
</style>
border-color css
<style>
span { border-color: #DDE9DA; }
span { border-color: rgb(221,233,218); }
td.TdClassName
{
border-color: #DDE9DA;
}
.TagClassName
{
border-color: #DDE9DA;
}
</style>