Shades of Apple Green #DBDFDA
Tints of Apple Green #DBDFDA
RGB
CMYK
RGB Variations
Color information
#DBDFDA (or 0xDBDFDA) is known color: Apple Green. HEX triplet: DB, DF and DA. RGB value is (219,223,218). Sum of RGB (Red+Green+Blue) = 219+223+218=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDA is #242025. Grayscale: #DDDDDD. Windows color (decimal): -2367526 or 14344155. OLE color: 14344155.
HSL color Cylindrical-coordinate representation of color #DBDFDA: hue angle of 108º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDFDA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 218 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.13 |
| HSL | 108º | 0.07% | 0.86% | - |
| HSV(B) | 108º | 0.02% | 0.87% | - |
| XYZ | 68.26 | 72.9 | 76.8 | - |
| YUV | 221.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 218 | 0.02 | 0 | 0.02 | 0.13 | 108 | 0.07 | 0.86 |
| Hex | DB | DF | DA | 2 | 0 | 2 | D | 6C | 7 | 56 |
| Octal | 333 | 337 | 332 | 2 | 0 | 2 | 15 | 154 | 7 | 126 |
| Binary | 11011011 | 11011111 | 11011010 | 10 | 0 | 10 | 1101 | 1101100 | 111 | 1010110 |
Color Harmonies of #DBDFDA
Complementary color
Monochromatic Colors of #DBDFDA
Black with #DBDFDA
Text Example
Text Example
White with #DBDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFDA; }
p { color: rgb(219,223,218); }
H1.HeaderClassName
{
color: #DBDFDA;
}
.AnyTagClassName
{
color: #DBDFDA;
}
</style>
background-color css
<style>
a { background-color: #DBDFDA; }
a { background-color: rgb(219,223,218); }
div.DivClassName
{
background-color: #DBDFDA;
}
.BgClassName
{
background-color: #DBDFDA;
}
</style>
border-color css
<style>
span { border-color: #DBDFDA; }
span { border-color: rgb(219,223,218); }
td.TdClassName
{
border-color: #DBDFDA;
}
.TagClassName
{
border-color: #DBDFDA;
}
</style>