Shades of Tara #D9FFD7
Tints of Tara #D9FFD7
RGB
CMYK
RGB Variations
Color information
#D9FFD7 (or 0xD9FFD7) is known color: Tara. HEX triplet: D9, FF and D7. RGB value is (217,255,215). Sum of RGB (Red+Green+Blue) = 217+255+215=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFD7 is #260028. Grayscale: #EFEFEF. Windows color (decimal): -2490409 or 14155737. OLE color: 14155737.
HSL color Cylindrical-coordinate representation of color #D9FFD7: hue angle of 117º 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 #D9FFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 215 | - |
| CMYK | 0.15 | 0 | 0.16 | 0 |
| HSL | 117º | 1% | 0.92% | - |
| HSV(B) | 117º | 0.16% | 1% | - |
| XYZ | 76.64 | 91.18 | 77.85 | - |
| YUV | 239.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 215 | 0.15 | 0 | 0.16 | 0 | 117 | 1 | 0.92 |
| Hex | D9 | FF | D7 | F | 0 | 10 | 0 | 75 | 64 | 5C |
| Octal | 331 | 377 | 327 | 17 | 0 | 20 | 0 | 165 | 144 | 134 |
| Binary | 11011001 | 11111111 | 11010111 | 1111 | 0 | 10000 | 0 | 1110101 | 1100100 | 1011100 |
Color Harmonies of #D9FFD7
Complementary color
Monochromatic Colors of #D9FFD7
Black with #D9FFD7
Text Example
Text Example
White with #D9FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFD7; }
p { color: rgb(217,255,215); }
H1.HeaderClassName
{
color: #D9FFD7;
}
.AnyTagClassName
{
color: #D9FFD7;
}
</style>
background-color css
<style>
a { background-color: #D9FFD7; }
a { background-color: rgb(217,255,215); }
div.DivClassName
{
background-color: #D9FFD7;
}
.BgClassName
{
background-color: #D9FFD7;
}
</style>
border-color css
<style>
span { border-color: #D9FFD7; }
span { border-color: rgb(217,255,215); }
td.TdClassName
{
border-color: #D9FFD7;
}
.TagClassName
{
border-color: #D9FFD7;
}
</style>