Shades of Tara #DBFFD7
Tints of Tara #DBFFD7
RGB
CMYK
RGB Variations
Color information
#DBFFD7 (or 0xDBFFD7) is known color: Tara. HEX triplet: DB, FF and D7. RGB value is (219,255,215). Sum of RGB (Red+Green+Blue) = 219+255+215=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD7 is #240028. Grayscale: #EFEFEF. Windows color (decimal): -2359337 or 14155739. OLE color: 14155739.
HSL color Cylindrical-coordinate representation of color #DBFFD7: hue angle of 114º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFFD7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 215 | - |
| CMYK | 0.14 | 0 | 0.16 | 0 |
| HSL | 114º | 1% | 0.92% | - |
| HSV(B) | 114º | 0.16% | 1% | - |
| XYZ | 77.24 | 91.49 | 77.88 | - |
| YUV | 239.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 215 | 0.14 | 0 | 0.16 | 0 | 114 | 1 | 0.92 |
| Hex | DB | FF | D7 | E | 0 | 10 | 0 | 72 | 64 | 5C |
| Octal | 333 | 377 | 327 | 16 | 0 | 20 | 0 | 162 | 144 | 134 |
| Binary | 11011011 | 11111111 | 11010111 | 1110 | 0 | 10000 | 0 | 1110010 | 1100100 | 1011100 |
Color Harmonies of #DBFFD7
Complementary color
Monochromatic Colors of #DBFFD7
Black with #DBFFD7
Text Example
Text Example
White with #DBFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFD7; }
p { color: rgb(219,255,215); }
H1.HeaderClassName
{
color: #DBFFD7;
}
.AnyTagClassName
{
color: #DBFFD7;
}
</style>
background-color css
<style>
a { background-color: #DBFFD7; }
a { background-color: rgb(219,255,215); }
div.DivClassName
{
background-color: #DBFFD7;
}
.BgClassName
{
background-color: #DBFFD7;
}
</style>
border-color css
<style>
span { border-color: #DBFFD7; }
span { border-color: rgb(219,255,215); }
td.TdClassName
{
border-color: #DBFFD7;
}
.TagClassName
{
border-color: #DBFFD7;
}
</style>