Shades of Apple Green #DBEDD8
Tints of Apple Green #DBEDD8
RGB
CMYK
RGB Variations
Color information
#DBEDD8 (or 0xDBEDD8) is known color: Apple Green. HEX triplet: DB, ED and D8. RGB value is (219,237,216). Sum of RGB (Red+Green+Blue) = 219+237+216=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD8 is #241227. Grayscale: #E5E5E5. Windows color (decimal): -2363944 or 14216667. OLE color: 14216667.
HSL color Cylindrical-coordinate representation of color #DBEDD8: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEDD8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 216 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.07 |
| HSL | 111.43º | 0.37% | 0.89% | - |
| HSV(B) | 111.43º | 0.09% | 0.93% | - |
| XYZ | 71.89 | 80.59 | 76.73 | - |
| YUV | 229.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 216 | 0.08 | 0 | 0.09 | 0.07 | 111.43 | 0.37 | 0.89 |
| Hex | DB | ED | D8 | 8 | 0 | 9 | 7 | 6F | 25 | 59 |
| Octal | 333 | 355 | 330 | 10 | 0 | 11 | 7 | 157 | 45 | 131 |
| Binary | 11011011 | 11101101 | 11011000 | 1000 | 0 | 1001 | 111 | 1101111 | 100101 | 1011001 |
Color Harmonies of #DBEDD8
Complementary color
Monochromatic Colors of #DBEDD8
Black with #DBEDD8
Text Example
Text Example
White with #DBEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD8; }
p { color: rgb(219,237,216); }
H1.HeaderClassName
{
color: #DBEDD8;
}
.AnyTagClassName
{
color: #DBEDD8;
}
</style>
background-color css
<style>
a { background-color: #DBEDD8; }
a { background-color: rgb(219,237,216); }
div.DivClassName
{
background-color: #DBEDD8;
}
.BgClassName
{
background-color: #DBEDD8;
}
</style>
border-color css
<style>
span { border-color: #DBEDD8; }
span { border-color: rgb(219,237,216); }
td.TdClassName
{
border-color: #DBEDD8;
}
.TagClassName
{
border-color: #DBEDD8;
}
</style>