Shades of Apple Green #DCECDA
Tints of Apple Green #DCECDA
RGB
CMYK
RGB Variations
Color information
#DCECDA (or 0xDCECDA) is known color: Apple Green. HEX triplet: DC, EC and DA. RGB value is (220,236,218). Sum of RGB (Red+Green+Blue) = 220+236+218=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDA is #231325. Grayscale: #E5E5E5. Windows color (decimal): -2298662 or 14347484. OLE color: 14347484.
HSL color Cylindrical-coordinate representation of color #DCECDA: hue angle of 113.33º degrees, saturation: 0.32, 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 #DCECDA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 218 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 113.33º | 0.32% | 0.89% | - |
HSV(B) | 113.33º | 0.08% | 0.93% | - |
XYZ | 72.17 | 80.27 | 78.02 | - |
YUV | 229.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 218 | 0.07 | 0 | 0.08 | 0.07 | 113.33 | 0.32 | 0.89 |
Hex | DC | EC | DA | 7 | 0 | 8 | 7 | 71 | 20 | 59 |
Octal | 334 | 354 | 332 | 7 | 0 | 10 | 7 | 161 | 40 | 131 |
Binary | 11011100 | 11101100 | 11011010 | 111 | 0 | 1000 | 111 | 1110001 | 100000 | 1011001 |
Color Harmonies of #DCECDA
Complementary color
Monochromatic Colors of #DCECDA
Black with #DCECDA
Text Example
Text Example
White with #DCECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECDA; }
p { color: rgb(220,236,218); }
H1.HeaderClassName
{
color: #DCECDA;
}
.AnyTagClassName
{
color: #DCECDA;
}
</style>
background-color css
<style>
a { background-color: #DCECDA; }
a { background-color: rgb(220,236,218); }
div.DivClassName
{
background-color: #DCECDA;
}
.BgClassName
{
background-color: #DCECDA;
}
</style>
border-color css
<style>
span { border-color: #DCECDA; }
span { border-color: rgb(220,236,218); }
td.TdClassName
{
border-color: #DCECDA;
}
.TagClassName
{
border-color: #DCECDA;
}
</style>