Shades of Tara #DCFFD9
Tints of Tara #DCFFD9
RGB
CMYK
RGB Variations
Color information
#DCFFD9 (or 0xDCFFD9) is known color: Tara. HEX triplet: DC, FF and D9. RGB value is (220,255,217). Sum of RGB (Red+Green+Blue) = 220+255+217=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD9 is #230026. Grayscale: #F0F0F0. Windows color (decimal): -2293799 or 14286812. OLE color: 14286812.
HSL color Cylindrical-coordinate representation of color #DCFFD9: hue angle of 115.26º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFFD9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 217 | - |
| CMYK | 0.14 | 0 | 0.15 | 0 |
| HSL | 115.26º | 1% | 0.93% | - |
| HSV(B) | 115.26º | 0.15% | 1% | - |
| XYZ | 77.8 | 91.75 | 79.25 | - |
| YUV | 240.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 217 | 0.14 | 0 | 0.15 | 0 | 115.26 | 1 | 0.93 |
| Hex | DC | FF | D9 | E | 0 | F | 0 | 73 | 64 | 5D |
| Octal | 334 | 377 | 331 | 16 | 0 | 17 | 0 | 163 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11011001 | 1110 | 0 | 1111 | 0 | 1110011 | 1100100 | 1011101 |
Color Harmonies of #DCFFD9
Complementary color
Monochromatic Colors of #DCFFD9
Black with #DCFFD9
Text Example
Text Example
White with #DCFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD9; }
p { color: rgb(220,255,217); }
H1.HeaderClassName
{
color: #DCFFD9;
}
.AnyTagClassName
{
color: #DCFFD9;
}
</style>
background-color css
<style>
a { background-color: #DCFFD9; }
a { background-color: rgb(220,255,217); }
div.DivClassName
{
background-color: #DCFFD9;
}
.BgClassName
{
background-color: #DCFFD9;
}
</style>
border-color css
<style>
span { border-color: #DCFFD9; }
span { border-color: rgb(220,255,217); }
td.TdClassName
{
border-color: #DCFFD9;
}
.TagClassName
{
border-color: #DCFFD9;
}
</style>