Shades of Tara #DCF6DC
Tints of Tara #DCF6DC
RGB
CMYK
RGB Variations
Color information
#DCF6DC (or 0xDCF6DC) is known color: Tara. HEX triplet: DC, F6 and DC. RGB value is (220,246,220). Sum of RGB (Red+Green+Blue) = 220+246+220=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DC is #230923. Grayscale: #EBEBEB. Windows color (decimal): -2296100 or 14481116. OLE color: 14481116.
HSL color Cylindrical-coordinate representation of color #DCF6DC: hue angle of 120º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6DC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 220 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.04 |
| HSL | 120º | 0.59% | 0.91% | - |
| HSV(B) | 120º | 0.11% | 0.96% | - |
| XYZ | 75.39 | 86.29 | 80.39 | - |
| YUV | 235.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 220 | 0.11 | 0 | 0.11 | 0.04 | 120 | 0.59 | 0.91 |
| Hex | DC | F6 | DC | B | 0 | B | 4 | 78 | 3B | 5B |
| Octal | 334 | 366 | 334 | 13 | 0 | 13 | 4 | 170 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11011100 | 1011 | 0 | 1011 | 100 | 1111000 | 111011 | 1011011 |
Color Harmonies of #DCF6DC
Complementary color
Monochromatic Colors of #DCF6DC
Black with #DCF6DC
Text Example
Text Example
White with #DCF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6DC; }
p { color: rgb(220,246,220); }
H1.HeaderClassName
{
color: #DCF6DC;
}
.AnyTagClassName
{
color: #DCF6DC;
}
</style>
background-color css
<style>
a { background-color: #DCF6DC; }
a { background-color: rgb(220,246,220); }
div.DivClassName
{
background-color: #DCF6DC;
}
.BgClassName
{
background-color: #DCF6DC;
}
</style>
border-color css
<style>
span { border-color: #DCF6DC; }
span { border-color: rgb(220,246,220); }
td.TdClassName
{
border-color: #DCF6DC;
}
.TagClassName
{
border-color: #DCF6DC;
}
</style>