Shades of Tara #D6F8D7
Tints of Tara #D6F8D7
RGB
CMYK
RGB Variations
Color information
#D6F8D7 (or 0xD6F8D7) is known color: Tara. HEX triplet: D6, F8 and D7. RGB value is (214,248,215). Sum of RGB (Red+Green+Blue) = 214+248+215=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8D7 is #290728. Grayscale: #EAEAEA. Windows color (decimal): -2688809 or 14153942. OLE color: 14153942.
HSL color Cylindrical-coordinate representation of color #D6F8D7: hue angle of 121.76º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F8D7 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 215 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.03 |
| HSL | 121.76º | 0.71% | 0.91% | - |
| HSV(B) | 121.76º | 0.14% | 0.97% | - |
| XYZ | 73.56 | 86.34 | 77.08 | - |
| YUV | 234.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 215 | 0.14 | 0 | 0.13 | 0.03 | 121.76 | 0.71 | 0.91 |
| Hex | D6 | F8 | D7 | E | 0 | D | 3 | 7A | 47 | 5B |
| Octal | 326 | 370 | 327 | 16 | 0 | 15 | 3 | 172 | 107 | 133 |
| Binary | 11010110 | 11111000 | 11010111 | 1110 | 0 | 1101 | 11 | 1111010 | 1000111 | 1011011 |
Color Harmonies of #D6F8D7
Complementary color
Monochromatic Colors of #D6F8D7
Black with #D6F8D7
Text Example
Text Example
White with #D6F8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F8D7; }
p { color: rgb(214,248,215); }
H1.HeaderClassName
{
color: #D6F8D7;
}
.AnyTagClassName
{
color: #D6F8D7;
}
</style>
background-color css
<style>
a { background-color: #D6F8D7; }
a { background-color: rgb(214,248,215); }
div.DivClassName
{
background-color: #D6F8D7;
}
.BgClassName
{
background-color: #D6F8D7;
}
</style>
border-color css
<style>
span { border-color: #D6F8D7; }
span { border-color: rgb(214,248,215); }
td.TdClassName
{
border-color: #D6F8D7;
}
.TagClassName
{
border-color: #D6F8D7;
}
</style>