Shades of Apple Green #DDE3DB
Tints of Apple Green #DDE3DB
RGB
CMYK
RGB Variations
Color information
#DDE3DB (or 0xDDE3DB) is known color: Apple Green. HEX triplet: DD, E3 and DB. RGB value is (221,227,219). Sum of RGB (Red+Green+Blue) = 221+227+219=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3DB is #221C24. Grayscale: #E0E0E0. Windows color (decimal): -2235429 or 14410717. OLE color: 14410717.
HSL color Cylindrical-coordinate representation of color #DDE3DB: hue angle of 105º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE3DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 219 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.11 |
| HSL | 105º | 0.13% | 0.87% | - |
| HSV(B) | 105º | 0.04% | 0.89% | - |
| XYZ | 70.07 | 75.42 | 77.88 | - |
| YUV | 224.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 219 | 0.03 | 0 | 0.04 | 0.11 | 105 | 0.13 | 0.87 |
| Hex | DD | E3 | DB | 3 | 0 | 4 | B | 69 | C | 57 |
| Octal | 335 | 343 | 333 | 3 | 0 | 4 | 13 | 151 | 14 | 127 |
| Binary | 11011101 | 11100011 | 11011011 | 11 | 0 | 100 | 1011 | 1101001 | 1100 | 1010111 |
Color Harmonies of #DDE3DB
Complementary color
Monochromatic Colors of #DDE3DB
Black with #DDE3DB
Text Example
Text Example
White with #DDE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3DB; }
p { color: rgb(221,227,219); }
H1.HeaderClassName
{
color: #DDE3DB;
}
.AnyTagClassName
{
color: #DDE3DB;
}
</style>
background-color css
<style>
a { background-color: #DDE3DB; }
a { background-color: rgb(221,227,219); }
div.DivClassName
{
background-color: #DDE3DB;
}
.BgClassName
{
background-color: #DDE3DB;
}
</style>
border-color css
<style>
span { border-color: #DDE3DB; }
span { border-color: rgb(221,227,219); }
td.TdClassName
{
border-color: #DDE3DB;
}
.TagClassName
{
border-color: #DDE3DB;
}
</style>