Shades of Apple Green #DDECD9
Tints of Apple Green #DDECD9
RGB
CMYK
RGB Variations
Color information
#DDECD9 (or 0xDDECD9) is known color: Apple Green. HEX triplet: DD, EC and D9. RGB value is (221,236,217). Sum of RGB (Red+Green+Blue) = 221+236+217=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD9 is #221326. Grayscale: #E5E5E5. Windows color (decimal): -2233127 or 14281949. OLE color: 14281949.
HSL color Cylindrical-coordinate representation of color #DDECD9: hue angle of 107.37º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECD9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 217 | - |
CMYK | 0.06 | 0 | 0.08 | 0.07 |
HSL | 107.37º | 0.33% | 0.89% | - |
HSV(B) | 107.37º | 0.08% | 0.93% | - |
XYZ | 72.34 | 80.37 | 77.35 | - |
YUV | 229.35 | 121.03 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 217 | 0.06 | 0 | 0.08 | 0.07 | 107.37 | 0.33 | 0.89 |
Hex | DD | EC | D9 | 6 | 0 | 8 | 7 | 6B | 21 | 59 |
Octal | 335 | 354 | 331 | 6 | 0 | 10 | 7 | 153 | 41 | 131 |
Binary | 11011101 | 11101100 | 11011001 | 110 | 0 | 1000 | 111 | 1101011 | 100001 | 1011001 |
Color Harmonies of #DDECD9
Complementary color
Monochromatic Colors of #DDECD9
Black with #DDECD9
Text Example
Text Example
White with #DDECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD9; }
p { color: rgb(221,236,217); }
H1.HeaderClassName
{
color: #DDECD9;
}
.AnyTagClassName
{
color: #DDECD9;
}
</style>
background-color css
<style>
a { background-color: #DDECD9; }
a { background-color: rgb(221,236,217); }
div.DivClassName
{
background-color: #DDECD9;
}
.BgClassName
{
background-color: #DDECD9;
}
</style>
border-color css
<style>
span { border-color: #DDECD9; }
span { border-color: rgb(221,236,217); }
td.TdClassName
{
border-color: #DDECD9;
}
.TagClassName
{
border-color: #DDECD9;
}
</style>