Shades of Zinnwaldite #ECBBA8
Tints of Zinnwaldite #ECBBA8
RGB
CMYK
RGB Variations
Color information
#ECBBA8 (or 0xECBBA8) is known color: Zinnwaldite. HEX triplet: EC, BB and A8. RGB value is (236,187,168). Sum of RGB (Red+Green+Blue) = 236+187+168=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA8 is #134457. Grayscale: #C7C7C7. Windows color (decimal): -1262680 or 11058156. OLE color: 11058156.
HSL color Cylindrical-coordinate representation of color #ECBBA8: hue angle of 16.76º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECBBA8 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 168 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.07 |
| HSL | 16.76º | 0.64% | 0.79% | - |
| HSV(B) | 16.76º | 0.29% | 0.93% | - |
| XYZ | 59.43 | 56.2 | 44.76 | - |
| YUV | 199.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 168 | 0 | 0.21 | 0.29 | 0.07 | 16.76 | 0.64 | 0.79 |
| Hex | EC | BB | A8 | 0 | 15 | 1D | 7 | 11 | 40 | 4F |
| Octal | 354 | 273 | 250 | 0 | 25 | 35 | 7 | 21 | 100 | 117 |
| Binary | 11101100 | 10111011 | 10101000 | 0 | 10101 | 11101 | 111 | 10001 | 1000000 | 1001111 |
Color Harmonies of #ECBBA8
Complementary color
Monochromatic Colors of #ECBBA8
Black with #ECBBA8
Text Example
Text Example
White with #ECBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBA8; }
p { color: rgb(236,187,168); }
H1.HeaderClassName
{
color: #ECBBA8;
}
.AnyTagClassName
{
color: #ECBBA8;
}
</style>
background-color css
<style>
a { background-color: #ECBBA8; }
a { background-color: rgb(236,187,168); }
div.DivClassName
{
background-color: #ECBBA8;
}
.BgClassName
{
background-color: #ECBBA8;
}
</style>
border-color css
<style>
span { border-color: #ECBBA8; }
span { border-color: rgb(236,187,168); }
td.TdClassName
{
border-color: #ECBBA8;
}
.TagClassName
{
border-color: #ECBBA8;
}
</style>