Shades of Apple Green #DCEDD9
Tints of Apple Green #DCEDD9
RGB
CMYK
RGB Variations
Color information
#DCEDD9 (or 0xDCEDD9) is known color: Apple Green. HEX triplet: DC, ED and D9. RGB value is (220,237,217). Sum of RGB (Red+Green+Blue) = 220+237+217=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD9 is #231226. Grayscale: #E5E5E5. Windows color (decimal): -2298407 or 14282204. OLE color: 14282204.
HSL color Cylindrical-coordinate representation of color #DCEDD9: hue angle of 111º degrees, saturation: 0.36, 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 #DCEDD9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 217 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 111º | 0.36% | 0.89% | - |
HSV(B) | 111º | 0.08% | 0.93% | - |
XYZ | 72.32 | 80.79 | 77.43 | - |
YUV | 229.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 217 | 0.07 | 0 | 0.08 | 0.07 | 111 | 0.36 | 0.89 |
Hex | DC | ED | D9 | 7 | 0 | 8 | 7 | 6F | 24 | 59 |
Octal | 334 | 355 | 331 | 7 | 0 | 10 | 7 | 157 | 44 | 131 |
Binary | 11011100 | 11101101 | 11011001 | 111 | 0 | 1000 | 111 | 1101111 | 100100 | 1011001 |
Color Harmonies of #DCEDD9
Complementary color
Monochromatic Colors of #DCEDD9
Black with #DCEDD9
Text Example
Text Example
White with #DCEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDD9; }
p { color: rgb(220,237,217); }
H1.HeaderClassName
{
color: #DCEDD9;
}
.AnyTagClassName
{
color: #DCEDD9;
}
</style>
background-color css
<style>
a { background-color: #DCEDD9; }
a { background-color: rgb(220,237,217); }
div.DivClassName
{
background-color: #DCEDD9;
}
.BgClassName
{
background-color: #DCEDD9;
}
</style>
border-color css
<style>
span { border-color: #DCEDD9; }
span { border-color: rgb(220,237,217); }
td.TdClassName
{
border-color: #DCEDD9;
}
.TagClassName
{
border-color: #DCEDD9;
}
</style>