Shades of Apple Green #DCE8DA
Tints of Apple Green #DCE8DA
RGB
CMYK
RGB Variations
Color information
#DCE8DA (or 0xDCE8DA) is known color: Apple Green. HEX triplet: DC, E8 and DA. RGB value is (220,232,218). Sum of RGB (Red+Green+Blue) = 220+232+218=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8DA is #231725. Grayscale: #E2E2E2. Windows color (decimal): -2299686 or 14346460. OLE color: 14346460.
HSL color Cylindrical-coordinate representation of color #DCE8DA: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE8DA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 232 | 218 | - |
CMYK | 0.05 | 0 | 0.06 | 0.09 |
HSL | 111.43º | 0.23% | 0.88% | - |
HSV(B) | 111.43º | 0.06% | 0.91% | - |
XYZ | 71.03 | 77.99 | 77.64 | - |
YUV | 226.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 218 | 0.05 | 0 | 0.06 | 0.09 | 111.43 | 0.23 | 0.88 |
Hex | DC | E8 | DA | 5 | 0 | 6 | 9 | 6F | 17 | 58 |
Octal | 334 | 350 | 332 | 5 | 0 | 6 | 11 | 157 | 27 | 130 |
Binary | 11011100 | 11101000 | 11011010 | 101 | 0 | 110 | 1001 | 1101111 | 10111 | 1011000 |
Color Harmonies of #DCE8DA
Complementary color
Monochromatic Colors of #DCE8DA
Black with #DCE8DA
Text Example
Text Example
White with #DCE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8DA; }
p { color: rgb(220,232,218); }
H1.HeaderClassName
{
color: #DCE8DA;
}
.AnyTagClassName
{
color: #DCE8DA;
}
</style>
background-color css
<style>
a { background-color: #DCE8DA; }
a { background-color: rgb(220,232,218); }
div.DivClassName
{
background-color: #DCE8DA;
}
.BgClassName
{
background-color: #DCE8DA;
}
</style>
border-color css
<style>
span { border-color: #DCE8DA; }
span { border-color: rgb(220,232,218); }
td.TdClassName
{
border-color: #DCE8DA;
}
.TagClassName
{
border-color: #DCE8DA;
}
</style>