Shades of Tara #DBFADC
Tints of Tara #DBFADC
RGB
CMYK
RGB Variations
Color information
#DBFADC (or 0xDBFADC) is known color: Tara. HEX triplet: DB, FA and DC. RGB value is (219,250,220). Sum of RGB (Red+Green+Blue) = 219+250+220=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFADC is #240523. Grayscale: #EDEDED. Windows color (decimal): -2360612 or 14482139. OLE color: 14482139.
HSL color Cylindrical-coordinate representation of color #DBFADC: hue angle of 121.94º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFADC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 220 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 121.94º | 0.76% | 0.92% | - |
HSV(B) | 121.94º | 0.12% | 0.98% | - |
XYZ | 76.32 | 88.6 | 80.79 | - |
YUV | 237.31 | 118.23 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 220 | 0.12 | 0 | 0.12 | 0.02 | 121.94 | 0.76 | 0.92 |
Hex | DB | FA | DC | C | 0 | C | 2 | 7A | 4C | 5C |
Octal | 333 | 372 | 334 | 14 | 0 | 14 | 2 | 172 | 114 | 134 |
Binary | 11011011 | 11111010 | 11011100 | 1100 | 0 | 1100 | 10 | 1111010 | 1001100 | 1011100 |
Color Harmonies of #DBFADC
Complementary color
Monochromatic Colors of #DBFADC
Black with #DBFADC
Text Example
Text Example
White with #DBFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFADC; }
p { color: rgb(219,250,220); }
H1.HeaderClassName
{
color: #DBFADC;
}
.AnyTagClassName
{
color: #DBFADC;
}
</style>
background-color css
<style>
a { background-color: #DBFADC; }
a { background-color: rgb(219,250,220); }
div.DivClassName
{
background-color: #DBFADC;
}
.BgClassName
{
background-color: #DBFADC;
}
</style>
border-color css
<style>
span { border-color: #DBFADC; }
span { border-color: rgb(219,250,220); }
td.TdClassName
{
border-color: #DBFADC;
}
.TagClassName
{
border-color: #DBFADC;
}
</style>