Shades of Tara #DBF2DB
Tints of Tara #DBF2DB
RGB
CMYK
RGB Variations
Color information
#DBF2DB (or 0xDBF2DB) is known color: Tara. HEX triplet: DB, F2 and DB. RGB value is (219,242,219). Sum of RGB (Red+Green+Blue) = 219+242+219=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2DB is #240D24. Grayscale: #E8E8E8. Windows color (decimal): -2362661 or 14414555. OLE color: 14414555.
HSL color Cylindrical-coordinate representation of color #DBF2DB: hue angle of 120º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 219 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 120º | 0.47% | 0.9% | - |
HSV(B) | 120º | 0.1% | 0.95% | - |
XYZ | 73.75 | 83.68 | 79.28 | - |
YUV | 232.5 | 120.38 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 219 | 0.10 | 0 | 0.10 | 0.05 | 120 | 0.47 | 0.9 |
Hex | DB | F2 | DB | A | 0 | A | 5 | 78 | 2F | 5A |
Octal | 333 | 362 | 333 | 12 | 0 | 12 | 5 | 170 | 57 | 132 |
Binary | 11011011 | 11110010 | 11011011 | 1010 | 0 | 1010 | 101 | 1111000 | 101111 | 1011010 |
Color Harmonies of #DBF2DB
Complementary color
Monochromatic Colors of #DBF2DB
Black with #DBF2DB
Text Example
Text Example
White with #DBF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2DB; }
p { color: rgb(219,242,219); }
H1.HeaderClassName
{
color: #DBF2DB;
}
.AnyTagClassName
{
color: #DBF2DB;
}
</style>
background-color css
<style>
a { background-color: #DBF2DB; }
a { background-color: rgb(219,242,219); }
div.DivClassName
{
background-color: #DBF2DB;
}
.BgClassName
{
background-color: #DBF2DB;
}
</style>
border-color css
<style>
span { border-color: #DBF2DB; }
span { border-color: rgb(219,242,219); }
td.TdClassName
{
border-color: #DBF2DB;
}
.TagClassName
{
border-color: #DBF2DB;
}
</style>