Shades of Tara #DCF6DD
Tints of Tara #DCF6DD
RGB
CMYK
RGB Variations
Color information
#DCF6DD (or 0xDCF6DD) is known color: Tara. HEX triplet: DC, F6 and DD. RGB value is (220,246,221). Sum of RGB (Red+Green+Blue) = 220+246+221=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DD is #230922. Grayscale: #EBEBEB. Windows color (decimal): -2296099 or 14546652. OLE color: 14546652.
HSL color Cylindrical-coordinate representation of color #DCF6DD: hue angle of 122.31º 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 #DCF6DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 221 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.04 |
| HSL | 122.31º | 0.59% | 0.91% | - |
| HSV(B) | 122.31º | 0.11% | 0.96% | - |
| XYZ | 75.52 | 86.35 | 81.09 | - |
| YUV | 235.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 221 | 0.11 | 0 | 0.10 | 0.04 | 122.31 | 0.59 | 0.91 |
| Hex | DC | F6 | DD | B | 0 | A | 4 | 7A | 3B | 5B |
| Octal | 334 | 366 | 335 | 13 | 0 | 12 | 4 | 172 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11011101 | 1011 | 0 | 1010 | 100 | 1111010 | 111011 | 1011011 |
Color Harmonies of #DCF6DD
Complementary color
Monochromatic Colors of #DCF6DD
Black with #DCF6DD
Text Example
Text Example
White with #DCF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6DD; }
p { color: rgb(220,246,221); }
H1.HeaderClassName
{
color: #DCF6DD;
}
.AnyTagClassName
{
color: #DCF6DD;
}
</style>
background-color css
<style>
a { background-color: #DCF6DD; }
a { background-color: rgb(220,246,221); }
div.DivClassName
{
background-color: #DCF6DD;
}
.BgClassName
{
background-color: #DCF6DD;
}
</style>
border-color css
<style>
span { border-color: #DCF6DD; }
span { border-color: rgb(220,246,221); }
td.TdClassName
{
border-color: #DCF6DD;
}
.TagClassName
{
border-color: #DCF6DD;
}
</style>