Shades of Zinnwaldite #ECBFB0
Tints of Zinnwaldite #ECBFB0
RGB
CMYK
RGB Variations
Color information
#ECBFB0 (or 0xECBFB0) is known color: Zinnwaldite. HEX triplet: EC, BF and B0. RGB value is (236,191,176). Sum of RGB (Red+Green+Blue) = 236+191+176=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFB0 is #13404F. Grayscale: #CACACA. Windows color (decimal): -1261648 or 11583468. OLE color: 11583468.
HSL color Cylindrical-coordinate representation of color #ECBFB0: hue angle of 15º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBFB0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 176 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 15º | 0.61% | 0.81% | - |
| HSV(B) | 15º | 0.25% | 0.93% | - |
| XYZ | 61.06 | 58.23 | 49.1 | - |
| YUV | 202.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 176 | 0 | 0.19 | 0.25 | 0.07 | 15 | 0.61 | 0.81 |
| Hex | EC | BF | B0 | 0 | 13 | 19 | 7 | F | 3D | 51 |
| Octal | 354 | 277 | 260 | 0 | 23 | 31 | 7 | 17 | 75 | 121 |
| Binary | 11101100 | 10111111 | 10110000 | 0 | 10011 | 11001 | 111 | 1111 | 111101 | 1010001 |
Color Harmonies of #ECBFB0
Complementary color
Monochromatic Colors of #ECBFB0
Black with #ECBFB0
Text Example
Text Example
White with #ECBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFB0; }
p { color: rgb(236,191,176); }
H1.HeaderClassName
{
color: #ECBFB0;
}
.AnyTagClassName
{
color: #ECBFB0;
}
</style>
background-color css
<style>
a { background-color: #ECBFB0; }
a { background-color: rgb(236,191,176); }
div.DivClassName
{
background-color: #ECBFB0;
}
.BgClassName
{
background-color: #ECBFB0;
}
</style>
border-color css
<style>
span { border-color: #ECBFB0; }
span { border-color: rgb(236,191,176); }
td.TdClassName
{
border-color: #ECBFB0;
}
.TagClassName
{
border-color: #ECBFB0;
}
</style>