Shades of Apple Green #DCE2DB
Tints of Apple Green #DCE2DB
RGB
CMYK
RGB Variations
Color information
#DCE2DB (or 0xDCE2DB) is known color: Apple Green. HEX triplet: DC, E2 and DB. RGB value is (220,226,219). Sum of RGB (Red+Green+Blue) = 220+226+219=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2DB is #231D24. Grayscale: #DFDFDF. Windows color (decimal): -2301221 or 14410460. OLE color: 14410460.
HSL color Cylindrical-coordinate representation of color #DCE2DB: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE2DB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 226 | 219 | - |
CMYK | 0.03 | 0 | 0.03 | 0.11 |
HSL | 111.43º | 0.11% | 0.87% | - |
HSV(B) | 111.43º | 0.03% | 0.89% | - |
XYZ | 69.5 | 74.72 | 77.78 | - |
YUV | 223.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 219 | 0.03 | 0 | 0.03 | 0.11 | 111.43 | 0.11 | 0.87 |
Hex | DC | E2 | DB | 3 | 0 | 3 | B | 6F | B | 57 |
Octal | 334 | 342 | 333 | 3 | 0 | 3 | 13 | 157 | 13 | 127 |
Binary | 11011100 | 11100010 | 11011011 | 11 | 0 | 11 | 1011 | 1101111 | 1011 | 1010111 |
Color Harmonies of #DCE2DB
Complementary color
Monochromatic Colors of #DCE2DB
Black with #DCE2DB
Text Example
Text Example
White with #DCE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2DB; }
p { color: rgb(220,226,219); }
H1.HeaderClassName
{
color: #DCE2DB;
}
.AnyTagClassName
{
color: #DCE2DB;
}
</style>
background-color css
<style>
a { background-color: #DCE2DB; }
a { background-color: rgb(220,226,219); }
div.DivClassName
{
background-color: #DCE2DB;
}
.BgClassName
{
background-color: #DCE2DB;
}
</style>
border-color css
<style>
span { border-color: #DCE2DB; }
span { border-color: rgb(220,226,219); }
td.TdClassName
{
border-color: #DCE2DB;
}
.TagClassName
{
border-color: #DCE2DB;
}
</style>