Shades of Apple Green #DEE2DD
Tints of Apple Green #DEE2DD
RGB
CMYK
RGB Variations
Color information
#DEE2DD (or 0xDEE2DD) is known color: Apple Green. HEX triplet: DE, E2 and DD. RGB value is (222,226,221). Sum of RGB (Red+Green+Blue) = 222+226+221=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DD is #211D22. Grayscale: #E0E0E0. Windows color (decimal): -2170147 or 14541534. OLE color: 14541534.
HSL color Cylindrical-coordinate representation of color #DEE2DD: hue angle of 108º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE2DD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 221 | - |
CMYK | 0.02 | 0 | 0.02 | 0.11 |
HSL | 108º | 0.08% | 0.88% | - |
HSV(B) | 108º | 0.02% | 0.89% | - |
XYZ | 70.37 | 75.14 | 79.2 | - |
YUV | 224.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 221 | 0.02 | 0 | 0.02 | 0.11 | 108 | 0.08 | 0.88 |
Hex | DE | E2 | DD | 2 | 0 | 2 | B | 6C | 8 | 58 |
Octal | 336 | 342 | 335 | 2 | 0 | 2 | 13 | 154 | 10 | 130 |
Binary | 11011110 | 11100010 | 11011101 | 10 | 0 | 10 | 1011 | 1101100 | 1000 | 1011000 |
Color Harmonies of #DEE2DD
Complementary color
Monochromatic Colors of #DEE2DD
Black with #DEE2DD
Text Example
Text Example
White with #DEE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2DD; }
p { color: rgb(222,226,221); }
H1.HeaderClassName
{
color: #DEE2DD;
}
.AnyTagClassName
{
color: #DEE2DD;
}
</style>
background-color css
<style>
a { background-color: #DEE2DD; }
a { background-color: rgb(222,226,221); }
div.DivClassName
{
background-color: #DEE2DD;
}
.BgClassName
{
background-color: #DEE2DD;
}
</style>
border-color css
<style>
span { border-color: #DEE2DD; }
span { border-color: rgb(222,226,221); }
td.TdClassName
{
border-color: #DEE2DD;
}
.TagClassName
{
border-color: #DEE2DD;
}
</style>