Shades of Tara #DBF8D9
Tints of Tara #DBF8D9
RGB
CMYK
RGB Variations
Color information
#DBF8D9 (or 0xDBF8D9) is known color: Tara. HEX triplet: DB, F8 and D9. RGB value is (219,248,217). Sum of RGB (Red+Green+Blue) = 219+248+217=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D9 is #240726. Grayscale: #EBEBEB. Windows color (decimal): -2361127 or 14285019. OLE color: 14285019.
HSL color Cylindrical-coordinate representation of color #DBF8D9: hue angle of 116.13º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8D9 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 217 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.03 |
| HSL | 116.13º | 0.69% | 0.91% | - |
| HSV(B) | 116.13º | 0.13% | 0.97% | - |
| XYZ | 75.31 | 87.2 | 78.51 | - |
| YUV | 235.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 217 | 0.12 | 0 | 0.12 | 0.03 | 116.13 | 0.69 | 0.91 |
| Hex | DB | F8 | D9 | C | 0 | C | 3 | 74 | 45 | 5B |
| Octal | 333 | 370 | 331 | 14 | 0 | 14 | 3 | 164 | 105 | 133 |
| Binary | 11011011 | 11111000 | 11011001 | 1100 | 0 | 1100 | 11 | 1110100 | 1000101 | 1011011 |
Color Harmonies of #DBF8D9
Complementary color
Monochromatic Colors of #DBF8D9
Black with #DBF8D9
Text Example
Text Example
White with #DBF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8D9; }
p { color: rgb(219,248,217); }
H1.HeaderClassName
{
color: #DBF8D9;
}
.AnyTagClassName
{
color: #DBF8D9;
}
</style>
background-color css
<style>
a { background-color: #DBF8D9; }
a { background-color: rgb(219,248,217); }
div.DivClassName
{
background-color: #DBF8D9;
}
.BgClassName
{
background-color: #DBF8D9;
}
</style>
border-color css
<style>
span { border-color: #DBF8D9; }
span { border-color: rgb(219,248,217); }
td.TdClassName
{
border-color: #DBF8D9;
}
.TagClassName
{
border-color: #DBF8D9;
}
</style>