Shades of Tara #DCFFD7
Tints of Tara #DCFFD7
RGB
CMYK
RGB Variations
Color information
#DCFFD7 (or 0xDCFFD7) is known color: Tara. HEX triplet: DC, FF and D7. RGB value is (220,255,215). Sum of RGB (Red+Green+Blue) = 220+255+215=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD7 is #230028. Grayscale: #F0F0F0. Windows color (decimal): -2293801 or 14155740. OLE color: 14155740.
HSL color Cylindrical-coordinate representation of color #DCFFD7: hue angle of 112.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFFD7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 215 | - |
| CMYK | 0.14 | 0 | 0.16 | 0 |
| HSL | 112.5º | 1% | 0.92% | - |
| HSV(B) | 112.5º | 0.16% | 1% | - |
| XYZ | 77.54 | 91.64 | 77.89 | - |
| YUV | 239.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 215 | 0.14 | 0 | 0.16 | 0 | 112.5 | 1 | 0.92 |
| Hex | DC | FF | D7 | E | 0 | 10 | 0 | 70 | 64 | 5C |
| Octal | 334 | 377 | 327 | 16 | 0 | 20 | 0 | 160 | 144 | 134 |
| Binary | 11011100 | 11111111 | 11010111 | 1110 | 0 | 10000 | 0 | 1110000 | 1100100 | 1011100 |
Color Harmonies of #DCFFD7
Complementary color
Monochromatic Colors of #DCFFD7
Black with #DCFFD7
Text Example
Text Example
White with #DCFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD7; }
p { color: rgb(220,255,215); }
H1.HeaderClassName
{
color: #DCFFD7;
}
.AnyTagClassName
{
color: #DCFFD7;
}
</style>
background-color css
<style>
a { background-color: #DCFFD7; }
a { background-color: rgb(220,255,215); }
div.DivClassName
{
background-color: #DCFFD7;
}
.BgClassName
{
background-color: #DCFFD7;
}
</style>
border-color css
<style>
span { border-color: #DCFFD7; }
span { border-color: rgb(220,255,215); }
td.TdClassName
{
border-color: #DCFFD7;
}
.TagClassName
{
border-color: #DCFFD7;
}
</style>