Shades of Tara #DCF4DC
Tints of Tara #DCF4DC
RGB
CMYK
RGB Variations
Color information
#DCF4DC (or 0xDCF4DC) is known color: Tara. HEX triplet: DC, F4 and DC. RGB value is (220,244,220). Sum of RGB (Red+Green+Blue) = 220+244+220=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4DC is #230B23. Grayscale: #EAEAEA. Windows color (decimal): -2296612 or 14480604. OLE color: 14480604.
HSL color Cylindrical-coordinate representation of color #DCF4DC: hue angle of 120º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF4DC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 220 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.04 |
| HSL | 120º | 0.52% | 0.91% | - |
| HSV(B) | 120º | 0.1% | 0.96% | - |
| XYZ | 74.78 | 85.08 | 80.19 | - |
| YUV | 234.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 220 | 0.10 | 0 | 0.10 | 0.04 | 120 | 0.52 | 0.91 |
| Hex | DC | F4 | DC | A | 0 | A | 4 | 78 | 34 | 5B |
| Octal | 334 | 364 | 334 | 12 | 0 | 12 | 4 | 170 | 64 | 133 |
| Binary | 11011100 | 11110100 | 11011100 | 1010 | 0 | 1010 | 100 | 1111000 | 110100 | 1011011 |
Color Harmonies of #DCF4DC
Complementary color
Monochromatic Colors of #DCF4DC
Black with #DCF4DC
Text Example
Text Example
White with #DCF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4DC; }
p { color: rgb(220,244,220); }
H1.HeaderClassName
{
color: #DCF4DC;
}
.AnyTagClassName
{
color: #DCF4DC;
}
</style>
background-color css
<style>
a { background-color: #DCF4DC; }
a { background-color: rgb(220,244,220); }
div.DivClassName
{
background-color: #DCF4DC;
}
.BgClassName
{
background-color: #DCF4DC;
}
</style>
border-color css
<style>
span { border-color: #DCF4DC; }
span { border-color: rgb(220,244,220); }
td.TdClassName
{
border-color: #DCF4DC;
}
.TagClassName
{
border-color: #DCF4DC;
}
</style>