Shades of Apple Green #DCEDD8
Tints of Apple Green #DCEDD8
RGB
CMYK
RGB Variations
Color information
#DCEDD8 (or 0xDCEDD8) is known color: Apple Green. HEX triplet: DC, ED and D8. RGB value is (220,237,216). Sum of RGB (Red+Green+Blue) = 220+237+216=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD8 is #231227. Grayscale: #E5E5E5. Windows color (decimal): -2298408 or 14216668. OLE color: 14216668.
HSL color Cylindrical-coordinate representation of color #DCEDD8: hue angle of 108.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEDD8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 216 | - |
CMYK | 0.07 | 0 | 0.09 | 0.07 |
HSL | 108.57º | 0.37% | 0.89% | - |
HSV(B) | 108.57º | 0.09% | 0.93% | - |
XYZ | 72.19 | 80.74 | 76.75 | - |
YUV | 229.52 | 120.37 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 216 | 0.07 | 0 | 0.09 | 0.07 | 108.57 | 0.37 | 0.89 |
Hex | DC | ED | D8 | 7 | 0 | 9 | 7 | 6D | 25 | 59 |
Octal | 334 | 355 | 330 | 7 | 0 | 11 | 7 | 155 | 45 | 131 |
Binary | 11011100 | 11101101 | 11011000 | 111 | 0 | 1001 | 111 | 1101101 | 100101 | 1011001 |
Color Harmonies of #DCEDD8
Complementary color
Monochromatic Colors of #DCEDD8
Black with #DCEDD8
Text Example
Text Example
White with #DCEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDD8; }
p { color: rgb(220,237,216); }
H1.HeaderClassName
{
color: #DCEDD8;
}
.AnyTagClassName
{
color: #DCEDD8;
}
</style>
background-color css
<style>
a { background-color: #DCEDD8; }
a { background-color: rgb(220,237,216); }
div.DivClassName
{
background-color: #DCEDD8;
}
.BgClassName
{
background-color: #DCEDD8;
}
</style>
border-color css
<style>
span { border-color: #DCEDD8; }
span { border-color: rgb(220,237,216); }
td.TdClassName
{
border-color: #DCEDD8;
}
.TagClassName
{
border-color: #DCEDD8;
}
</style>