Shades of Apple Green #DDEDDA
Tints of Apple Green #DDEDDA
RGB
CMYK
RGB Variations
Color information
#DDEDDA (or 0xDDEDDA) is known color: Apple Green. HEX triplet: DD, ED and DA. RGB value is (221,237,218). Sum of RGB (Red+Green+Blue) = 221+237+218=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDA is #221225. Grayscale: #E6E6E6. Windows color (decimal): -2232870 or 14347741. OLE color: 14347741.
HSL color Cylindrical-coordinate representation of color #DDEDDA: hue angle of 110.53º degrees, saturation: 0.35, 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 #DDEDDA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 218 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 110.53º | 0.35% | 0.89% | - |
HSV(B) | 110.53º | 0.08% | 0.93% | - |
XYZ | 72.76 | 81 | 78.13 | - |
YUV | 230.05 | 121.2 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 218 | 0.07 | 0 | 0.08 | 0.07 | 110.53 | 0.35 | 0.89 |
Hex | DD | ED | DA | 7 | 0 | 8 | 7 | 6F | 23 | 59 |
Octal | 335 | 355 | 332 | 7 | 0 | 10 | 7 | 157 | 43 | 131 |
Binary | 11011101 | 11101101 | 11011010 | 111 | 0 | 1000 | 111 | 1101111 | 100011 | 1011001 |
Color Harmonies of #DDEDDA
Complementary color
Monochromatic Colors of #DDEDDA
Black with #DDEDDA
Text Example
Text Example
White with #DDEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDDA; }
p { color: rgb(221,237,218); }
H1.HeaderClassName
{
color: #DDEDDA;
}
.AnyTagClassName
{
color: #DDEDDA;
}
</style>
background-color css
<style>
a { background-color: #DDEDDA; }
a { background-color: rgb(221,237,218); }
div.DivClassName
{
background-color: #DDEDDA;
}
.BgClassName
{
background-color: #DDEDDA;
}
</style>
border-color css
<style>
span { border-color: #DDEDDA; }
span { border-color: rgb(221,237,218); }
td.TdClassName
{
border-color: #DDEDDA;
}
.TagClassName
{
border-color: #DDEDDA;
}
</style>