Shades of Tara #DBFAD9
Tints of Tara #DBFAD9
RGB
CMYK
RGB Variations
Color information
#DBFAD9 (or 0xDBFAD9) is known color: Tara. HEX triplet: DB, FA and D9. RGB value is (219,250,217). Sum of RGB (Red+Green+Blue) = 219+250+217=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD9 is #240526. Grayscale: #EDEDED. Windows color (decimal): -2360615 or 14285531. OLE color: 14285531.
HSL color Cylindrical-coordinate representation of color #DBFAD9: hue angle of 116.36º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFAD9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 217 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 116.36º | 0.77% | 0.92% | - |
HSV(B) | 116.36º | 0.13% | 0.98% | - |
XYZ | 75.92 | 88.44 | 78.71 | - |
YUV | 236.97 | 116.73 | 115.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 217 | 0.12 | 0 | 0.13 | 0.02 | 116.36 | 0.77 | 0.92 |
Hex | DB | FA | D9 | C | 0 | D | 2 | 74 | 4D | 5C |
Octal | 333 | 372 | 331 | 14 | 0 | 15 | 2 | 164 | 115 | 134 |
Binary | 11011011 | 11111010 | 11011001 | 1100 | 0 | 1101 | 10 | 1110100 | 1001101 | 1011100 |
Color Harmonies of #DBFAD9
Complementary color
Monochromatic Colors of #DBFAD9
Black with #DBFAD9
Text Example
Text Example
White with #DBFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAD9; }
p { color: rgb(219,250,217); }
H1.HeaderClassName
{
color: #DBFAD9;
}
.AnyTagClassName
{
color: #DBFAD9;
}
</style>
background-color css
<style>
a { background-color: #DBFAD9; }
a { background-color: rgb(219,250,217); }
div.DivClassName
{
background-color: #DBFAD9;
}
.BgClassName
{
background-color: #DBFAD9;
}
</style>
border-color css
<style>
span { border-color: #DBFAD9; }
span { border-color: rgb(219,250,217); }
td.TdClassName
{
border-color: #DBFAD9;
}
.TagClassName
{
border-color: #DBFAD9;
}
</style>