Shades of Apple Green #DEE3DD
Tints of Apple Green #DEE3DD
RGB
CMYK
RGB Variations
Color information
#DEE3DD (or 0xDEE3DD) is known color: Apple Green. HEX triplet: DE, E3 and DD. RGB value is (222,227,221). Sum of RGB (Red+Green+Blue) = 222+227+221=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DD is #211C22. Grayscale: #E0E0E0. Windows color (decimal): -2169891 or 14541790. OLE color: 14541790.
HSL color Cylindrical-coordinate representation of color #DEE3DD: hue angle of 110º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE3DD is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 227 | 221 | - |
CMYK | 0.02 | 0 | 0.03 | 0.11 |
HSL | 110º | 0.1% | 0.88% | - |
HSV(B) | 110º | 0.03% | 0.89% | - |
XYZ | 70.64 | 75.69 | 79.29 | - |
YUV | 224.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 221 | 0.02 | 0 | 0.03 | 0.11 | 110 | 0.1 | 0.88 |
Hex | DE | E3 | DD | 2 | 0 | 3 | B | 6E | A | 58 |
Octal | 336 | 343 | 335 | 2 | 0 | 3 | 13 | 156 | 12 | 130 |
Binary | 11011110 | 11100011 | 11011101 | 10 | 0 | 11 | 1011 | 1101110 | 1010 | 1011000 |
Color Harmonies of #DEE3DD
Complementary color
Monochromatic Colors of #DEE3DD
Black with #DEE3DD
Text Example
Text Example
White with #DEE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3DD; }
p { color: rgb(222,227,221); }
H1.HeaderClassName
{
color: #DEE3DD;
}
.AnyTagClassName
{
color: #DEE3DD;
}
</style>
background-color css
<style>
a { background-color: #DEE3DD; }
a { background-color: rgb(222,227,221); }
div.DivClassName
{
background-color: #DEE3DD;
}
.BgClassName
{
background-color: #DEE3DD;
}
</style>
border-color css
<style>
span { border-color: #DEE3DD; }
span { border-color: rgb(222,227,221); }
td.TdClassName
{
border-color: #DEE3DD;
}
.TagClassName
{
border-color: #DEE3DD;
}
</style>