Shades of Tara #D7FFD5
Tints of Tara #D7FFD5
RGB
CMYK
RGB Variations
Color information
#D7FFD5 (or 0xD7FFD5) is known color: Tara. HEX triplet: D7, FF and D5. RGB value is (215,255,213). Sum of RGB (Red+Green+Blue) = 215+255+213=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFD5 is #28002A. Grayscale: #EEEEEE. Windows color (decimal): -2621483 or 14024663. OLE color: 14024663.
HSL color Cylindrical-coordinate representation of color #D7FFD5: hue angle of 117.14º 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 #D7FFD5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 213 | - |
| CMYK | 0.16 | 0 | 0.16 | 0 |
| HSL | 117.14º | 1% | 0.92% | - |
| HSV(B) | 117.14º | 0.16% | 1% | - |
| XYZ | 75.79 | 90.77 | 76.48 | - |
| YUV | 238.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 213 | 0.16 | 0 | 0.16 | 0 | 117.14 | 1 | 0.92 |
| Hex | D7 | FF | D5 | 10 | 0 | 10 | 0 | 75 | 64 | 5C |
| Octal | 327 | 377 | 325 | 20 | 0 | 20 | 0 | 165 | 144 | 134 |
| Binary | 11010111 | 11111111 | 11010101 | 10000 | 0 | 10000 | 0 | 1110101 | 1100100 | 1011100 |
Color Harmonies of #D7FFD5
Complementary color
Monochromatic Colors of #D7FFD5
Black with #D7FFD5
Text Example
Text Example
White with #D7FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFD5; }
p { color: rgb(215,255,213); }
H1.HeaderClassName
{
color: #D7FFD5;
}
.AnyTagClassName
{
color: #D7FFD5;
}
</style>
background-color css
<style>
a { background-color: #D7FFD5; }
a { background-color: rgb(215,255,213); }
div.DivClassName
{
background-color: #D7FFD5;
}
.BgClassName
{
background-color: #D7FFD5;
}
</style>
border-color css
<style>
span { border-color: #D7FFD5; }
span { border-color: rgb(215,255,213); }
td.TdClassName
{
border-color: #D7FFD5;
}
.TagClassName
{
border-color: #D7FFD5;
}
</style>