Shades of Tara #DBFADA
Tints of Tara #DBFADA
RGB
CMYK
RGB Variations
Color information
#DBFADA (or 0xDBFADA) is known color: Tara. HEX triplet: DB, FA and DA. RGB value is (219,250,218). Sum of RGB (Red+Green+Blue) = 219+250+218=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFADA is #240525. Grayscale: #EDEDED. Windows color (decimal): -2360614 or 14351067. OLE color: 14351067.
HSL color Cylindrical-coordinate representation of color #DBFADA: hue angle of 118.12º degrees, saturation: 0.76, 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 #DBFADA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 218 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 118.13º | 0.76% | 0.92% | - |
HSV(B) | 118.13º | 0.13% | 0.98% | - |
XYZ | 76.05 | 88.49 | 79.4 | - |
YUV | 237.08 | 117.23 | 115.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 218 | 0.12 | 0 | 0.13 | 0.02 | 118.13 | 0.76 | 0.92 |
Hex | DB | FA | DA | C | 0 | D | 2 | 76 | 4C | 5C |
Octal | 333 | 372 | 332 | 14 | 0 | 15 | 2 | 166 | 114 | 134 |
Binary | 11011011 | 11111010 | 11011010 | 1100 | 0 | 1101 | 10 | 1110110 | 1001100 | 1011100 |
Color Harmonies of #DBFADA
Complementary color
Monochromatic Colors of #DBFADA
Black with #DBFADA
Text Example
Text Example
White with #DBFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFADA; }
p { color: rgb(219,250,218); }
H1.HeaderClassName
{
color: #DBFADA;
}
.AnyTagClassName
{
color: #DBFADA;
}
</style>
background-color css
<style>
a { background-color: #DBFADA; }
a { background-color: rgb(219,250,218); }
div.DivClassName
{
background-color: #DBFADA;
}
.BgClassName
{
background-color: #DBFADA;
}
</style>
border-color css
<style>
span { border-color: #DBFADA; }
span { border-color: rgb(219,250,218); }
td.TdClassName
{
border-color: #DBFADA;
}
.TagClassName
{
border-color: #DBFADA;
}
</style>