Shades of Apple Green #DDEBDA
Tints of Apple Green #DDEBDA
RGB
CMYK
RGB Variations
Color information
#DDEBDA (or 0xDDEBDA) is known color: Apple Green. HEX triplet: DD, EB and DA. RGB value is (221,235,218). Sum of RGB (Red+Green+Blue) = 221+235+218=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDA is #221425. Grayscale: #E4E4E4. Windows color (decimal): -2233382 or 14347229. OLE color: 14347229.
HSL color Cylindrical-coordinate representation of color #DDEBDA: hue angle of 109.41º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEBDA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 218 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.08 |
| HSL | 109.41º | 0.3% | 0.89% | - |
| HSV(B) | 109.41º | 0.07% | 0.92% | - |
| XYZ | 72.18 | 79.85 | 77.94 | - |
| YUV | 228.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 218 | 0.06 | 0 | 0.07 | 0.08 | 109.41 | 0.3 | 0.89 |
| Hex | DD | EB | DA | 6 | 0 | 7 | 8 | 6D | 1E | 59 |
| Octal | 335 | 353 | 332 | 6 | 0 | 7 | 10 | 155 | 36 | 131 |
| Binary | 11011101 | 11101011 | 11011010 | 110 | 0 | 111 | 1000 | 1101101 | 11110 | 1011001 |
Color Harmonies of #DDEBDA
Complementary color
Monochromatic Colors of #DDEBDA
Black with #DDEBDA
Text Example
Text Example
White with #DDEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBDA; }
p { color: rgb(221,235,218); }
H1.HeaderClassName
{
color: #DDEBDA;
}
.AnyTagClassName
{
color: #DDEBDA;
}
</style>
background-color css
<style>
a { background-color: #DDEBDA; }
a { background-color: rgb(221,235,218); }
div.DivClassName
{
background-color: #DDEBDA;
}
.BgClassName
{
background-color: #DDEBDA;
}
</style>
border-color css
<style>
span { border-color: #DDEBDA; }
span { border-color: rgb(221,235,218); }
td.TdClassName
{
border-color: #DDEBDA;
}
.TagClassName
{
border-color: #DDEBDA;
}
</style>