Shades of Apple Green #DCEEDA
Tints of Apple Green #DCEEDA
RGB
CMYK
RGB Variations
Color information
#DCEEDA (or 0xDCEEDA) is known color: Apple Green. HEX triplet: DC, EE and DA. RGB value is (220,238,218). Sum of RGB (Red+Green+Blue) = 220+238+218=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDA is #231125. Grayscale: #E6E6E6. Windows color (decimal): -2298150 or 14347996. OLE color: 14347996.
HSL color Cylindrical-coordinate representation of color #DCEEDA: hue angle of 114º degrees, saturation: 0.37, 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 #DCEEDA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 218 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 114º | 0.37% | 0.89% | - |
HSV(B) | 114º | 0.08% | 0.93% | - |
XYZ | 72.74 | 81.43 | 78.21 | - |
YUV | 230.34 | 121.04 | 120.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 218 | 0.08 | 0 | 0.08 | 0.07 | 114 | 0.37 | 0.89 |
Hex | DC | EE | DA | 8 | 0 | 8 | 7 | 72 | 25 | 59 |
Octal | 334 | 356 | 332 | 10 | 0 | 10 | 7 | 162 | 45 | 131 |
Binary | 11011100 | 11101110 | 11011010 | 1000 | 0 | 1000 | 111 | 1110010 | 100101 | 1011001 |
Color Harmonies of #DCEEDA
Complementary color
Monochromatic Colors of #DCEEDA
Black with #DCEEDA
Text Example
Text Example
White with #DCEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEDA; }
p { color: rgb(220,238,218); }
H1.HeaderClassName
{
color: #DCEEDA;
}
.AnyTagClassName
{
color: #DCEEDA;
}
</style>
background-color css
<style>
a { background-color: #DCEEDA; }
a { background-color: rgb(220,238,218); }
div.DivClassName
{
background-color: #DCEEDA;
}
.BgClassName
{
background-color: #DCEEDA;
}
</style>
border-color css
<style>
span { border-color: #DCEEDA; }
span { border-color: rgb(220,238,218); }
td.TdClassName
{
border-color: #DCEEDA;
}
.TagClassName
{
border-color: #DCEEDA;
}
</style>