Shades of Tara #D6F6D5
Tints of Tara #D6F6D5
RGB
CMYK
RGB Variations
Color information
#D6F6D5 (or 0xD6F6D5) is known color: Tara. HEX triplet: D6, F6 and D5. RGB value is (214,246,213). Sum of RGB (Red+Green+Blue) = 214+246+213=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F6D5 is #29092A. Grayscale: #E8E8E8. Windows color (decimal): -2689323 or 14022358. OLE color: 14022358.
HSL color Cylindrical-coordinate representation of color #D6F6D5: hue angle of 118.18º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F6D5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 213 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.04 |
| HSL | 118.18º | 0.65% | 0.9% | - |
| HSV(B) | 118.18º | 0.13% | 0.96% | - |
| XYZ | 72.7 | 85.01 | 75.53 | - |
| YUV | 232.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 213 | 0.13 | 0 | 0.13 | 0.04 | 118.18 | 0.65 | 0.9 |
| Hex | D6 | F6 | D5 | D | 0 | D | 4 | 76 | 41 | 5A |
| Octal | 326 | 366 | 325 | 15 | 0 | 15 | 4 | 166 | 101 | 132 |
| Binary | 11010110 | 11110110 | 11010101 | 1101 | 0 | 1101 | 100 | 1110110 | 1000001 | 1011010 |
Color Harmonies of #D6F6D5
Complementary color
Monochromatic Colors of #D6F6D5
Black with #D6F6D5
Text Example
Text Example
White with #D6F6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6D5; }
p { color: rgb(214,246,213); }
H1.HeaderClassName
{
color: #D6F6D5;
}
.AnyTagClassName
{
color: #D6F6D5;
}
</style>
background-color css
<style>
a { background-color: #D6F6D5; }
a { background-color: rgb(214,246,213); }
div.DivClassName
{
background-color: #D6F6D5;
}
.BgClassName
{
background-color: #D6F6D5;
}
</style>
border-color css
<style>
span { border-color: #D6F6D5; }
span { border-color: rgb(214,246,213); }
td.TdClassName
{
border-color: #D6F6D5;
}
.TagClassName
{
border-color: #D6F6D5;
}
</style>