Shades of Apple Green #DEE6DC
Tints of Apple Green #DEE6DC
RGB
CMYK
RGB Variations
Color information
#DEE6DC (or 0xDEE6DC) is known color: Apple Green. HEX triplet: DE, E6 and DC. RGB value is (222,230,220). Sum of RGB (Red+Green+Blue) = 222+230+220=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6DC is #211923. Grayscale: #E2E2E2. Windows color (decimal): -2169124 or 14477022. OLE color: 14477022.
HSL color Cylindrical-coordinate representation of color #DEE6DC: hue angle of 108º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE6DC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 220 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.10 |
| HSL | 108º | 0.17% | 0.88% | - |
| HSV(B) | 108º | 0.04% | 0.9% | - |
| XYZ | 71.34 | 77.29 | 78.87 | - |
| YUV | 226.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 220 | 0.03 | 0 | 0.04 | 0.10 | 108 | 0.17 | 0.88 |
| Hex | DE | E6 | DC | 3 | 0 | 4 | A | 6C | 11 | 58 |
| Octal | 336 | 346 | 334 | 3 | 0 | 4 | 12 | 154 | 21 | 130 |
| Binary | 11011110 | 11100110 | 11011100 | 11 | 0 | 100 | 1010 | 1101100 | 10001 | 1011000 |
Color Harmonies of #DEE6DC
Complementary color
Monochromatic Colors of #DEE6DC
Black with #DEE6DC
Text Example
Text Example
White with #DEE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6DC; }
p { color: rgb(222,230,220); }
H1.HeaderClassName
{
color: #DEE6DC;
}
.AnyTagClassName
{
color: #DEE6DC;
}
</style>
background-color css
<style>
a { background-color: #DEE6DC; }
a { background-color: rgb(222,230,220); }
div.DivClassName
{
background-color: #DEE6DC;
}
.BgClassName
{
background-color: #DEE6DC;
}
</style>
border-color css
<style>
span { border-color: #DEE6DC; }
span { border-color: rgb(222,230,220); }
td.TdClassName
{
border-color: #DEE6DC;
}
.TagClassName
{
border-color: #DEE6DC;
}
</style>