Shades of Apple Green #DBE6D8
Tints of Apple Green #DBE6D8
RGB
CMYK
RGB Variations
Color information
#DBE6D8 (or 0xDBE6D8) is known color: Apple Green. HEX triplet: DB, E6 and D8. RGB value is (219,230,216). Sum of RGB (Red+Green+Blue) = 219+230+216=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6D8 is #241927. Grayscale: #E1E1E1. Windows color (decimal): -2365736 or 14214875. OLE color: 14214875.
HSL color Cylindrical-coordinate representation of color #DBE6D8: hue angle of 107.14º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE6D8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 216 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.10 |
| HSL | 107.14º | 0.22% | 0.87% | - |
| HSV(B) | 107.14º | 0.06% | 0.9% | - |
| XYZ | 69.9 | 76.61 | 76.07 | - |
| YUV | 225.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 216 | 0.05 | 0 | 0.06 | 0.10 | 107.14 | 0.22 | 0.87 |
| Hex | DB | E6 | D8 | 5 | 0 | 6 | A | 6B | 16 | 57 |
| Octal | 333 | 346 | 330 | 5 | 0 | 6 | 12 | 153 | 26 | 127 |
| Binary | 11011011 | 11100110 | 11011000 | 101 | 0 | 110 | 1010 | 1101011 | 10110 | 1010111 |
Color Harmonies of #DBE6D8
Complementary color
Monochromatic Colors of #DBE6D8
Black with #DBE6D8
Text Example
Text Example
White with #DBE6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6D8; }
p { color: rgb(219,230,216); }
H1.HeaderClassName
{
color: #DBE6D8;
}
.AnyTagClassName
{
color: #DBE6D8;
}
</style>
background-color css
<style>
a { background-color: #DBE6D8; }
a { background-color: rgb(219,230,216); }
div.DivClassName
{
background-color: #DBE6D8;
}
.BgClassName
{
background-color: #DBE6D8;
}
</style>
border-color css
<style>
span { border-color: #DBE6D8; }
span { border-color: rgb(219,230,216); }
td.TdClassName
{
border-color: #DBE6D8;
}
.TagClassName
{
border-color: #DBE6D8;
}
</style>