Shades of Apple Green #DCE4DA
Tints of Apple Green #DCE4DA
RGB
CMYK
RGB Variations
Color information
#DCE4DA (or 0xDCE4DA) is known color: Apple Green. HEX triplet: DC, E4 and DA. RGB value is (220,228,218). Sum of RGB (Red+Green+Blue) = 220+228+218=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4DA is #231B25. Grayscale: #E0E0E0. Windows color (decimal): -2300710 or 14345436. OLE color: 14345436.
HSL color Cylindrical-coordinate representation of color #DCE4DA: hue angle of 108º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE4DA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 228 | 218 | - |
CMYK | 0.04 | 0 | 0.04 | 0.11 |
HSL | 108º | 0.16% | 0.87% | - |
HSV(B) | 108º | 0.04% | 0.89% | - |
XYZ | 69.91 | 75.76 | 77.27 | - |
YUV | 224.47 | 124.35 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 218 | 0.04 | 0 | 0.04 | 0.11 | 108 | 0.16 | 0.87 |
Hex | DC | E4 | DA | 4 | 0 | 4 | B | 6C | 10 | 57 |
Octal | 334 | 344 | 332 | 4 | 0 | 4 | 13 | 154 | 20 | 127 |
Binary | 11011100 | 11100100 | 11011010 | 100 | 0 | 100 | 1011 | 1101100 | 10000 | 1010111 |
Color Harmonies of #DCE4DA
Complementary color
Monochromatic Colors of #DCE4DA
Black with #DCE4DA
Text Example
Text Example
White with #DCE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4DA; }
p { color: rgb(220,228,218); }
H1.HeaderClassName
{
color: #DCE4DA;
}
.AnyTagClassName
{
color: #DCE4DA;
}
</style>
background-color css
<style>
a { background-color: #DCE4DA; }
a { background-color: rgb(220,228,218); }
div.DivClassName
{
background-color: #DCE4DA;
}
.BgClassName
{
background-color: #DCE4DA;
}
</style>
border-color css
<style>
span { border-color: #DCE4DA; }
span { border-color: rgb(220,228,218); }
td.TdClassName
{
border-color: #DCE4DA;
}
.TagClassName
{
border-color: #DCE4DA;
}
</style>