Shades of Apple Green #DCEBDA
Tints of Apple Green #DCEBDA
RGB
CMYK
RGB Variations
Color information
#DCEBDA (or 0xDCEBDA) is known color: Apple Green. HEX triplet: DC, EB and DA. RGB value is (220,235,218). Sum of RGB (Red+Green+Blue) = 220+235+218=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBDA is #231425. Grayscale: #E4E4E4. Windows color (decimal): -2298918 or 14347228. OLE color: 14347228.
HSL color Cylindrical-coordinate representation of color #DCEBDA: hue angle of 112.94º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEBDA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 235 | 218 | - |
CMYK | 0.06 | 0 | 0.07 | 0.08 |
HSL | 112.94º | 0.3% | 0.89% | - |
HSV(B) | 112.94º | 0.07% | 0.92% | - |
XYZ | 71.88 | 79.69 | 77.92 | - |
YUV | 228.58 | 122.03 | 121.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 235 | 218 | 0.06 | 0 | 0.07 | 0.08 | 112.94 | 0.3 | 0.89 |
Hex | DC | EB | DA | 6 | 0 | 7 | 8 | 71 | 1E | 59 |
Octal | 334 | 353 | 332 | 6 | 0 | 7 | 10 | 161 | 36 | 131 |
Binary | 11011100 | 11101011 | 11011010 | 110 | 0 | 111 | 1000 | 1110001 | 11110 | 1011001 |
Color Harmonies of #DCEBDA
Complementary color
Monochromatic Colors of #DCEBDA
Black with #DCEBDA
Text Example
Text Example
White with #DCEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBDA; }
p { color: rgb(220,235,218); }
H1.HeaderClassName
{
color: #DCEBDA;
}
.AnyTagClassName
{
color: #DCEBDA;
}
</style>
background-color css
<style>
a { background-color: #DCEBDA; }
a { background-color: rgb(220,235,218); }
div.DivClassName
{
background-color: #DCEBDA;
}
.BgClassName
{
background-color: #DCEBDA;
}
</style>
border-color css
<style>
span { border-color: #DCEBDA; }
span { border-color: rgb(220,235,218); }
td.TdClassName
{
border-color: #DCEBDA;
}
.TagClassName
{
border-color: #DCEBDA;
}
</style>