Shades of Apple Green #DBE4DA
Tints of Apple Green #DBE4DA
RGB
CMYK
RGB Variations
Color information
#DBE4DA (or 0xDBE4DA) is known color: Apple Green. HEX triplet: DB, E4 and DA. RGB value is (219,228,218). Sum of RGB (Red+Green+Blue) = 219+228+218=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4DA is #241B25. Grayscale: #E0E0E0. Windows color (decimal): -2366246 or 14345435. OLE color: 14345435.
HSL color Cylindrical-coordinate representation of color #DBE4DA: hue angle of 114º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE4DA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 218 | - |
CMYK | 0.04 | 0 | 0.04 | 0.11 |
HSL | 114º | 0.16% | 0.87% | - |
HSV(B) | 114º | 0.04% | 0.89% | - |
XYZ | 69.61 | 75.61 | 77.25 | - |
YUV | 224.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 218 | 0.04 | 0 | 0.04 | 0.11 | 114 | 0.16 | 0.87 |
Hex | DB | E4 | DA | 4 | 0 | 4 | B | 72 | 10 | 57 |
Octal | 333 | 344 | 332 | 4 | 0 | 4 | 13 | 162 | 20 | 127 |
Binary | 11011011 | 11100100 | 11011010 | 100 | 0 | 100 | 1011 | 1110010 | 10000 | 1010111 |
Color Harmonies of #DBE4DA
Complementary color
Monochromatic Colors of #DBE4DA
Black with #DBE4DA
Text Example
Text Example
White with #DBE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4DA; }
p { color: rgb(219,228,218); }
H1.HeaderClassName
{
color: #DBE4DA;
}
.AnyTagClassName
{
color: #DBE4DA;
}
</style>
background-color css
<style>
a { background-color: #DBE4DA; }
a { background-color: rgb(219,228,218); }
div.DivClassName
{
background-color: #DBE4DA;
}
.BgClassName
{
background-color: #DBE4DA;
}
</style>
border-color css
<style>
span { border-color: #DBE4DA; }
span { border-color: rgb(219,228,218); }
td.TdClassName
{
border-color: #DBE4DA;
}
.TagClassName
{
border-color: #DBE4DA;
}
</style>