Shades of Tara #DBEFDA
Tints of Tara #DBEFDA
RGB
CMYK
RGB Variations
Color information
#DBEFDA (or 0xDBEFDA) is known color: Tara. HEX triplet: DB, EF and DA. RGB value is (219,239,218). Sum of RGB (Red+Green+Blue) = 219+239+218=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDA is #241025. Grayscale: #E6E6E6. Windows color (decimal): -2363430 or 14348251. OLE color: 14348251.
HSL color Cylindrical-coordinate representation of color #DBEFDA: hue angle of 117.14º degrees, saturation: 0.4, 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 #DBEFDA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 218 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.06 |
| HSL | 117.14º | 0.4% | 0.9% | - |
| HSV(B) | 117.14º | 0.09% | 0.94% | - |
| XYZ | 72.73 | 81.86 | 78.3 | - |
| YUV | 230.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 218 | 0.08 | 0 | 0.09 | 0.06 | 117.14 | 0.4 | 0.9 |
| Hex | DB | EF | DA | 8 | 0 | 9 | 6 | 75 | 28 | 5A |
| Octal | 333 | 357 | 332 | 10 | 0 | 11 | 6 | 165 | 50 | 132 |
| Binary | 11011011 | 11101111 | 11011010 | 1000 | 0 | 1001 | 110 | 1110101 | 101000 | 1011010 |
Color Harmonies of #DBEFDA
Complementary color
Monochromatic Colors of #DBEFDA
Black with #DBEFDA
Text Example
Text Example
White with #DBEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDA; }
p { color: rgb(219,239,218); }
H1.HeaderClassName
{
color: #DBEFDA;
}
.AnyTagClassName
{
color: #DBEFDA;
}
</style>
background-color css
<style>
a { background-color: #DBEFDA; }
a { background-color: rgb(219,239,218); }
div.DivClassName
{
background-color: #DBEFDA;
}
.BgClassName
{
background-color: #DBEFDA;
}
</style>
border-color css
<style>
span { border-color: #DBEFDA; }
span { border-color: rgb(219,239,218); }
td.TdClassName
{
border-color: #DBEFDA;
}
.TagClassName
{
border-color: #DBEFDA;
}
</style>