Shades of Apple Green #DDE5DB
Tints of Apple Green #DDE5DB
RGB
CMYK
RGB Variations
Color information
#DDE5DB (or 0xDDE5DB) is known color: Apple Green. HEX triplet: DD, E5 and DB. RGB value is (221,229,219). Sum of RGB (Red+Green+Blue) = 221+229+219=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DB is #221A24. Grayscale: #E1E1E1. Windows color (decimal): -2234917 or 14411229. OLE color: 14411229.
HSL color Cylindrical-coordinate representation of color #DDE5DB: hue angle of 108º degrees, saturation: 0.16, 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 #DDE5DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 219 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.10 |
| HSL | 108º | 0.16% | 0.88% | - |
| HSV(B) | 108º | 0.04% | 0.9% | - |
| XYZ | 70.62 | 76.53 | 78.07 | - |
| YUV | 225.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 219 | 0.03 | 0 | 0.04 | 0.10 | 108 | 0.16 | 0.88 |
| Hex | DD | E5 | DB | 3 | 0 | 4 | A | 6C | 10 | 58 |
| Octal | 335 | 345 | 333 | 3 | 0 | 4 | 12 | 154 | 20 | 130 |
| Binary | 11011101 | 11100101 | 11011011 | 11 | 0 | 100 | 1010 | 1101100 | 10000 | 1011000 |
Color Harmonies of #DDE5DB
Complementary color
Monochromatic Colors of #DDE5DB
Black with #DDE5DB
Text Example
Text Example
White with #DDE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5DB; }
p { color: rgb(221,229,219); }
H1.HeaderClassName
{
color: #DDE5DB;
}
.AnyTagClassName
{
color: #DDE5DB;
}
</style>
background-color css
<style>
a { background-color: #DDE5DB; }
a { background-color: rgb(221,229,219); }
div.DivClassName
{
background-color: #DDE5DB;
}
.BgClassName
{
background-color: #DDE5DB;
}
</style>
border-color css
<style>
span { border-color: #DDE5DB; }
span { border-color: rgb(221,229,219); }
td.TdClassName
{
border-color: #DDE5DB;
}
.TagClassName
{
border-color: #DDE5DB;
}
</style>