Shades of Apple Green #DCE1DB
Tints of Apple Green #DCE1DB
RGB
CMYK
RGB Variations
Color information
#DCE1DB (or 0xDCE1DB) is known color: Apple Green. HEX triplet: DC, E1 and DB. RGB value is (220,225,219). Sum of RGB (Red+Green+Blue) = 220+225+219=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1DB is #231E24. Grayscale: #DEDEDE. Windows color (decimal): -2301477 or 14410204. OLE color: 14410204.
HSL color Cylindrical-coordinate representation of color #DCE1DB: hue angle of 110º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE1DB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 225 | 219 | - |
CMYK | 0.02 | 0 | 0.03 | 0.12 |
HSL | 110º | 0.09% | 0.87% | - |
HSV(B) | 110º | 0.03% | 0.88% | - |
XYZ | 69.23 | 74.18 | 77.69 | - |
YUV | 222.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 219 | 0.02 | 0 | 0.03 | 0.12 | 110 | 0.09 | 0.87 |
Hex | DC | E1 | DB | 2 | 0 | 3 | C | 6E | 9 | 57 |
Octal | 334 | 341 | 333 | 2 | 0 | 3 | 14 | 156 | 11 | 127 |
Binary | 11011100 | 11100001 | 11011011 | 10 | 0 | 11 | 1100 | 1101110 | 1001 | 1010111 |
Color Harmonies of #DCE1DB
Complementary color
Monochromatic Colors of #DCE1DB
Black with #DCE1DB
Text Example
Text Example
White with #DCE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1DB; }
p { color: rgb(220,225,219); }
H1.HeaderClassName
{
color: #DCE1DB;
}
.AnyTagClassName
{
color: #DCE1DB;
}
</style>
background-color css
<style>
a { background-color: #DCE1DB; }
a { background-color: rgb(220,225,219); }
div.DivClassName
{
background-color: #DCE1DB;
}
.BgClassName
{
background-color: #DCE1DB;
}
</style>
border-color css
<style>
span { border-color: #DCE1DB; }
span { border-color: rgb(220,225,219); }
td.TdClassName
{
border-color: #DCE1DB;
}
.TagClassName
{
border-color: #DCE1DB;
}
</style>