Shades of Tara #DBFADB
Tints of Tara #DBFADB
RGB
CMYK
RGB Variations
Color information
#DBFADB (or 0xDBFADB) is known color: Tara. HEX triplet: DB, FA and DB. RGB value is (219,250,219). Sum of RGB (Red+Green+Blue) = 219+250+219=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFADB is #240524. Grayscale: #EDEDED. Windows color (decimal): -2360613 or 14416603. OLE color: 14416603.
HSL color Cylindrical-coordinate representation of color #DBFADB: hue angle of 120º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFADB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 219 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 120º | 0.76% | 0.92% | - |
HSV(B) | 120º | 0.12% | 0.98% | - |
XYZ | 76.19 | 88.55 | 80.09 | - |
YUV | 237.2 | 117.73 | 115.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 219 | 0.12 | 0 | 0.12 | 0.02 | 120 | 0.76 | 0.92 |
Hex | DB | FA | DB | C | 0 | C | 2 | 78 | 4C | 5C |
Octal | 333 | 372 | 333 | 14 | 0 | 14 | 2 | 170 | 114 | 134 |
Binary | 11011011 | 11111010 | 11011011 | 1100 | 0 | 1100 | 10 | 1111000 | 1001100 | 1011100 |
Color Harmonies of #DBFADB
Complementary color
Monochromatic Colors of #DBFADB
Black with #DBFADB
Text Example
Text Example
White with #DBFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFADB; }
p { color: rgb(219,250,219); }
H1.HeaderClassName
{
color: #DBFADB;
}
.AnyTagClassName
{
color: #DBFADB;
}
</style>
background-color css
<style>
a { background-color: #DBFADB; }
a { background-color: rgb(219,250,219); }
div.DivClassName
{
background-color: #DBFADB;
}
.BgClassName
{
background-color: #DBFADB;
}
</style>
border-color css
<style>
span { border-color: #DBFADB; }
span { border-color: rgb(219,250,219); }
td.TdClassName
{
border-color: #DBFADB;
}
.TagClassName
{
border-color: #DBFADB;
}
</style>