Shades of Tara #D6ECD5
Tints of Tara #D6ECD5
RGB
CMYK
RGB Variations
Color information
#D6ECD5 (or 0xD6ECD5) is known color: Tara. HEX triplet: D6, EC and D5. RGB value is (214,236,213). Sum of RGB (Red+Green+Blue) = 214+236+213=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD5 is #29132A. Grayscale: #E2E2E2. Windows color (decimal): -2691883 or 14019798. OLE color: 14019798.
HSL color Cylindrical-coordinate representation of color #D6ECD5: hue angle of 117.39º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6ECD5 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 213 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.07 |
| HSL | 117.39º | 0.38% | 0.88% | - |
| HSV(B) | 117.39º | 0.1% | 0.93% | - |
| XYZ | 69.74 | 79.09 | 74.54 | - |
| YUV | 226.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 213 | 0.09 | 0 | 0.10 | 0.07 | 117.39 | 0.38 | 0.88 |
| Hex | D6 | EC | D5 | 9 | 0 | A | 7 | 75 | 26 | 58 |
| Octal | 326 | 354 | 325 | 11 | 0 | 12 | 7 | 165 | 46 | 130 |
| Binary | 11010110 | 11101100 | 11010101 | 1001 | 0 | 1010 | 111 | 1110101 | 100110 | 1011000 |
Color Harmonies of #D6ECD5
Complementary color
Monochromatic Colors of #D6ECD5
Black with #D6ECD5
Text Example
Text Example
White with #D6ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECD5; }
p { color: rgb(214,236,213); }
H1.HeaderClassName
{
color: #D6ECD5;
}
.AnyTagClassName
{
color: #D6ECD5;
}
</style>
background-color css
<style>
a { background-color: #D6ECD5; }
a { background-color: rgb(214,236,213); }
div.DivClassName
{
background-color: #D6ECD5;
}
.BgClassName
{
background-color: #D6ECD5;
}
</style>
border-color css
<style>
span { border-color: #D6ECD5; }
span { border-color: rgb(214,236,213); }
td.TdClassName
{
border-color: #D6ECD5;
}
.TagClassName
{
border-color: #D6ECD5;
}
</style>