Shades of Tara #DBF3DA
Tints of Tara #DBF3DA
RGB
CMYK
RGB Variations
Color information
#DBF3DA (or 0xDBF3DA) is known color: Tara. HEX triplet: DB, F3 and DA. RGB value is (219,243,218). Sum of RGB (Red+Green+Blue) = 219+243+218=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DA is #240C25. Grayscale: #E9E9E9. Windows color (decimal): -2362406 or 14349275. OLE color: 14349275.
HSL color Cylindrical-coordinate representation of color #DBF3DA: hue angle of 117.6º degrees, saturation: 0.51, 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 #DBF3DA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 218 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 117.6º | 0.51% | 0.9% | - |
HSV(B) | 117.6º | 0.1% | 0.95% | - |
XYZ | 73.92 | 84.22 | 78.69 | - |
YUV | 232.97 | 119.55 | 118.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 218 | 0.10 | 0 | 0.10 | 0.05 | 117.6 | 0.51 | 0.9 |
Hex | DB | F3 | DA | A | 0 | A | 5 | 76 | 33 | 5A |
Octal | 333 | 363 | 332 | 12 | 0 | 12 | 5 | 166 | 63 | 132 |
Binary | 11011011 | 11110011 | 11011010 | 1010 | 0 | 1010 | 101 | 1110110 | 110011 | 1011010 |
Color Harmonies of #DBF3DA
Complementary color
Monochromatic Colors of #DBF3DA
Black with #DBF3DA
Text Example
Text Example
White with #DBF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3DA; }
p { color: rgb(219,243,218); }
H1.HeaderClassName
{
color: #DBF3DA;
}
.AnyTagClassName
{
color: #DBF3DA;
}
</style>
background-color css
<style>
a { background-color: #DBF3DA; }
a { background-color: rgb(219,243,218); }
div.DivClassName
{
background-color: #DBF3DA;
}
.BgClassName
{
background-color: #DBF3DA;
}
</style>
border-color css
<style>
span { border-color: #DBF3DA; }
span { border-color: rgb(219,243,218); }
td.TdClassName
{
border-color: #DBF3DA;
}
.TagClassName
{
border-color: #DBF3DA;
}
</style>