Shades of Tara #DBFCDD
Tints of Tara #DBFCDD
RGB
CMYK
RGB Variations
Color information
#DBFCDD (or 0xDBFCDD) is known color: Tara. HEX triplet: DB, FC and DD. RGB value is (219,252,221). Sum of RGB (Red+Green+Blue) = 219+252+221=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDD is #240322. Grayscale: #EEEEEE. Windows color (decimal): -2360099 or 14548187. OLE color: 14548187.
HSL color Cylindrical-coordinate representation of color #DBFCDD: hue angle of 123.64º 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 #DBFCDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 221 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.01 |
| HSL | 123.64º | 0.85% | 0.92% | - |
| HSV(B) | 123.64º | 0.13% | 0.99% | - |
| XYZ | 77.07 | 89.9 | 81.7 | - |
| YUV | 238.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 221 | 0.13 | 0 | 0.12 | 0.01 | 123.64 | 0.85 | 0.92 |
| Hex | DB | FC | DD | D | 0 | C | 1 | 7C | 55 | 5C |
| Octal | 333 | 374 | 335 | 15 | 0 | 14 | 1 | 174 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11011101 | 1101 | 0 | 1100 | 1 | 1111100 | 1010101 | 1011100 |
Color Harmonies of #DBFCDD
Complementary color
Monochromatic Colors of #DBFCDD
Black with #DBFCDD
Text Example
Text Example
White with #DBFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCDD; }
p { color: rgb(219,252,221); }
H1.HeaderClassName
{
color: #DBFCDD;
}
.AnyTagClassName
{
color: #DBFCDD;
}
</style>
background-color css
<style>
a { background-color: #DBFCDD; }
a { background-color: rgb(219,252,221); }
div.DivClassName
{
background-color: #DBFCDD;
}
.BgClassName
{
background-color: #DBFCDD;
}
</style>
border-color css
<style>
span { border-color: #DBFCDD; }
span { border-color: rgb(219,252,221); }
td.TdClassName
{
border-color: #DBFCDD;
}
.TagClassName
{
border-color: #DBFCDD;
}
</style>