Shades of Tara #DCFCD7
Tints of Tara #DCFCD7
RGB
CMYK
RGB Variations
Color information
#DCFCD7 (or 0xDCFCD7) is known color: Tara. HEX triplet: DC, FC and D7. RGB value is (220,252,215). Sum of RGB (Red+Green+Blue) = 220+252+215=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD7 is #230328. Grayscale: #EEEEEE. Windows color (decimal): -2294569 or 14154972. OLE color: 14154972.
HSL color Cylindrical-coordinate representation of color #DCFCD7: hue angle of 111.89º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFCD7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 215 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.01 |
| HSL | 111.89º | 0.86% | 0.92% | - |
| HSV(B) | 111.89º | 0.15% | 0.99% | - |
| XYZ | 76.59 | 89.74 | 77.58 | - |
| YUV | 238.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 215 | 0.13 | 0 | 0.15 | 0.01 | 111.89 | 0.86 | 0.92 |
| Hex | DC | FC | D7 | D | 0 | F | 1 | 70 | 56 | 5C |
| Octal | 334 | 374 | 327 | 15 | 0 | 17 | 1 | 160 | 126 | 134 |
| Binary | 11011100 | 11111100 | 11010111 | 1101 | 0 | 1111 | 1 | 1110000 | 1010110 | 1011100 |
Color Harmonies of #DCFCD7
Complementary color
Monochromatic Colors of #DCFCD7
Black with #DCFCD7
Text Example
Text Example
White with #DCFCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCD7; }
p { color: rgb(220,252,215); }
H1.HeaderClassName
{
color: #DCFCD7;
}
.AnyTagClassName
{
color: #DCFCD7;
}
</style>
background-color css
<style>
a { background-color: #DCFCD7; }
a { background-color: rgb(220,252,215); }
div.DivClassName
{
background-color: #DCFCD7;
}
.BgClassName
{
background-color: #DCFCD7;
}
</style>
border-color css
<style>
span { border-color: #DCFCD7; }
span { border-color: rgb(220,252,215); }
td.TdClassName
{
border-color: #DCFCD7;
}
.TagClassName
{
border-color: #DCFCD7;
}
</style>