Shades of Tara #DBFBD9
Tints of Tara #DBFBD9
RGB
CMYK
RGB Variations
Color information
#DBFBD9 (or 0xDBFBD9) is known color: Tara. HEX triplet: DB, FB and D9. RGB value is (219,251,217). Sum of RGB (Red+Green+Blue) = 219+251+217=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD9 is #240426. Grayscale: #EDEDED. Windows color (decimal): -2360359 or 14285787. OLE color: 14285787.
HSL color Cylindrical-coordinate representation of color #DBFBD9: hue angle of 116.47º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFBD9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 217 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.02 |
| HSL | 116.47º | 0.81% | 0.92% | - |
| HSV(B) | 116.47º | 0.14% | 0.98% | - |
| XYZ | 76.23 | 89.06 | 78.82 | - |
| YUV | 237.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 217 | 0.13 | 0 | 0.14 | 0.02 | 116.47 | 0.81 | 0.92 |
| Hex | DB | FB | D9 | D | 0 | E | 2 | 74 | 51 | 5C |
| Octal | 333 | 373 | 331 | 15 | 0 | 16 | 2 | 164 | 121 | 134 |
| Binary | 11011011 | 11111011 | 11011001 | 1101 | 0 | 1110 | 10 | 1110100 | 1010001 | 1011100 |
Color Harmonies of #DBFBD9
Complementary color
Monochromatic Colors of #DBFBD9
Black with #DBFBD9
Text Example
Text Example
White with #DBFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD9; }
p { color: rgb(219,251,217); }
H1.HeaderClassName
{
color: #DBFBD9;
}
.AnyTagClassName
{
color: #DBFBD9;
}
</style>
background-color css
<style>
a { background-color: #DBFBD9; }
a { background-color: rgb(219,251,217); }
div.DivClassName
{
background-color: #DBFBD9;
}
.BgClassName
{
background-color: #DBFBD9;
}
</style>
border-color css
<style>
span { border-color: #DBFBD9; }
span { border-color: rgb(219,251,217); }
td.TdClassName
{
border-color: #DBFBD9;
}
.TagClassName
{
border-color: #DBFBD9;
}
</style>