Shades of Tara #DCFAD9
Tints of Tara #DCFAD9
RGB
CMYK
RGB Variations
Color information
#DCFAD9 (or 0xDCFAD9) is known color: Tara. HEX triplet: DC, FA and D9. RGB value is (220,250,217). Sum of RGB (Red+Green+Blue) = 220+250+217=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD9 is #230526. Grayscale: #EDEDED. Windows color (decimal): -2295079 or 14285532. OLE color: 14285532.
HSL color Cylindrical-coordinate representation of color #DCFAD9: hue angle of 114.55º degrees, saturation: 0.77, 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 #DCFAD9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 217 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 114.55º | 0.77% | 0.92% | - |
HSV(B) | 114.55º | 0.13% | 0.98% | - |
XYZ | 76.23 | 88.6 | 78.73 | - |
YUV | 237.27 | 116.56 | 115.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 217 | 0.12 | 0 | 0.13 | 0.02 | 114.55 | 0.77 | 0.92 |
Hex | DC | FA | D9 | C | 0 | D | 2 | 73 | 4D | 5C |
Octal | 334 | 372 | 331 | 14 | 0 | 15 | 2 | 163 | 115 | 134 |
Binary | 11011100 | 11111010 | 11011001 | 1100 | 0 | 1101 | 10 | 1110011 | 1001101 | 1011100 |
Color Harmonies of #DCFAD9
Complementary color
Monochromatic Colors of #DCFAD9
Black with #DCFAD9
Text Example
Text Example
White with #DCFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAD9; }
p { color: rgb(220,250,217); }
H1.HeaderClassName
{
color: #DCFAD9;
}
.AnyTagClassName
{
color: #DCFAD9;
}
</style>
background-color css
<style>
a { background-color: #DCFAD9; }
a { background-color: rgb(220,250,217); }
div.DivClassName
{
background-color: #DCFAD9;
}
.BgClassName
{
background-color: #DCFAD9;
}
</style>
border-color css
<style>
span { border-color: #DCFAD9; }
span { border-color: rgb(220,250,217); }
td.TdClassName
{
border-color: #DCFAD9;
}
.TagClassName
{
border-color: #DCFAD9;
}
</style>