Shades of Tara #DCFADB
Tints of Tara #DCFADB
RGB
CMYK
RGB Variations
Color information
#DCFADB (or 0xDCFADB) is known color: Tara. HEX triplet: DC, FA and DB. RGB value is (220,250,219). Sum of RGB (Red+Green+Blue) = 220+250+219=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADB is #230524. Grayscale: #EDEDED. Windows color (decimal): -2295077 or 14416604. OLE color: 14416604.
HSL color Cylindrical-coordinate representation of color #DCFADB: hue angle of 118.06º 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 #DCFADB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 219 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.02 |
| HSL | 118.06º | 0.76% | 0.92% | - |
| HSV(B) | 118.06º | 0.12% | 0.98% | - |
| XYZ | 76.49 | 88.7 | 80.11 | - |
| YUV | 237.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 219 | 0.12 | 0 | 0.12 | 0.02 | 118.06 | 0.76 | 0.92 |
| Hex | DC | FA | DB | C | 0 | C | 2 | 76 | 4C | 5C |
| Octal | 334 | 372 | 333 | 14 | 0 | 14 | 2 | 166 | 114 | 134 |
| Binary | 11011100 | 11111010 | 11011011 | 1100 | 0 | 1100 | 10 | 1110110 | 1001100 | 1011100 |
Color Harmonies of #DCFADB
Complementary color
Monochromatic Colors of #DCFADB
Black with #DCFADB
Text Example
Text Example
White with #DCFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFADB; }
p { color: rgb(220,250,219); }
H1.HeaderClassName
{
color: #DCFADB;
}
.AnyTagClassName
{
color: #DCFADB;
}
</style>
background-color css
<style>
a { background-color: #DCFADB; }
a { background-color: rgb(220,250,219); }
div.DivClassName
{
background-color: #DCFADB;
}
.BgClassName
{
background-color: #DCFADB;
}
</style>
border-color css
<style>
span { border-color: #DCFADB; }
span { border-color: rgb(220,250,219); }
td.TdClassName
{
border-color: #DCFADB;
}
.TagClassName
{
border-color: #DCFADB;
}
</style>