Shades of Tara #DBF6DB
Tints of Tara #DBF6DB
RGB
CMYK
RGB Variations
Color information
#DBF6DB (or 0xDBF6DB) is known color: Tara. HEX triplet: DB, F6 and DB. RGB value is (219,246,219). Sum of RGB (Red+Green+Blue) = 219+246+219=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6DB is #240924. Grayscale: #EAEAEA. Windows color (decimal): -2361637 or 14415579. OLE color: 14415579.
HSL color Cylindrical-coordinate representation of color #DBF6DB: hue angle of 120º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 219 | - |
CMYK | 0.11 | 0 | 0.11 | 0.04 |
HSL | 120º | 0.6% | 0.91% | - |
HSV(B) | 120º | 0.11% | 0.96% | - |
XYZ | 74.96 | 86.09 | 79.68 | - |
YUV | 234.85 | 119.05 | 116.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 219 | 0.11 | 0 | 0.11 | 0.04 | 120 | 0.6 | 0.91 |
Hex | DB | F6 | DB | B | 0 | B | 4 | 78 | 3C | 5B |
Octal | 333 | 366 | 333 | 13 | 0 | 13 | 4 | 170 | 74 | 133 |
Binary | 11011011 | 11110110 | 11011011 | 1011 | 0 | 1011 | 100 | 1111000 | 111100 | 1011011 |
Color Harmonies of #DBF6DB
Complementary color
Monochromatic Colors of #DBF6DB
Black with #DBF6DB
Text Example
Text Example
White with #DBF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6DB; }
p { color: rgb(219,246,219); }
H1.HeaderClassName
{
color: #DBF6DB;
}
.AnyTagClassName
{
color: #DBF6DB;
}
</style>
background-color css
<style>
a { background-color: #DBF6DB; }
a { background-color: rgb(219,246,219); }
div.DivClassName
{
background-color: #DBF6DB;
}
.BgClassName
{
background-color: #DBF6DB;
}
</style>
border-color css
<style>
span { border-color: #DBF6DB; }
span { border-color: rgb(219,246,219); }
td.TdClassName
{
border-color: #DBF6DB;
}
.TagClassName
{
border-color: #DBF6DB;
}
</style>