Shades of Tara #DCFCD8
Tints of Tara #DCFCD8
RGB
CMYK
RGB Variations
Color information
#DCFCD8 (or 0xDCFCD8) is known color: Tara. HEX triplet: DC, FC and D8. RGB value is (220,252,216). Sum of RGB (Red+Green+Blue) = 220+252+216=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD8 is #230327. Grayscale: #EEEEEE. Windows color (decimal): -2294568 or 14220508. OLE color: 14220508.
HSL color Cylindrical-coordinate representation of color #DCFCD8: hue angle of 113.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFCD8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 216 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.01 |
| HSL | 113.33º | 0.86% | 0.92% | - |
| HSV(B) | 113.33º | 0.14% | 0.99% | - |
| XYZ | 76.72 | 89.79 | 78.25 | - |
| YUV | 238.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 216 | 0.13 | 0 | 0.14 | 0.01 | 113.33 | 0.86 | 0.92 |
| Hex | DC | FC | D8 | D | 0 | E | 1 | 71 | 56 | 5C |
| Octal | 334 | 374 | 330 | 15 | 0 | 16 | 1 | 161 | 126 | 134 |
| Binary | 11011100 | 11111100 | 11011000 | 1101 | 0 | 1110 | 1 | 1110001 | 1010110 | 1011100 |
Color Harmonies of #DCFCD8
Complementary color
Monochromatic Colors of #DCFCD8
Black with #DCFCD8
Text Example
Text Example
White with #DCFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCD8; }
p { color: rgb(220,252,216); }
H1.HeaderClassName
{
color: #DCFCD8;
}
.AnyTagClassName
{
color: #DCFCD8;
}
</style>
background-color css
<style>
a { background-color: #DCFCD8; }
a { background-color: rgb(220,252,216); }
div.DivClassName
{
background-color: #DCFCD8;
}
.BgClassName
{
background-color: #DCFCD8;
}
</style>
border-color css
<style>
span { border-color: #DCFCD8; }
span { border-color: rgb(220,252,216); }
td.TdClassName
{
border-color: #DCFCD8;
}
.TagClassName
{
border-color: #DCFCD8;
}
</style>