Shades of Tara #DBFDD7
Tints of Tara #DBFDD7
RGB
CMYK
RGB Variations
Color information
#DBFDD7 (or 0xDBFDD7) is known color: Tara. HEX triplet: DB, FD and D7. RGB value is (219,253,215). Sum of RGB (Red+Green+Blue) = 219+253+215=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD7 is #240228. Grayscale: #EEEEEE. Windows color (decimal): -2359849 or 14155227. OLE color: 14155227.
HSL color Cylindrical-coordinate representation of color #DBFDD7: hue angle of 113.68º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFDD7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 215 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.01 |
| HSL | 113.68º | 0.9% | 0.92% | - |
| HSV(B) | 113.68º | 0.15% | 0.99% | - |
| XYZ | 76.6 | 90.22 | 77.67 | - |
| YUV | 238.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 215 | 0.13 | 0 | 0.15 | 0.01 | 113.68 | 0.9 | 0.92 |
| Hex | DB | FD | D7 | D | 0 | F | 1 | 72 | 5A | 5C |
| Octal | 333 | 375 | 327 | 15 | 0 | 17 | 1 | 162 | 132 | 134 |
| Binary | 11011011 | 11111101 | 11010111 | 1101 | 0 | 1111 | 1 | 1110010 | 1011010 | 1011100 |
Color Harmonies of #DBFDD7
Complementary color
Monochromatic Colors of #DBFDD7
Black with #DBFDD7
Text Example
Text Example
White with #DBFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDD7; }
p { color: rgb(219,253,215); }
H1.HeaderClassName
{
color: #DBFDD7;
}
.AnyTagClassName
{
color: #DBFDD7;
}
</style>
background-color css
<style>
a { background-color: #DBFDD7; }
a { background-color: rgb(219,253,215); }
div.DivClassName
{
background-color: #DBFDD7;
}
.BgClassName
{
background-color: #DBFDD7;
}
</style>
border-color css
<style>
span { border-color: #DBFDD7; }
span { border-color: rgb(219,253,215); }
td.TdClassName
{
border-color: #DBFDD7;
}
.TagClassName
{
border-color: #DBFDD7;
}
</style>