Shades of Tara #DBFBDA
Tints of Tara #DBFBDA
RGB
CMYK
RGB Variations
Color information
#DBFBDA (or 0xDBFBDA) is known color: Tara. HEX triplet: DB, FB and DA. RGB value is (219,251,218). Sum of RGB (Red+Green+Blue) = 219+251+218=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBDA is #240425. Grayscale: #EDEDED. Windows color (decimal): -2360358 or 14351323. OLE color: 14351323.
HSL color Cylindrical-coordinate representation of color #DBFBDA: hue angle of 118.18º degrees, saturation: 0.8, 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 #DBFBDA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 218 | - |
CMYK | 0.13 | 0 | 0.13 | 0.02 |
HSL | 118.18º | 0.8% | 0.92% | - |
HSV(B) | 118.18º | 0.13% | 0.98% | - |
XYZ | 76.37 | 89.12 | 79.51 | - |
YUV | 237.67 | 116.9 | 114.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 218 | 0.13 | 0 | 0.13 | 0.02 | 118.18 | 0.8 | 0.92 |
Hex | DB | FB | DA | D | 0 | D | 2 | 76 | 50 | 5C |
Octal | 333 | 373 | 332 | 15 | 0 | 15 | 2 | 166 | 120 | 134 |
Binary | 11011011 | 11111011 | 11011010 | 1101 | 0 | 1101 | 10 | 1110110 | 1010000 | 1011100 |
Color Harmonies of #DBFBDA
Complementary color
Monochromatic Colors of #DBFBDA
Black with #DBFBDA
Text Example
Text Example
White with #DBFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBDA; }
p { color: rgb(219,251,218); }
H1.HeaderClassName
{
color: #DBFBDA;
}
.AnyTagClassName
{
color: #DBFBDA;
}
</style>
background-color css
<style>
a { background-color: #DBFBDA; }
a { background-color: rgb(219,251,218); }
div.DivClassName
{
background-color: #DBFBDA;
}
.BgClassName
{
background-color: #DBFBDA;
}
</style>
border-color css
<style>
span { border-color: #DBFBDA; }
span { border-color: rgb(219,251,218); }
td.TdClassName
{
border-color: #DBFBDA;
}
.TagClassName
{
border-color: #DBFBDA;
}
</style>