Shades of Tara #DBF9DB
Tints of Tara #DBF9DB
RGB
CMYK
RGB Variations
Color information
#DBF9DB (or 0xDBF9DB) is known color: Tara. HEX triplet: DB, F9 and DB. RGB value is (219,249,219). Sum of RGB (Red+Green+Blue) = 219+249+219=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DB is #240624. Grayscale: #ECECEC. Windows color (decimal): -2360869 or 14416347. OLE color: 14416347.
HSL color Cylindrical-coordinate representation of color #DBF9DB: hue angle of 120º degrees, saturation: 0.71, 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 #DBF9DB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 249 | 219 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 120º | 0.71% | 0.92% | - |
HSV(B) | 120º | 0.12% | 0.98% | - |
XYZ | 75.88 | 87.93 | 79.99 | - |
YUV | 236.61 | 118.06 | 115.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 219 | 0.12 | 0 | 0.12 | 0.02 | 120 | 0.71 | 0.92 |
Hex | DB | F9 | DB | C | 0 | C | 2 | 78 | 47 | 5C |
Octal | 333 | 371 | 333 | 14 | 0 | 14 | 2 | 170 | 107 | 134 |
Binary | 11011011 | 11111001 | 11011011 | 1100 | 0 | 1100 | 10 | 1111000 | 1000111 | 1011100 |
Color Harmonies of #DBF9DB
Complementary color
Monochromatic Colors of #DBF9DB
Black with #DBF9DB
Text Example
Text Example
White with #DBF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9DB; }
p { color: rgb(219,249,219); }
H1.HeaderClassName
{
color: #DBF9DB;
}
.AnyTagClassName
{
color: #DBF9DB;
}
</style>
background-color css
<style>
a { background-color: #DBF9DB; }
a { background-color: rgb(219,249,219); }
div.DivClassName
{
background-color: #DBF9DB;
}
.BgClassName
{
background-color: #DBF9DB;
}
</style>
border-color css
<style>
span { border-color: #DBF9DB; }
span { border-color: rgb(219,249,219); }
td.TdClassName
{
border-color: #DBF9DB;
}
.TagClassName
{
border-color: #DBF9DB;
}
</style>