Shades of Apple Green #DCE4DB
Tints of Apple Green #DCE4DB
RGB
CMYK
RGB Variations
Color information
#DCE4DB (or 0xDCE4DB) is known color: Apple Green. HEX triplet: DC, E4 and DB. RGB value is (220,228,219). Sum of RGB (Red+Green+Blue) = 220+228+219=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4DB is #231B24. Grayscale: #E0E0E0. Windows color (decimal): -2300709 or 14410972. OLE color: 14410972.
HSL color Cylindrical-coordinate representation of color #DCE4DB: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE4DB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 228 | 219 | - |
CMYK | 0.04 | 0 | 0.04 | 0.11 |
HSL | 113.33º | 0.14% | 0.88% | - |
HSV(B) | 113.33º | 0.04% | 0.89% | - |
XYZ | 70.04 | 75.82 | 77.96 | - |
YUV | 224.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 219 | 0.04 | 0 | 0.04 | 0.11 | 113.33 | 0.14 | 0.88 |
Hex | DC | E4 | DB | 4 | 0 | 4 | B | 71 | E | 58 |
Octal | 334 | 344 | 333 | 4 | 0 | 4 | 13 | 161 | 16 | 130 |
Binary | 11011100 | 11100100 | 11011011 | 100 | 0 | 100 | 1011 | 1110001 | 1110 | 1011000 |
Color Harmonies of #DCE4DB
Complementary color
Monochromatic Colors of #DCE4DB
Black with #DCE4DB
Text Example
Text Example
White with #DCE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4DB; }
p { color: rgb(220,228,219); }
H1.HeaderClassName
{
color: #DCE4DB;
}
.AnyTagClassName
{
color: #DCE4DB;
}
</style>
background-color css
<style>
a { background-color: #DCE4DB; }
a { background-color: rgb(220,228,219); }
div.DivClassName
{
background-color: #DCE4DB;
}
.BgClassName
{
background-color: #DCE4DB;
}
</style>
border-color css
<style>
span { border-color: #DCE4DB; }
span { border-color: rgb(220,228,219); }
td.TdClassName
{
border-color: #DCE4DB;
}
.TagClassName
{
border-color: #DCE4DB;
}
</style>