Shades of Tara #DBFCD9
Tints of Tara #DBFCD9
RGB
CMYK
RGB Variations
Color information
#DBFCD9 (or 0xDBFCD9) is known color: Tara. HEX triplet: DB, FC and D9. RGB value is (219,252,217). Sum of RGB (Red+Green+Blue) = 219+252+217=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD9 is #240326. Grayscale: #EEEEEE. Windows color (decimal): -2360103 or 14286043. OLE color: 14286043.
HSL color Cylindrical-coordinate representation of color #DBFCD9: hue angle of 116.57º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFCD9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 217 | - |
CMYK | 0.13 | 0 | 0.14 | 0.01 |
HSL | 116.57º | 0.85% | 0.92% | - |
HSV(B) | 116.57º | 0.14% | 0.99% | - |
XYZ | 76.55 | 89.69 | 78.92 | - |
YUV | 238.14 | 116.07 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 217 | 0.13 | 0 | 0.14 | 0.01 | 116.57 | 0.85 | 0.92 |
Hex | DB | FC | D9 | D | 0 | E | 1 | 75 | 55 | 5C |
Octal | 333 | 374 | 331 | 15 | 0 | 16 | 1 | 165 | 125 | 134 |
Binary | 11011011 | 11111100 | 11011001 | 1101 | 0 | 1110 | 1 | 1110101 | 1010101 | 1011100 |
Color Harmonies of #DBFCD9
Complementary color
Monochromatic Colors of #DBFCD9
Black with #DBFCD9
Text Example
Text Example
White with #DBFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCD9; }
p { color: rgb(219,252,217); }
H1.HeaderClassName
{
color: #DBFCD9;
}
.AnyTagClassName
{
color: #DBFCD9;
}
</style>
background-color css
<style>
a { background-color: #DBFCD9; }
a { background-color: rgb(219,252,217); }
div.DivClassName
{
background-color: #DBFCD9;
}
.BgClassName
{
background-color: #DBFCD9;
}
</style>
border-color css
<style>
span { border-color: #DBFCD9; }
span { border-color: rgb(219,252,217); }
td.TdClassName
{
border-color: #DBFCD9;
}
.TagClassName
{
border-color: #DBFCD9;
}
</style>