Shades of Tara #DBFCDB
Tints of Tara #DBFCDB
RGB
CMYK
RGB Variations
Color information
#DBFCDB (or 0xDBFCDB) is known color: Tara. HEX triplet: DB, FC and DB. RGB value is (219,252,219). Sum of RGB (Red+Green+Blue) = 219+252+219=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDB is #240324. Grayscale: #EEEEEE. Windows color (decimal): -2360101 or 14417115. OLE color: 14417115.
HSL color Cylindrical-coordinate representation of color #DBFCDB: hue angle of 120º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 219 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 120º | 0.85% | 0.92% | - |
HSV(B) | 120º | 0.13% | 0.99% | - |
XYZ | 76.81 | 89.8 | 80.3 | - |
YUV | 238.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 219 | 0.13 | 0 | 0.13 | 0.01 | 120 | 0.85 | 0.92 |
Hex | DB | FC | DB | D | 0 | D | 1 | 78 | 55 | 5C |
Octal | 333 | 374 | 333 | 15 | 0 | 15 | 1 | 170 | 125 | 134 |
Binary | 11011011 | 11111100 | 11011011 | 1101 | 0 | 1101 | 1 | 1111000 | 1010101 | 1011100 |
Color Harmonies of #DBFCDB
Complementary color
Monochromatic Colors of #DBFCDB
Black with #DBFCDB
Text Example
Text Example
White with #DBFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCDB; }
p { color: rgb(219,252,219); }
H1.HeaderClassName
{
color: #DBFCDB;
}
.AnyTagClassName
{
color: #DBFCDB;
}
</style>
background-color css
<style>
a { background-color: #DBFCDB; }
a { background-color: rgb(219,252,219); }
div.DivClassName
{
background-color: #DBFCDB;
}
.BgClassName
{
background-color: #DBFCDB;
}
</style>
border-color css
<style>
span { border-color: #DBFCDB; }
span { border-color: rgb(219,252,219); }
td.TdClassName
{
border-color: #DBFCDB;
}
.TagClassName
{
border-color: #DBFCDB;
}
</style>