Shades of Zinnwaldite #ECBDA6
Tints of Zinnwaldite #ECBDA6
RGB
CMYK
RGB Variations
Color information
#ECBDA6 (or 0xECBDA6) is known color: Zinnwaldite. HEX triplet: EC, BD and A6. RGB value is (236,189,166). Sum of RGB (Red+Green+Blue) = 236+189+166=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA6 is #134259. Grayscale: #C8C8C8. Windows color (decimal): -1262170 or 10927596. OLE color: 10927596.
HSL color Cylindrical-coordinate representation of color #ECBDA6: hue angle of 19.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECBDA6 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 166 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.07 |
| HSL | 19.71º | 0.65% | 0.79% | - |
| HSV(B) | 19.71º | 0.3% | 0.93% | - |
| XYZ | 59.67 | 56.98 | 43.93 | - |
| YUV | 200.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 166 | 0 | 0.20 | 0.30 | 0.07 | 19.71 | 0.65 | 0.79 |
| Hex | EC | BD | A6 | 0 | 14 | 1E | 7 | 14 | 41 | 4F |
| Octal | 354 | 275 | 246 | 0 | 24 | 36 | 7 | 24 | 101 | 117 |
| Binary | 11101100 | 10111101 | 10100110 | 0 | 10100 | 11110 | 111 | 10100 | 1000001 | 1001111 |
Color Harmonies of #ECBDA6
Complementary color
Monochromatic Colors of #ECBDA6
Black with #ECBDA6
Text Example
Text Example
White with #ECBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDA6; }
p { color: rgb(236,189,166); }
H1.HeaderClassName
{
color: #ECBDA6;
}
.AnyTagClassName
{
color: #ECBDA6;
}
</style>
background-color css
<style>
a { background-color: #ECBDA6; }
a { background-color: rgb(236,189,166); }
div.DivClassName
{
background-color: #ECBDA6;
}
.BgClassName
{
background-color: #ECBDA6;
}
</style>
border-color css
<style>
span { border-color: #ECBDA6; }
span { border-color: rgb(236,189,166); }
td.TdClassName
{
border-color: #ECBDA6;
}
.TagClassName
{
border-color: #ECBDA6;
}
</style>