Shades of Tara #DBFCD7
Tints of Tara #DBFCD7
RGB
CMYK
RGB Variations
Color information
#DBFCD7 (or 0xDBFCD7) is known color: Tara. HEX triplet: DB, FC and D7. RGB value is (219,252,215). Sum of RGB (Red+Green+Blue) = 219+252+215=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD7 is #240328. Grayscale: #EEEEEE. Windows color (decimal): -2360105 or 14154971. OLE color: 14154971.
HSL color Cylindrical-coordinate representation of color #DBFCD7: hue angle of 113.51º degrees, saturation: 0.86, 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 #DBFCD7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 215 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.01 |
| HSL | 113.51º | 0.86% | 0.92% | - |
| HSV(B) | 113.51º | 0.15% | 0.99% | - |
| XYZ | 76.29 | 89.59 | 77.56 | - |
| YUV | 237.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 215 | 0.13 | 0 | 0.15 | 0.01 | 113.51 | 0.86 | 0.92 |
| Hex | DB | FC | D7 | D | 0 | F | 1 | 72 | 56 | 5C |
| Octal | 333 | 374 | 327 | 15 | 0 | 17 | 1 | 162 | 126 | 134 |
| Binary | 11011011 | 11111100 | 11010111 | 1101 | 0 | 1111 | 1 | 1110010 | 1010110 | 1011100 |
Color Harmonies of #DBFCD7
Complementary color
Monochromatic Colors of #DBFCD7
Black with #DBFCD7
Text Example
Text Example
White with #DBFCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCD7; }
p { color: rgb(219,252,215); }
H1.HeaderClassName
{
color: #DBFCD7;
}
.AnyTagClassName
{
color: #DBFCD7;
}
</style>
background-color css
<style>
a { background-color: #DBFCD7; }
a { background-color: rgb(219,252,215); }
div.DivClassName
{
background-color: #DBFCD7;
}
.BgClassName
{
background-color: #DBFCD7;
}
</style>
border-color css
<style>
span { border-color: #DBFCD7; }
span { border-color: rgb(219,252,215); }
td.TdClassName
{
border-color: #DBFCD7;
}
.TagClassName
{
border-color: #DBFCD7;
}
</style>