Shades of Tara #DBFBD7
Tints of Tara #DBFBD7
RGB
CMYK
RGB Variations
Color information
#DBFBD7 (or 0xDBFBD7) is known color: Tara. HEX triplet: DB, FB and D7. RGB value is (219,251,215). Sum of RGB (Red+Green+Blue) = 219+251+215=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD7 is #240428. Grayscale: #EDEDED. Windows color (decimal): -2360361 or 14154715. OLE color: 14154715.
HSL color Cylindrical-coordinate representation of color #DBFBD7: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFBD7 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 215 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.02 |
| HSL | 113.33º | 0.82% | 0.91% | - |
| HSV(B) | 113.33º | 0.14% | 0.98% | - |
| XYZ | 75.98 | 88.96 | 77.46 | - |
| YUV | 237.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 215 | 0.13 | 0 | 0.14 | 0.02 | 113.33 | 0.82 | 0.91 |
| Hex | DB | FB | D7 | D | 0 | E | 2 | 71 | 52 | 5B |
| Octal | 333 | 373 | 327 | 15 | 0 | 16 | 2 | 161 | 122 | 133 |
| Binary | 11011011 | 11111011 | 11010111 | 1101 | 0 | 1110 | 10 | 1110001 | 1010010 | 1011011 |
Color Harmonies of #DBFBD7
Complementary color
Monochromatic Colors of #DBFBD7
Black with #DBFBD7
Text Example
Text Example
White with #DBFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD7; }
p { color: rgb(219,251,215); }
H1.HeaderClassName
{
color: #DBFBD7;
}
.AnyTagClassName
{
color: #DBFBD7;
}
</style>
background-color css
<style>
a { background-color: #DBFBD7; }
a { background-color: rgb(219,251,215); }
div.DivClassName
{
background-color: #DBFBD7;
}
.BgClassName
{
background-color: #DBFBD7;
}
</style>
border-color css
<style>
span { border-color: #DBFBD7; }
span { border-color: rgb(219,251,215); }
td.TdClassName
{
border-color: #DBFBD7;
}
.TagClassName
{
border-color: #DBFBD7;
}
</style>