Shades of Apple Green #DCE3DB
Tints of Apple Green #DCE3DB
RGB
CMYK
RGB Variations
Color information
#DCE3DB (or 0xDCE3DB) is known color: Apple Green. HEX triplet: DC, E3 and DB. RGB value is (220,227,219). Sum of RGB (Red+Green+Blue) = 220+227+219=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3DB is #231C24. Grayscale: #E0E0E0. Windows color (decimal): -2300965 or 14410716. OLE color: 14410716.
HSL color Cylindrical-coordinate representation of color #DCE3DB: hue angle of 112.5º degrees, saturation: 0.12, 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 #DCE3DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 227 | 219 | - |
CMYK | 0.03 | 0 | 0.04 | 0.11 |
HSL | 112.5º | 0.13% | 0.87% | - |
HSV(B) | 112.5º | 0.04% | 0.89% | - |
XYZ | 69.77 | 75.27 | 77.87 | - |
YUV | 224 | 125.18 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 219 | 0.03 | 0 | 0.04 | 0.11 | 112.5 | 0.13 | 0.87 |
Hex | DC | E3 | DB | 3 | 0 | 4 | B | 70 | C | 57 |
Octal | 334 | 343 | 333 | 3 | 0 | 4 | 13 | 160 | 14 | 127 |
Binary | 11011100 | 11100011 | 11011011 | 11 | 0 | 100 | 1011 | 1110000 | 1100 | 1010111 |
Color Harmonies of #DCE3DB
Complementary color
Monochromatic Colors of #DCE3DB
Black with #DCE3DB
Text Example
Text Example
White with #DCE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3DB; }
p { color: rgb(220,227,219); }
H1.HeaderClassName
{
color: #DCE3DB;
}
.AnyTagClassName
{
color: #DCE3DB;
}
</style>
background-color css
<style>
a { background-color: #DCE3DB; }
a { background-color: rgb(220,227,219); }
div.DivClassName
{
background-color: #DCE3DB;
}
.BgClassName
{
background-color: #DCE3DB;
}
</style>
border-color css
<style>
span { border-color: #DCE3DB; }
span { border-color: rgb(220,227,219); }
td.TdClassName
{
border-color: #DCE3DB;
}
.TagClassName
{
border-color: #DCE3DB;
}
</style>