Shades of Apple Green #DEE8DB
Tints of Apple Green #DEE8DB
RGB
CMYK
RGB Variations
Color information
#DEE8DB (or 0xDEE8DB) is known color: Apple Green. HEX triplet: DE, E8 and DB. RGB value is (222,232,219). Sum of RGB (Red+Green+Blue) = 222+232+219=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8DB is #211724. Grayscale: #E3E3E3. Windows color (decimal): -2168613 or 14411998. OLE color: 14411998.
HSL color Cylindrical-coordinate representation of color #DEE8DB: hue angle of 106.15º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE8DB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 232 | 219 | - |
CMYK | 0.04 | 0 | 0.06 | 0.09 |
HSL | 106.15º | 0.22% | 0.88% | - |
HSV(B) | 106.15º | 0.06% | 0.91% | - |
XYZ | 71.77 | 78.36 | 78.36 | - |
YUV | 227.53 | 123.19 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 232 | 219 | 0.04 | 0 | 0.06 | 0.09 | 106.15 | 0.22 | 0.88 |
Hex | DE | E8 | DB | 4 | 0 | 6 | 9 | 6A | 16 | 58 |
Octal | 336 | 350 | 333 | 4 | 0 | 6 | 11 | 152 | 26 | 130 |
Binary | 11011110 | 11101000 | 11011011 | 100 | 0 | 110 | 1001 | 1101010 | 10110 | 1011000 |
Color Harmonies of #DEE8DB
Complementary color
Monochromatic Colors of #DEE8DB
Black with #DEE8DB
Text Example
Text Example
White with #DEE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8DB; }
p { color: rgb(222,232,219); }
H1.HeaderClassName
{
color: #DEE8DB;
}
.AnyTagClassName
{
color: #DEE8DB;
}
</style>
background-color css
<style>
a { background-color: #DEE8DB; }
a { background-color: rgb(222,232,219); }
div.DivClassName
{
background-color: #DEE8DB;
}
.BgClassName
{
background-color: #DEE8DB;
}
</style>
border-color css
<style>
span { border-color: #DEE8DB; }
span { border-color: rgb(222,232,219); }
td.TdClassName
{
border-color: #DEE8DB;
}
.TagClassName
{
border-color: #DEE8DB;
}
</style>