Shades of Tara #DCFADA
Tints of Tara #DCFADA
RGB
CMYK
RGB Variations
Color information
#DCFADA (or 0xDCFADA) is known color: Tara. HEX triplet: DC, FA and DA. RGB value is (220,250,218). Sum of RGB (Red+Green+Blue) = 220+250+218=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADA is #230525. Grayscale: #EDEDED. Windows color (decimal): -2295078 or 14351068. OLE color: 14351068.
HSL color Cylindrical-coordinate representation of color #DCFADA: hue angle of 116.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFADA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 218 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 116.25º | 0.76% | 0.92% | - |
HSV(B) | 116.25º | 0.13% | 0.98% | - |
XYZ | 76.36 | 88.65 | 79.42 | - |
YUV | 237.38 | 117.06 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 218 | 0.12 | 0 | 0.13 | 0.02 | 116.25 | 0.76 | 0.92 |
Hex | DC | FA | DA | C | 0 | D | 2 | 74 | 4C | 5C |
Octal | 334 | 372 | 332 | 14 | 0 | 15 | 2 | 164 | 114 | 134 |
Binary | 11011100 | 11111010 | 11011010 | 1100 | 0 | 1101 | 10 | 1110100 | 1001100 | 1011100 |
Color Harmonies of #DCFADA
Complementary color
Monochromatic Colors of #DCFADA
Black with #DCFADA
Text Example
Text Example
White with #DCFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFADA; }
p { color: rgb(220,250,218); }
H1.HeaderClassName
{
color: #DCFADA;
}
.AnyTagClassName
{
color: #DCFADA;
}
</style>
background-color css
<style>
a { background-color: #DCFADA; }
a { background-color: rgb(220,250,218); }
div.DivClassName
{
background-color: #DCFADA;
}
.BgClassName
{
background-color: #DCFADA;
}
</style>
border-color css
<style>
span { border-color: #DCFADA; }
span { border-color: rgb(220,250,218); }
td.TdClassName
{
border-color: #DCFADA;
}
.TagClassName
{
border-color: #DCFADA;
}
</style>