Shades of Tara #D6FED5
Tints of Tara #D6FED5
RGB
CMYK
RGB Variations
Color information
#D6FED5 (or 0xD6FED5) is known color: Tara. HEX triplet: D6, FE and D5. RGB value is (214,254,213). Sum of RGB (Red+Green+Blue) = 214+254+213=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FED5 is #29012A. Grayscale: #EDEDED. Windows color (decimal): -2687275 or 14024406. OLE color: 14024406.
HSL color Cylindrical-coordinate representation of color #D6FED5: hue angle of 118.54º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FED5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 213 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.00 |
| HSL | 118.54º | 0.95% | 0.92% | - |
| HSV(B) | 118.54º | 0.16% | 1% | - |
| XYZ | 75.18 | 89.98 | 76.36 | - |
| YUV | 237.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 213 | 0.16 | 0 | 0.16 | 0.00 | 118.54 | 0.95 | 0.92 |
| Hex | D6 | FE | D5 | 10 | 0 | 10 | 0 | 77 | 5F | 5C |
| Octal | 326 | 376 | 325 | 20 | 0 | 20 | 0 | 167 | 137 | 134 |
| Binary | 11010110 | 11111110 | 11010101 | 10000 | 0 | 10000 | 0 | 1110111 | 1011111 | 1011100 |
Color Harmonies of #D6FED5
Complementary color
Monochromatic Colors of #D6FED5
Black with #D6FED5
Text Example
Text Example
White with #D6FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FED5; }
p { color: rgb(214,254,213); }
H1.HeaderClassName
{
color: #D6FED5;
}
.AnyTagClassName
{
color: #D6FED5;
}
</style>
background-color css
<style>
a { background-color: #D6FED5; }
a { background-color: rgb(214,254,213); }
div.DivClassName
{
background-color: #D6FED5;
}
.BgClassName
{
background-color: #D6FED5;
}
</style>
border-color css
<style>
span { border-color: #D6FED5; }
span { border-color: rgb(214,254,213); }
td.TdClassName
{
border-color: #D6FED5;
}
.TagClassName
{
border-color: #D6FED5;
}
</style>