Shades of Apple Green #DCECD8
Tints of Apple Green #DCECD8
RGB
CMYK
RGB Variations
Color information
#DCECD8 (or 0xDCECD8) is known color: Apple Green. HEX triplet: DC, EC and D8. RGB value is (220,236,216). Sum of RGB (Red+Green+Blue) = 220+236+216=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECD8 is #231327. Grayscale: #E4E4E4. Windows color (decimal): -2298664 or 14216412. OLE color: 14216412.
HSL color Cylindrical-coordinate representation of color #DCECD8: hue angle of 108º degrees, saturation: 0.34, 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 #DCECD8 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 216 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 108º | 0.34% | 0.89% | - |
HSV(B) | 108º | 0.08% | 0.93% | - |
XYZ | 71.91 | 80.16 | 76.65 | - |
YUV | 228.94 | 120.7 | 121.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 216 | 0.07 | 0 | 0.08 | 0.07 | 108 | 0.34 | 0.89 |
Hex | DC | EC | D8 | 7 | 0 | 8 | 7 | 6C | 22 | 59 |
Octal | 334 | 354 | 330 | 7 | 0 | 10 | 7 | 154 | 42 | 131 |
Binary | 11011100 | 11101100 | 11011000 | 111 | 0 | 1000 | 111 | 1101100 | 100010 | 1011001 |
Color Harmonies of #DCECD8
Complementary color
Monochromatic Colors of #DCECD8
Black with #DCECD8
Text Example
Text Example
White with #DCECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECD8; }
p { color: rgb(220,236,216); }
H1.HeaderClassName
{
color: #DCECD8;
}
.AnyTagClassName
{
color: #DCECD8;
}
</style>
background-color css
<style>
a { background-color: #DCECD8; }
a { background-color: rgb(220,236,216); }
div.DivClassName
{
background-color: #DCECD8;
}
.BgClassName
{
background-color: #DCECD8;
}
</style>
border-color css
<style>
span { border-color: #DCECD8; }
span { border-color: rgb(220,236,216); }
td.TdClassName
{
border-color: #DCECD8;
}
.TagClassName
{
border-color: #DCECD8;
}
</style>