Shades of Tara #DBFCDC
Tints of Tara #DBFCDC
RGB
CMYK
RGB Variations
Color information
#DBFCDC (or 0xDBFCDC) is known color: Tara. HEX triplet: DB, FC and DC. RGB value is (219,252,220). Sum of RGB (Red+Green+Blue) = 219+252+220=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDC is #240323. Grayscale: #EEEEEE. Windows color (decimal): -2360100 or 14482651. OLE color: 14482651.
HSL color Cylindrical-coordinate representation of color #DBFCDC: hue angle of 121.82º 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 #DBFCDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 220 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.01 |
| HSL | 121.82º | 0.85% | 0.92% | - |
| HSV(B) | 121.82º | 0.13% | 0.99% | - |
| XYZ | 76.94 | 89.85 | 81 | - |
| YUV | 238.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 220 | 0.13 | 0 | 0.13 | 0.01 | 121.82 | 0.85 | 0.92 |
| Hex | DB | FC | DC | D | 0 | D | 1 | 7A | 55 | 5C |
| Octal | 333 | 374 | 334 | 15 | 0 | 15 | 1 | 172 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11011100 | 1101 | 0 | 1101 | 1 | 1111010 | 1010101 | 1011100 |
Color Harmonies of #DBFCDC
Complementary color
Monochromatic Colors of #DBFCDC
Black with #DBFCDC
Text Example
Text Example
White with #DBFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCDC; }
p { color: rgb(219,252,220); }
H1.HeaderClassName
{
color: #DBFCDC;
}
.AnyTagClassName
{
color: #DBFCDC;
}
</style>
background-color css
<style>
a { background-color: #DBFCDC; }
a { background-color: rgb(219,252,220); }
div.DivClassName
{
background-color: #DBFCDC;
}
.BgClassName
{
background-color: #DBFCDC;
}
</style>
border-color css
<style>
span { border-color: #DBFCDC; }
span { border-color: rgb(219,252,220); }
td.TdClassName
{
border-color: #DBFCDC;
}
.TagClassName
{
border-color: #DBFCDC;
}
</style>