Shades of Apple Green #DBE1DA
Tints of Apple Green #DBE1DA
RGB
CMYK
RGB Variations
Color information
#DBE1DA (or 0xDBE1DA) is known color: Apple Green. HEX triplet: DB, E1 and DA. RGB value is (219,225,218). Sum of RGB (Red+Green+Blue) = 219+225+218=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DA is #241E25. Grayscale: #DEDEDE. Windows color (decimal): -2367014 or 14344667. OLE color: 14344667.
HSL color Cylindrical-coordinate representation of color #DBE1DA: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE1DA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 225 | 218 | - |
CMYK | 0.03 | 0 | 0.03 | 0.12 |
HSL | 111.43º | 0.1% | 0.87% | - |
HSV(B) | 111.43º | 0.03% | 0.88% | - |
XYZ | 68.79 | 73.97 | 76.98 | - |
YUV | 222.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 225 | 218 | 0.03 | 0 | 0.03 | 0.12 | 111.43 | 0.1 | 0.87 |
Hex | DB | E1 | DA | 3 | 0 | 3 | C | 6F | A | 57 |
Octal | 333 | 341 | 332 | 3 | 0 | 3 | 14 | 157 | 12 | 127 |
Binary | 11011011 | 11100001 | 11011010 | 11 | 0 | 11 | 1100 | 1101111 | 1010 | 1010111 |
Color Harmonies of #DBE1DA
Complementary color
Monochromatic Colors of #DBE1DA
Black with #DBE1DA
Text Example
Text Example
White with #DBE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1DA; }
p { color: rgb(219,225,218); }
H1.HeaderClassName
{
color: #DBE1DA;
}
.AnyTagClassName
{
color: #DBE1DA;
}
</style>
background-color css
<style>
a { background-color: #DBE1DA; }
a { background-color: rgb(219,225,218); }
div.DivClassName
{
background-color: #DBE1DA;
}
.BgClassName
{
background-color: #DBE1DA;
}
</style>
border-color css
<style>
span { border-color: #DBE1DA; }
span { border-color: rgb(219,225,218); }
td.TdClassName
{
border-color: #DBE1DA;
}
.TagClassName
{
border-color: #DBE1DA;
}
</style>