Shades of Tara #DBF0DA
Tints of Tara #DBF0DA
RGB
CMYK
RGB Variations
Color information
#DBF0DA (or 0xDBF0DA) is known color: Tara. HEX triplet: DB, F0 and DA. RGB value is (219,240,218). Sum of RGB (Red+Green+Blue) = 219+240+218=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DA is #240F25. Grayscale: #E7E7E7. Windows color (decimal): -2363174 or 14348507. OLE color: 14348507.
HSL color Cylindrical-coordinate representation of color #DBF0DA: hue angle of 117.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0DA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 218 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.06 |
| HSL | 117.27º | 0.42% | 0.9% | - |
| HSV(B) | 117.27º | 0.09% | 0.94% | - |
| XYZ | 73.03 | 82.44 | 78.39 | - |
| YUV | 231.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 218 | 0.09 | 0 | 0.09 | 0.06 | 117.27 | 0.42 | 0.9 |
| Hex | DB | F0 | DA | 9 | 0 | 9 | 6 | 75 | 2A | 5A |
| Octal | 333 | 360 | 332 | 11 | 0 | 11 | 6 | 165 | 52 | 132 |
| Binary | 11011011 | 11110000 | 11011010 | 1001 | 0 | 1001 | 110 | 1110101 | 101010 | 1011010 |
Color Harmonies of #DBF0DA
Complementary color
Monochromatic Colors of #DBF0DA
Black with #DBF0DA
Text Example
Text Example
White with #DBF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0DA; }
p { color: rgb(219,240,218); }
H1.HeaderClassName
{
color: #DBF0DA;
}
.AnyTagClassName
{
color: #DBF0DA;
}
</style>
background-color css
<style>
a { background-color: #DBF0DA; }
a { background-color: rgb(219,240,218); }
div.DivClassName
{
background-color: #DBF0DA;
}
.BgClassName
{
background-color: #DBF0DA;
}
</style>
border-color css
<style>
span { border-color: #DBF0DA; }
span { border-color: rgb(219,240,218); }
td.TdClassName
{
border-color: #DBF0DA;
}
.TagClassName
{
border-color: #DBF0DA;
}
</style>