Shades of Apple Green #DBE5DA
Tints of Apple Green #DBE5DA
RGB
CMYK
RGB Variations
Color information
#DBE5DA (or 0xDBE5DA) is known color: Apple Green. HEX triplet: DB, E5 and DA. RGB value is (219,229,218). Sum of RGB (Red+Green+Blue) = 219+229+218=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DA is #241A25. Grayscale: #E0E0E0. Windows color (decimal): -2365990 or 14345691. OLE color: 14345691.
HSL color Cylindrical-coordinate representation of color #DBE5DA: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE5DA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 218 | - |
CMYK | 0.04 | 0 | 0.05 | 0.10 |
HSL | 114.55º | 0.17% | 0.88% | - |
HSV(B) | 114.55º | 0.05% | 0.9% | - |
XYZ | 69.89 | 76.16 | 77.35 | - |
YUV | 224.76 | 124.19 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 218 | 0.04 | 0 | 0.05 | 0.10 | 114.55 | 0.17 | 0.88 |
Hex | DB | E5 | DA | 4 | 0 | 5 | A | 73 | 11 | 58 |
Octal | 333 | 345 | 332 | 4 | 0 | 5 | 12 | 163 | 21 | 130 |
Binary | 11011011 | 11100101 | 11011010 | 100 | 0 | 101 | 1010 | 1110011 | 10001 | 1011000 |
Color Harmonies of #DBE5DA
Complementary color
Monochromatic Colors of #DBE5DA
Black with #DBE5DA
Text Example
Text Example
White with #DBE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5DA; }
p { color: rgb(219,229,218); }
H1.HeaderClassName
{
color: #DBE5DA;
}
.AnyTagClassName
{
color: #DBE5DA;
}
</style>
background-color css
<style>
a { background-color: #DBE5DA; }
a { background-color: rgb(219,229,218); }
div.DivClassName
{
background-color: #DBE5DA;
}
.BgClassName
{
background-color: #DBE5DA;
}
</style>
border-color css
<style>
span { border-color: #DBE5DA; }
span { border-color: rgb(219,229,218); }
td.TdClassName
{
border-color: #DBE5DA;
}
.TagClassName
{
border-color: #DBE5DA;
}
</style>