Shades of Tara #DBF5D9
Tints of Tara #DBF5D9
RGB
CMYK
RGB Variations
Color information
#DBF5D9 (or 0xDBF5D9) is known color: Tara. HEX triplet: DB, F5 and D9. RGB value is (219,245,217). Sum of RGB (Red+Green+Blue) = 219+245+217=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5D9 is #240A26. Grayscale: #EAEAEA. Windows color (decimal): -2361895 or 14284251. OLE color: 14284251.
HSL color Cylindrical-coordinate representation of color #DBF5D9: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5D9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 217 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.04 |
| HSL | 115.71º | 0.58% | 0.91% | - |
| HSV(B) | 115.71º | 0.11% | 0.96% | - |
| XYZ | 74.39 | 85.37 | 78.2 | - |
| YUV | 234.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 217 | 0.11 | 0 | 0.11 | 0.04 | 115.71 | 0.58 | 0.91 |
| Hex | DB | F5 | D9 | B | 0 | B | 4 | 74 | 3A | 5B |
| Octal | 333 | 365 | 331 | 13 | 0 | 13 | 4 | 164 | 72 | 133 |
| Binary | 11011011 | 11110101 | 11011001 | 1011 | 0 | 1011 | 100 | 1110100 | 111010 | 1011011 |
Color Harmonies of #DBF5D9
Complementary color
Monochromatic Colors of #DBF5D9
Black with #DBF5D9
Text Example
Text Example
White with #DBF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5D9; }
p { color: rgb(219,245,217); }
H1.HeaderClassName
{
color: #DBF5D9;
}
.AnyTagClassName
{
color: #DBF5D9;
}
</style>
background-color css
<style>
a { background-color: #DBF5D9; }
a { background-color: rgb(219,245,217); }
div.DivClassName
{
background-color: #DBF5D9;
}
.BgClassName
{
background-color: #DBF5D9;
}
</style>
border-color css
<style>
span { border-color: #DBF5D9; }
span { border-color: rgb(219,245,217); }
td.TdClassName
{
border-color: #DBF5D9;
}
.TagClassName
{
border-color: #DBF5D9;
}
</style>