Shades of Tara #DBFBDB
Tints of Tara #DBFBDB
RGB
CMYK
RGB Variations
Color information
#DBFBDB (or 0xDBFBDB) is known color: Tara. HEX triplet: DB, FB and DB. RGB value is (219,251,219). Sum of RGB (Red+Green+Blue) = 219+251+219=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBDB is #240424. Grayscale: #EDEDED. Windows color (decimal): -2360357 or 14416859. OLE color: 14416859.
HSL color Cylindrical-coordinate representation of color #DBFBDB: hue angle of 120º 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 #DBFBDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 219 | - |
CMYK | 0.13 | 0 | 0.13 | 0.02 |
HSL | 120º | 0.8% | 0.92% | - |
HSV(B) | 120º | 0.13% | 0.98% | - |
XYZ | 76.5 | 89.17 | 80.2 | - |
YUV | 237.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 219 | 0.13 | 0 | 0.13 | 0.02 | 120 | 0.8 | 0.92 |
Hex | DB | FB | DB | D | 0 | D | 2 | 78 | 50 | 5C |
Octal | 333 | 373 | 333 | 15 | 0 | 15 | 2 | 170 | 120 | 134 |
Binary | 11011011 | 11111011 | 11011011 | 1101 | 0 | 1101 | 10 | 1111000 | 1010000 | 1011100 |
Color Harmonies of #DBFBDB
Complementary color
Monochromatic Colors of #DBFBDB
Black with #DBFBDB
Text Example
Text Example
White with #DBFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBDB; }
p { color: rgb(219,251,219); }
H1.HeaderClassName
{
color: #DBFBDB;
}
.AnyTagClassName
{
color: #DBFBDB;
}
</style>
background-color css
<style>
a { background-color: #DBFBDB; }
a { background-color: rgb(219,251,219); }
div.DivClassName
{
background-color: #DBFBDB;
}
.BgClassName
{
background-color: #DBFBDB;
}
</style>
border-color css
<style>
span { border-color: #DBFBDB; }
span { border-color: rgb(219,251,219); }
td.TdClassName
{
border-color: #DBFBDB;
}
.TagClassName
{
border-color: #DBFBDB;
}
</style>