Shades of Apple Green #DBE8DA
Tints of Apple Green #DBE8DA
RGB
CMYK
RGB Variations
Color information
#DBE8DA (or 0xDBE8DA) is known color: Apple Green. HEX triplet: DB, E8 and DA. RGB value is (219,232,218). Sum of RGB (Red+Green+Blue) = 219+232+218=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8DA is #241725. Grayscale: #E2E2E2. Windows color (decimal): -2365222 or 14346459. OLE color: 14346459.
HSL color Cylindrical-coordinate representation of color #DBE8DA: hue angle of 115.71º degrees, saturation: 0.23, 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 #DBE8DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 218 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 115.71º | 0.23% | 0.88% | - |
HSV(B) | 115.71º | 0.06% | 0.91% | - |
XYZ | 70.72 | 77.84 | 77.63 | - |
YUV | 226.52 | 123.19 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 218 | 0.06 | 0 | 0.06 | 0.09 | 115.71 | 0.23 | 0.88 |
Hex | DB | E8 | DA | 6 | 0 | 6 | 9 | 74 | 17 | 58 |
Octal | 333 | 350 | 332 | 6 | 0 | 6 | 11 | 164 | 27 | 130 |
Binary | 11011011 | 11101000 | 11011010 | 110 | 0 | 110 | 1001 | 1110100 | 10111 | 1011000 |
Color Harmonies of #DBE8DA
Complementary color
Monochromatic Colors of #DBE8DA
Black with #DBE8DA
Text Example
Text Example
White with #DBE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8DA; }
p { color: rgb(219,232,218); }
H1.HeaderClassName
{
color: #DBE8DA;
}
.AnyTagClassName
{
color: #DBE8DA;
}
</style>
background-color css
<style>
a { background-color: #DBE8DA; }
a { background-color: rgb(219,232,218); }
div.DivClassName
{
background-color: #DBE8DA;
}
.BgClassName
{
background-color: #DBE8DA;
}
</style>
border-color css
<style>
span { border-color: #DBE8DA; }
span { border-color: rgb(219,232,218); }
td.TdClassName
{
border-color: #DBE8DA;
}
.TagClassName
{
border-color: #DBE8DA;
}
</style>