Shades of Tara #DBFFDB
Tints of Tara #DBFFDB
RGB
CMYK
RGB Variations
Color information
#DBFFDB (or 0xDBFFDB) is known color: Tara. HEX triplet: DB, FF and DB. RGB value is (219,255,219). Sum of RGB (Red+Green+Blue) = 219+255+219=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDB is #240024. Grayscale: #F0F0F0. Windows color (decimal): -2359333 or 14417883. OLE color: 14417883.
HSL color Cylindrical-coordinate representation of color #DBFFDB: hue angle of 120º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 219 | - |
CMYK | 0.14 | 0 | 0.14 | 0 |
HSL | 120º | 1% | 0.93% | - |
HSV(B) | 120º | 0.14% | 1% | - |
XYZ | 77.76 | 91.69 | 80.62 | - |
YUV | 240.13 | 116.07 | 112.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 219 | 0.14 | 0 | 0.14 | 0 | 120 | 1 | 0.93 |
Hex | DB | FF | DB | E | 0 | E | 0 | 78 | 64 | 5D |
Octal | 333 | 377 | 333 | 16 | 0 | 16 | 0 | 170 | 144 | 135 |
Binary | 11011011 | 11111111 | 11011011 | 1110 | 0 | 1110 | 0 | 1111000 | 1100100 | 1011101 |
Color Harmonies of #DBFFDB
Complementary color
Monochromatic Colors of #DBFFDB
Black with #DBFFDB
Text Example
Text Example
White with #DBFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFDB; }
p { color: rgb(219,255,219); }
H1.HeaderClassName
{
color: #DBFFDB;
}
.AnyTagClassName
{
color: #DBFFDB;
}
</style>
background-color css
<style>
a { background-color: #DBFFDB; }
a { background-color: rgb(219,255,219); }
div.DivClassName
{
background-color: #DBFFDB;
}
.BgClassName
{
background-color: #DBFFDB;
}
</style>
border-color css
<style>
span { border-color: #DBFFDB; }
span { border-color: rgb(219,255,219); }
td.TdClassName
{
border-color: #DBFFDB;
}
.TagClassName
{
border-color: #DBFFDB;
}
</style>