Shades of Tara #DCF0DD
Tints of Tara #DCF0DD
RGB
CMYK
RGB Variations
Color information
#DCF0DD (or 0xDCF0DD) is known color: Tara. HEX triplet: DC, F0 and DD. RGB value is (220,240,221). Sum of RGB (Red+Green+Blue) = 220+240+221=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DD is #230F22. Grayscale: #E7E7E7. Windows color (decimal): -2297635 or 14545116. OLE color: 14545116.
HSL color Cylindrical-coordinate representation of color #DCF0DD: hue angle of 123º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 221 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.06 |
| HSL | 123º | 0.4% | 0.9% | - |
| HSV(B) | 123º | 0.08% | 0.94% | - |
| XYZ | 73.73 | 82.76 | 80.49 | - |
| YUV | 231.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 221 | 0.08 | 0 | 0.08 | 0.06 | 123 | 0.4 | 0.9 |
| Hex | DC | F0 | DD | 8 | 0 | 8 | 6 | 7B | 28 | 5A |
| Octal | 334 | 360 | 335 | 10 | 0 | 10 | 6 | 173 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11011101 | 1000 | 0 | 1000 | 110 | 1111011 | 101000 | 1011010 |
Color Harmonies of #DCF0DD
Complementary color
Monochromatic Colors of #DCF0DD
Black with #DCF0DD
Text Example
Text Example
White with #DCF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0DD; }
p { color: rgb(220,240,221); }
H1.HeaderClassName
{
color: #DCF0DD;
}
.AnyTagClassName
{
color: #DCF0DD;
}
</style>
background-color css
<style>
a { background-color: #DCF0DD; }
a { background-color: rgb(220,240,221); }
div.DivClassName
{
background-color: #DCF0DD;
}
.BgClassName
{
background-color: #DCF0DD;
}
</style>
border-color css
<style>
span { border-color: #DCF0DD; }
span { border-color: rgb(220,240,221); }
td.TdClassName
{
border-color: #DCF0DD;
}
.TagClassName
{
border-color: #DCF0DD;
}
</style>