Shades of Tara #D6F7D5
Tints of Tara #D6F7D5
RGB
CMYK
RGB Variations
Color information
#D6F7D5 (or 0xD6F7D5) is known color: Tara. HEX triplet: D6, F7 and D5. RGB value is (214,247,213). Sum of RGB (Red+Green+Blue) = 214+247+213=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F7D5 is #29082A. Grayscale: #E9E9E9. Windows color (decimal): -2689067 or 14022614. OLE color: 14022614.
HSL color Cylindrical-coordinate representation of color #D6F7D5: hue angle of 118.24º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F7D5 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 213 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.03 |
| HSL | 118.24º | 0.68% | 0.9% | - |
| HSV(B) | 118.24º | 0.14% | 0.97% | - |
| XYZ | 73 | 85.62 | 75.63 | - |
| YUV | 233.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 213 | 0.13 | 0 | 0.14 | 0.03 | 118.24 | 0.68 | 0.9 |
| Hex | D6 | F7 | D5 | D | 0 | E | 3 | 76 | 44 | 5A |
| Octal | 326 | 367 | 325 | 15 | 0 | 16 | 3 | 166 | 104 | 132 |
| Binary | 11010110 | 11110111 | 11010101 | 1101 | 0 | 1110 | 11 | 1110110 | 1000100 | 1011010 |
Color Harmonies of #D6F7D5
Complementary color
Monochromatic Colors of #D6F7D5
Black with #D6F7D5
Text Example
Text Example
White with #D6F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F7D5; }
p { color: rgb(214,247,213); }
H1.HeaderClassName
{
color: #D6F7D5;
}
.AnyTagClassName
{
color: #D6F7D5;
}
</style>
background-color css
<style>
a { background-color: #D6F7D5; }
a { background-color: rgb(214,247,213); }
div.DivClassName
{
background-color: #D6F7D5;
}
.BgClassName
{
background-color: #D6F7D5;
}
</style>
border-color css
<style>
span { border-color: #D6F7D5; }
span { border-color: rgb(214,247,213); }
td.TdClassName
{
border-color: #D6F7D5;
}
.TagClassName
{
border-color: #D6F7D5;
}
</style>