Shades of Tara #D7FFD6
Tints of Tara #D7FFD6
RGB
CMYK
RGB Variations
Color information
#D7FFD6 (or 0xD7FFD6) is known color: Tara. HEX triplet: D7, FF and D6. RGB value is (215,255,214). Sum of RGB (Red+Green+Blue) = 215+255+214=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFD6 is #280029. Grayscale: #EEEEEE. Windows color (decimal): -2621482 or 14090199. OLE color: 14090199.
HSL color Cylindrical-coordinate representation of color #D7FFD6: hue angle of 118.54º 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 #D7FFD6 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 214 | - |
| CMYK | 0.16 | 0 | 0.16 | 0 |
| HSL | 118.54º | 1% | 0.92% | - |
| HSV(B) | 118.54º | 0.16% | 1% | - |
| XYZ | 75.92 | 90.82 | 77.15 | - |
| YUV | 238.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 214 | 0.16 | 0 | 0.16 | 0 | 118.54 | 1 | 0.92 |
| Hex | D7 | FF | D6 | 10 | 0 | 10 | 0 | 77 | 64 | 5C |
| Octal | 327 | 377 | 326 | 20 | 0 | 20 | 0 | 167 | 144 | 134 |
| Binary | 11010111 | 11111111 | 11010110 | 10000 | 0 | 10000 | 0 | 1110111 | 1100100 | 1011100 |
Color Harmonies of #D7FFD6
Complementary color
Monochromatic Colors of #D7FFD6
Black with #D7FFD6
Text Example
Text Example
White with #D7FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFD6; }
p { color: rgb(215,255,214); }
H1.HeaderClassName
{
color: #D7FFD6;
}
.AnyTagClassName
{
color: #D7FFD6;
}
</style>
background-color css
<style>
a { background-color: #D7FFD6; }
a { background-color: rgb(215,255,214); }
div.DivClassName
{
background-color: #D7FFD6;
}
.BgClassName
{
background-color: #D7FFD6;
}
</style>
border-color css
<style>
span { border-color: #D7FFD6; }
span { border-color: rgb(215,255,214); }
td.TdClassName
{
border-color: #D7FFD6;
}
.TagClassName
{
border-color: #D7FFD6;
}
</style>