Shades of Apple Green #DCEBD8
Tints of Apple Green #DCEBD8
RGB
CMYK
RGB Variations
Color information
#DCEBD8 (or 0xDCEBD8) is known color: Apple Green. HEX triplet: DC, EB and D8. RGB value is (220,235,216). Sum of RGB (Red+Green+Blue) = 220+235+216=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD8 is #231427. Grayscale: #E4E4E4. Windows color (decimal): -2298920 or 14216156. OLE color: 14216156.
HSL color Cylindrical-coordinate representation of color #DCEBD8: hue angle of 107.37º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEBD8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 216 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.08 |
| HSL | 107.37º | 0.32% | 0.88% | - |
| HSV(B) | 107.37º | 0.08% | 0.92% | - |
| XYZ | 71.62 | 79.59 | 76.55 | - |
| YUV | 228.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 216 | 0.06 | 0 | 0.08 | 0.08 | 107.37 | 0.32 | 0.88 |
| Hex | DC | EB | D8 | 6 | 0 | 8 | 8 | 6B | 20 | 58 |
| Octal | 334 | 353 | 330 | 6 | 0 | 10 | 10 | 153 | 40 | 130 |
| Binary | 11011100 | 11101011 | 11011000 | 110 | 0 | 1000 | 1000 | 1101011 | 100000 | 1011000 |
Color Harmonies of #DCEBD8
Complementary color
Monochromatic Colors of #DCEBD8
Black with #DCEBD8
Text Example
Text Example
White with #DCEBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBD8; }
p { color: rgb(220,235,216); }
H1.HeaderClassName
{
color: #DCEBD8;
}
.AnyTagClassName
{
color: #DCEBD8;
}
</style>
background-color css
<style>
a { background-color: #DCEBD8; }
a { background-color: rgb(220,235,216); }
div.DivClassName
{
background-color: #DCEBD8;
}
.BgClassName
{
background-color: #DCEBD8;
}
</style>
border-color css
<style>
span { border-color: #DCEBD8; }
span { border-color: rgb(220,235,216); }
td.TdClassName
{
border-color: #DCEBD8;
}
.TagClassName
{
border-color: #DCEBD8;
}
</style>