Shades of Apple Green #DBEAD8
Tints of Apple Green #DBEAD8
RGB
CMYK
RGB Variations
Color information
#DBEAD8 (or 0xDBEAD8) is known color: Apple Green. HEX triplet: DB, EA and D8. RGB value is (219,234,216). Sum of RGB (Red+Green+Blue) = 219+234+216=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD8 is #241527. Grayscale: #E3E3E3. Windows color (decimal): -2364712 or 14215899. OLE color: 14215899.
HSL color Cylindrical-coordinate representation of color #DBEAD8: hue angle of 110º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEAD8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 216 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.08 |
| HSL | 110º | 0.3% | 0.88% | - |
| HSV(B) | 110º | 0.08% | 0.92% | - |
| XYZ | 71.03 | 78.86 | 76.44 | - |
| YUV | 227.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 216 | 0.06 | 0 | 0.08 | 0.08 | 110 | 0.3 | 0.88 |
| Hex | DB | EA | D8 | 6 | 0 | 8 | 8 | 6E | 1E | 58 |
| Octal | 333 | 352 | 330 | 6 | 0 | 10 | 10 | 156 | 36 | 130 |
| Binary | 11011011 | 11101010 | 11011000 | 110 | 0 | 1000 | 1000 | 1101110 | 11110 | 1011000 |
Color Harmonies of #DBEAD8
Complementary color
Monochromatic Colors of #DBEAD8
Black with #DBEAD8
Text Example
Text Example
White with #DBEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD8; }
p { color: rgb(219,234,216); }
H1.HeaderClassName
{
color: #DBEAD8;
}
.AnyTagClassName
{
color: #DBEAD8;
}
</style>
background-color css
<style>
a { background-color: #DBEAD8; }
a { background-color: rgb(219,234,216); }
div.DivClassName
{
background-color: #DBEAD8;
}
.BgClassName
{
background-color: #DBEAD8;
}
</style>
border-color css
<style>
span { border-color: #DBEAD8; }
span { border-color: rgb(219,234,216); }
td.TdClassName
{
border-color: #DBEAD8;
}
.TagClassName
{
border-color: #DBEAD8;
}
</style>