Shades of Tara #DCFADC
Tints of Tara #DCFADC
RGB
CMYK
RGB Variations
Color information
#DCFADC (or 0xDCFADC) is known color: Tara. HEX triplet: DC, FA and DC. RGB value is (220,250,220). Sum of RGB (Red+Green+Blue) = 220+250+220=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADC is #230523. Grayscale: #EDEDED. Windows color (decimal): -2295076 or 14482140. OLE color: 14482140.
HSL color Cylindrical-coordinate representation of color #DCFADC: hue angle of 120º degrees, saturation: 0.75, 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 #DCFADC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 220 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 120º | 0.75% | 0.92% | - |
HSV(B) | 120º | 0.12% | 0.98% | - |
XYZ | 76.62 | 88.75 | 80.8 | - |
YUV | 237.61 | 118.06 | 115.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 220 | 0.12 | 0 | 0.12 | 0.02 | 120 | 0.75 | 0.92 |
Hex | DC | FA | DC | C | 0 | C | 2 | 78 | 4B | 5C |
Octal | 334 | 372 | 334 | 14 | 0 | 14 | 2 | 170 | 113 | 134 |
Binary | 11011100 | 11111010 | 11011100 | 1100 | 0 | 1100 | 10 | 1111000 | 1001011 | 1011100 |
Color Harmonies of #DCFADC
Complementary color
Monochromatic Colors of #DCFADC
Black with #DCFADC
Text Example
Text Example
White with #DCFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFADC; }
p { color: rgb(220,250,220); }
H1.HeaderClassName
{
color: #DCFADC;
}
.AnyTagClassName
{
color: #DCFADC;
}
</style>
background-color css
<style>
a { background-color: #DCFADC; }
a { background-color: rgb(220,250,220); }
div.DivClassName
{
background-color: #DCFADC;
}
.BgClassName
{
background-color: #DCFADC;
}
</style>
border-color css
<style>
span { border-color: #DCFADC; }
span { border-color: rgb(220,250,220); }
td.TdClassName
{
border-color: #DCFADC;
}
.TagClassName
{
border-color: #DCFADC;
}
</style>