Shades of Tara #DCF7DD
Tints of Tara #DCF7DD
RGB
CMYK
RGB Variations
Color information
#DCF7DD (or 0xDCF7DD) is known color: Tara. HEX triplet: DC, F7 and DD. RGB value is (220,247,221). Sum of RGB (Red+Green+Blue) = 220+247+221=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DD is #230822. Grayscale: #ECECEC. Windows color (decimal): -2295843 or 14546908. OLE color: 14546908.
HSL color Cylindrical-coordinate representation of color #DCF7DD: hue angle of 122.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 221 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.03 |
| HSL | 122.22º | 0.63% | 0.92% | - |
| HSV(B) | 122.22º | 0.11% | 0.97% | - |
| XYZ | 75.83 | 86.96 | 81.19 | - |
| YUV | 235.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 221 | 0.11 | 0 | 0.11 | 0.03 | 122.22 | 0.63 | 0.92 |
| Hex | DC | F7 | DD | B | 0 | B | 3 | 7A | 3F | 5C |
| Octal | 334 | 367 | 335 | 13 | 0 | 13 | 3 | 172 | 77 | 134 |
| Binary | 11011100 | 11110111 | 11011101 | 1011 | 0 | 1011 | 11 | 1111010 | 111111 | 1011100 |
Color Harmonies of #DCF7DD
Complementary color
Monochromatic Colors of #DCF7DD
Black with #DCF7DD
Text Example
Text Example
White with #DCF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7DD; }
p { color: rgb(220,247,221); }
H1.HeaderClassName
{
color: #DCF7DD;
}
.AnyTagClassName
{
color: #DCF7DD;
}
</style>
background-color css
<style>
a { background-color: #DCF7DD; }
a { background-color: rgb(220,247,221); }
div.DivClassName
{
background-color: #DCF7DD;
}
.BgClassName
{
background-color: #DCF7DD;
}
</style>
border-color css
<style>
span { border-color: #DCF7DD; }
span { border-color: rgb(220,247,221); }
td.TdClassName
{
border-color: #DCF7DD;
}
.TagClassName
{
border-color: #DCF7DD;
}
</style>