Shades of Tara #DBFBD8
Tints of Tara #DBFBD8
RGB
CMYK
RGB Variations
Color information
#DBFBD8 (or 0xDBFBD8) is known color: Tara. HEX triplet: DB, FB and D8. RGB value is (219,251,216). Sum of RGB (Red+Green+Blue) = 219+251+216=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD8 is #240427. Grayscale: #EDEDED. Windows color (decimal): -2360360 or 14220251. OLE color: 14220251.
HSL color Cylindrical-coordinate representation of color #DBFBD8: hue angle of 114.86º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFBD8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 216 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.02 |
| HSL | 114.86º | 0.81% | 0.92% | - |
| HSV(B) | 114.86º | 0.14% | 0.98% | - |
| XYZ | 76.11 | 89.01 | 78.14 | - |
| YUV | 237.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 216 | 0.13 | 0 | 0.14 | 0.02 | 114.86 | 0.81 | 0.92 |
| Hex | DB | FB | D8 | D | 0 | E | 2 | 73 | 51 | 5C |
| Octal | 333 | 373 | 330 | 15 | 0 | 16 | 2 | 163 | 121 | 134 |
| Binary | 11011011 | 11111011 | 11011000 | 1101 | 0 | 1110 | 10 | 1110011 | 1010001 | 1011100 |
Color Harmonies of #DBFBD8
Complementary color
Monochromatic Colors of #DBFBD8
Black with #DBFBD8
Text Example
Text Example
White with #DBFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD8; }
p { color: rgb(219,251,216); }
H1.HeaderClassName
{
color: #DBFBD8;
}
.AnyTagClassName
{
color: #DBFBD8;
}
</style>
background-color css
<style>
a { background-color: #DBFBD8; }
a { background-color: rgb(219,251,216); }
div.DivClassName
{
background-color: #DBFBD8;
}
.BgClassName
{
background-color: #DBFBD8;
}
</style>
border-color css
<style>
span { border-color: #DBFBD8; }
span { border-color: rgb(219,251,216); }
td.TdClassName
{
border-color: #DBFBD8;
}
.TagClassName
{
border-color: #DBFBD8;
}
</style>