Shades of Tara #D8FFD7
Tints of Tara #D8FFD7
RGB
CMYK
RGB Variations
Color information
#D8FFD7 (or 0xD8FFD7) is known color: Tara. HEX triplet: D8, FF and D7. RGB value is (216,255,215). Sum of RGB (Red+Green+Blue) = 216+255+215=686 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.49% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FFD7 is #270028. Grayscale: #EEEEEE. Windows color (decimal): -2555945 or 14155736. OLE color: 14155736.
HSL color Cylindrical-coordinate representation of color #D8FFD7: hue angle of 118.5º 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 #D8FFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 215 | - |
| CMYK | 0.15 | 0 | 0.16 | 0 |
| HSL | 118.5º | 1% | 0.92% | - |
| HSV(B) | 118.5º | 0.16% | 1% | - |
| XYZ | 76.34 | 91.03 | 77.84 | - |
| YUV | 238.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 215 | 0.15 | 0 | 0.16 | 0 | 118.5 | 1 | 0.92 |
| Hex | D8 | FF | D7 | F | 0 | 10 | 0 | 76 | 64 | 5C |
| Octal | 330 | 377 | 327 | 17 | 0 | 20 | 0 | 166 | 144 | 134 |
| Binary | 11011000 | 11111111 | 11010111 | 1111 | 0 | 10000 | 0 | 1110110 | 1100100 | 1011100 |
Color Harmonies of #D8FFD7
Complementary color
Monochromatic Colors of #D8FFD7
Black with #D8FFD7
Text Example
Text Example
White with #D8FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFD7; }
p { color: rgb(216,255,215); }
H1.HeaderClassName
{
color: #D8FFD7;
}
.AnyTagClassName
{
color: #D8FFD7;
}
</style>
background-color css
<style>
a { background-color: #D8FFD7; }
a { background-color: rgb(216,255,215); }
div.DivClassName
{
background-color: #D8FFD7;
}
.BgClassName
{
background-color: #D8FFD7;
}
</style>
border-color css
<style>
span { border-color: #D8FFD7; }
span { border-color: rgb(216,255,215); }
td.TdClassName
{
border-color: #D8FFD7;
}
.TagClassName
{
border-color: #D8FFD7;
}
</style>