Shades of Tara #D7F2D9
Tints of Tara #D7F2D9
RGB
CMYK
RGB Variations
Color information
#D7F2D9 (or 0xD7F2D9) is known color: Tara. HEX triplet: D7, F2 and D9. RGB value is (215,242,217). Sum of RGB (Red+Green+Blue) = 215+242+217=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2D9 is #280D26. Grayscale: #E7E7E7. Windows color (decimal): -2624807 or 14283479. OLE color: 14283479.
HSL color Cylindrical-coordinate representation of color #D7F2D9: hue angle of 124.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2D9 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 217 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.05 |
| HSL | 124.44º | 0.51% | 0.9% | - |
| HSV(B) | 124.44º | 0.11% | 0.95% | - |
| XYZ | 72.3 | 82.96 | 77.85 | - |
| YUV | 231.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 217 | 0.11 | 0 | 0.10 | 0.05 | 124.44 | 0.51 | 0.9 |
| Hex | D7 | F2 | D9 | B | 0 | A | 5 | 7C | 33 | 5A |
| Octal | 327 | 362 | 331 | 13 | 0 | 12 | 5 | 174 | 63 | 132 |
| Binary | 11010111 | 11110010 | 11011001 | 1011 | 0 | 1010 | 101 | 1111100 | 110011 | 1011010 |
Color Harmonies of #D7F2D9
Complementary color
Monochromatic Colors of #D7F2D9
Black with #D7F2D9
Text Example
Text Example
White with #D7F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2D9; }
p { color: rgb(215,242,217); }
H1.HeaderClassName
{
color: #D7F2D9;
}
.AnyTagClassName
{
color: #D7F2D9;
}
</style>
background-color css
<style>
a { background-color: #D7F2D9; }
a { background-color: rgb(215,242,217); }
div.DivClassName
{
background-color: #D7F2D9;
}
.BgClassName
{
background-color: #D7F2D9;
}
</style>
border-color css
<style>
span { border-color: #D7F2D9; }
span { border-color: rgb(215,242,217); }
td.TdClassName
{
border-color: #D7F2D9;
}
.TagClassName
{
border-color: #D7F2D9;
}
</style>