Shades of Tara #DBEED9
Tints of Tara #DBEED9
RGB
CMYK
RGB Variations
Color information
#DBEED9 (or 0xDBEED9) is known color: Tara. HEX triplet: DB, EE and D9. RGB value is (219,238,217). Sum of RGB (Red+Green+Blue) = 219+238+217=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED9 is #241126. Grayscale: #E5E5E5. Windows color (decimal): -2363687 or 14282459. OLE color: 14282459.
HSL color Cylindrical-coordinate representation of color #DBEED9: hue angle of 114.29º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEED9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 217 | - |
CMYK | 0.08 | 0 | 0.09 | 0.07 |
HSL | 114.29º | 0.38% | 0.89% | - |
HSV(B) | 114.29º | 0.09% | 0.93% | - |
XYZ | 72.31 | 81.22 | 77.51 | - |
YUV | 229.93 | 120.71 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 217 | 0.08 | 0 | 0.09 | 0.07 | 114.29 | 0.38 | 0.89 |
Hex | DB | EE | D9 | 8 | 0 | 9 | 7 | 72 | 26 | 59 |
Octal | 333 | 356 | 331 | 10 | 0 | 11 | 7 | 162 | 46 | 131 |
Binary | 11011011 | 11101110 | 11011001 | 1000 | 0 | 1001 | 111 | 1110010 | 100110 | 1011001 |
Color Harmonies of #DBEED9
Complementary color
Monochromatic Colors of #DBEED9
Black with #DBEED9
Text Example
Text Example
White with #DBEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEED9; }
p { color: rgb(219,238,217); }
H1.HeaderClassName
{
color: #DBEED9;
}
.AnyTagClassName
{
color: #DBEED9;
}
</style>
background-color css
<style>
a { background-color: #DBEED9; }
a { background-color: rgb(219,238,217); }
div.DivClassName
{
background-color: #DBEED9;
}
.BgClassName
{
background-color: #DBEED9;
}
</style>
border-color css
<style>
span { border-color: #DBEED9; }
span { border-color: rgb(219,238,217); }
td.TdClassName
{
border-color: #DBEED9;
}
.TagClassName
{
border-color: #DBEED9;
}
</style>