Shades of Tara #D5F7D7
Tints of Tara #D5F7D7
RGB
CMYK
RGB Variations
Color information
#D5F7D7 (or 0xD5F7D7) is known color: Tara. HEX triplet: D5, F7 and D7. RGB value is (213,247,215). Sum of RGB (Red+Green+Blue) = 213+247+215=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7D7 is #2A0828. Grayscale: #E9E9E9. Windows color (decimal): -2754601 or 14153685. OLE color: 14153685.
HSL color Cylindrical-coordinate representation of color #D5F7D7: hue angle of 123.53º 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 #D5F7D7 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 247 | 215 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.03 |
| HSL | 123.53º | 0.68% | 0.9% | - |
| HSV(B) | 123.53º | 0.14% | 0.97% | - |
| XYZ | 72.97 | 85.57 | 76.96 | - |
| YUV | 233.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 247 | 215 | 0.14 | 0 | 0.13 | 0.03 | 123.53 | 0.68 | 0.9 |
| Hex | D5 | F7 | D7 | E | 0 | D | 3 | 7C | 44 | 5A |
| Octal | 325 | 367 | 327 | 16 | 0 | 15 | 3 | 174 | 104 | 132 |
| Binary | 11010101 | 11110111 | 11010111 | 1110 | 0 | 1101 | 11 | 1111100 | 1000100 | 1011010 |
Color Harmonies of #D5F7D7
Complementary color
Monochromatic Colors of #D5F7D7
Black with #D5F7D7
Text Example
Text Example
White with #D5F7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F7D7; }
p { color: rgb(213,247,215); }
H1.HeaderClassName
{
color: #D5F7D7;
}
.AnyTagClassName
{
color: #D5F7D7;
}
</style>
background-color css
<style>
a { background-color: #D5F7D7; }
a { background-color: rgb(213,247,215); }
div.DivClassName
{
background-color: #D5F7D7;
}
.BgClassName
{
background-color: #D5F7D7;
}
</style>
border-color css
<style>
span { border-color: #D5F7D7; }
span { border-color: rgb(213,247,215); }
td.TdClassName
{
border-color: #D5F7D7;
}
.TagClassName
{
border-color: #D5F7D7;
}
</style>