Shades of Apple Green #DBEAD9
Tints of Apple Green #DBEAD9
RGB
CMYK
RGB Variations
Color information
#DBEAD9 (or 0xDBEAD9) is known color: Apple Green. HEX triplet: DB, EA and D9. RGB value is (219,234,217). Sum of RGB (Red+Green+Blue) = 219+234+217=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD9 is #241526. Grayscale: #E3E3E3. Windows color (decimal): -2364711 or 14281435. OLE color: 14281435.
HSL color Cylindrical-coordinate representation of color #DBEAD9: hue angle of 112.94º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEAD9 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 217 | - |
CMYK | 0.06 | 0 | 0.07 | 0.08 |
HSL | 112.94º | 0.29% | 0.88% | - |
HSV(B) | 112.94º | 0.07% | 0.92% | - |
XYZ | 71.16 | 78.92 | 77.13 | - |
YUV | 227.58 | 122.03 | 121.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 217 | 0.06 | 0 | 0.07 | 0.08 | 112.94 | 0.29 | 0.88 |
Hex | DB | EA | D9 | 6 | 0 | 7 | 8 | 71 | 1D | 58 |
Octal | 333 | 352 | 331 | 6 | 0 | 7 | 10 | 161 | 35 | 130 |
Binary | 11011011 | 11101010 | 11011001 | 110 | 0 | 111 | 1000 | 1110001 | 11101 | 1011000 |
Color Harmonies of #DBEAD9
Complementary color
Monochromatic Colors of #DBEAD9
Black with #DBEAD9
Text Example
Text Example
White with #DBEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD9; }
p { color: rgb(219,234,217); }
H1.HeaderClassName
{
color: #DBEAD9;
}
.AnyTagClassName
{
color: #DBEAD9;
}
</style>
background-color css
<style>
a { background-color: #DBEAD9; }
a { background-color: rgb(219,234,217); }
div.DivClassName
{
background-color: #DBEAD9;
}
.BgClassName
{
background-color: #DBEAD9;
}
</style>
border-color css
<style>
span { border-color: #DBEAD9; }
span { border-color: rgb(219,234,217); }
td.TdClassName
{
border-color: #DBEAD9;
}
.TagClassName
{
border-color: #DBEAD9;
}
</style>