Shades of Apple Green #DCE5DA
Tints of Apple Green #DCE5DA
RGB
CMYK
RGB Variations
Color information
#DCE5DA (or 0xDCE5DA) is known color: Apple Green. HEX triplet: DC, E5 and DA. RGB value is (220,229,218). Sum of RGB (Red+Green+Blue) = 220+229+218=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DA is #231A25. Grayscale: #E1E1E1. Windows color (decimal): -2300454 or 14345692. OLE color: 14345692.
HSL color Cylindrical-coordinate representation of color #DCE5DA: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE5DA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 218 | - |
CMYK | 0.04 | 0 | 0.05 | 0.10 |
HSL | 109.09º | 0.17% | 0.88% | - |
HSV(B) | 109.09º | 0.05% | 0.9% | - |
XYZ | 70.19 | 76.32 | 77.36 | - |
YUV | 225.06 | 124.02 | 124.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 218 | 0.04 | 0 | 0.05 | 0.10 | 109.09 | 0.17 | 0.88 |
Hex | DC | E5 | DA | 4 | 0 | 5 | A | 6D | 11 | 58 |
Octal | 334 | 345 | 332 | 4 | 0 | 5 | 12 | 155 | 21 | 130 |
Binary | 11011100 | 11100101 | 11011010 | 100 | 0 | 101 | 1010 | 1101101 | 10001 | 1011000 |
Color Harmonies of #DCE5DA
Complementary color
Monochromatic Colors of #DCE5DA
Black with #DCE5DA
Text Example
Text Example
White with #DCE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5DA; }
p { color: rgb(220,229,218); }
H1.HeaderClassName
{
color: #DCE5DA;
}
.AnyTagClassName
{
color: #DCE5DA;
}
</style>
background-color css
<style>
a { background-color: #DCE5DA; }
a { background-color: rgb(220,229,218); }
div.DivClassName
{
background-color: #DCE5DA;
}
.BgClassName
{
background-color: #DCE5DA;
}
</style>
border-color css
<style>
span { border-color: #DCE5DA; }
span { border-color: rgb(220,229,218); }
td.TdClassName
{
border-color: #DCE5DA;
}
.TagClassName
{
border-color: #DCE5DA;
}
</style>