Shades of Tara #DCF9D9
Tints of Tara #DCF9D9
RGB
CMYK
RGB Variations
Color information
#DCF9D9 (or 0xDCF9D9) is known color: Tara. HEX triplet: DC, F9 and D9. RGB value is (220,249,217). Sum of RGB (Red+Green+Blue) = 220+249+217=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9D9 is #230626. Grayscale: #ECECEC. Windows color (decimal): -2295335 or 14285276. OLE color: 14285276.
HSL color Cylindrical-coordinate representation of color #DCF9D9: hue angle of 114.38º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF9D9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 217 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 114.38º | 0.73% | 0.91% | - |
HSV(B) | 114.38º | 0.13% | 0.98% | - |
XYZ | 75.92 | 87.98 | 78.63 | - |
YUV | 236.68 | 116.89 | 116.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 217 | 0.12 | 0 | 0.13 | 0.02 | 114.38 | 0.73 | 0.91 |
Hex | DC | F9 | D9 | C | 0 | D | 2 | 72 | 49 | 5B |
Octal | 334 | 371 | 331 | 14 | 0 | 15 | 2 | 162 | 111 | 133 |
Binary | 11011100 | 11111001 | 11011001 | 1100 | 0 | 1101 | 10 | 1110010 | 1001001 | 1011011 |
Color Harmonies of #DCF9D9
Complementary color
Monochromatic Colors of #DCF9D9
Black with #DCF9D9
Text Example
Text Example
White with #DCF9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9D9; }
p { color: rgb(220,249,217); }
H1.HeaderClassName
{
color: #DCF9D9;
}
.AnyTagClassName
{
color: #DCF9D9;
}
</style>
background-color css
<style>
a { background-color: #DCF9D9; }
a { background-color: rgb(220,249,217); }
div.DivClassName
{
background-color: #DCF9D9;
}
.BgClassName
{
background-color: #DCF9D9;
}
</style>
border-color css
<style>
span { border-color: #DCF9D9; }
span { border-color: rgb(220,249,217); }
td.TdClassName
{
border-color: #DCF9D9;
}
.TagClassName
{
border-color: #DCF9D9;
}
</style>