Shades of Apple Green #DDEDDB
Tints of Apple Green #DDEDDB
RGB
CMYK
RGB Variations
Color information
#DDEDDB (or 0xDDEDDB) is known color: Apple Green. HEX triplet: DD, ED and DB. RGB value is (221,237,219). Sum of RGB (Red+Green+Blue) = 221+237+219=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDB is #221224. Grayscale: #E6E6E6. Windows color (decimal): -2232869 or 14413277. OLE color: 14413277.
HSL color Cylindrical-coordinate representation of color #DDEDDB: hue angle of 113.33º 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 #DDEDDB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 219 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 113.33º | 0.33% | 0.89% | - |
HSV(B) | 113.33º | 0.08% | 0.93% | - |
XYZ | 72.89 | 81.06 | 78.82 | - |
YUV | 230.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 219 | 0.07 | 0 | 0.08 | 0.07 | 113.33 | 0.33 | 0.89 |
Hex | DD | ED | DB | 7 | 0 | 8 | 7 | 71 | 21 | 59 |
Octal | 335 | 355 | 333 | 7 | 0 | 10 | 7 | 161 | 41 | 131 |
Binary | 11011101 | 11101101 | 11011011 | 111 | 0 | 1000 | 111 | 1110001 | 100001 | 1011001 |
Color Harmonies of #DDEDDB
Complementary color
Monochromatic Colors of #DDEDDB
Black with #DDEDDB
Text Example
Text Example
White with #DDEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDDB; }
p { color: rgb(221,237,219); }
H1.HeaderClassName
{
color: #DDEDDB;
}
.AnyTagClassName
{
color: #DDEDDB;
}
</style>
background-color css
<style>
a { background-color: #DDEDDB; }
a { background-color: rgb(221,237,219); }
div.DivClassName
{
background-color: #DDEDDB;
}
.BgClassName
{
background-color: #DDEDDB;
}
</style>
border-color css
<style>
span { border-color: #DDEDDB; }
span { border-color: rgb(221,237,219); }
td.TdClassName
{
border-color: #DDEDDB;
}
.TagClassName
{
border-color: #DDEDDB;
}
</style>