Shades of Zinnwaldite #ECC2B6
Tints of Zinnwaldite #ECC2B6
RGB
CMYK
RGB Variations
Color information
#ECC2B6 (or 0xECC2B6) is known color: Zinnwaldite. HEX triplet: EC, C2 and B6. RGB value is (236,194,182). Sum of RGB (Red+Green+Blue) = 236+194+182=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B6 is #133D49. Grayscale: #CDCDCD. Windows color (decimal): -1260874 or 11977452. OLE color: 11977452.
HSL color Cylindrical-coordinate representation of color #ECC2B6: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC2B6 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 182 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.07 |
| HSL | 13.33º | 0.59% | 0.82% | - |
| HSV(B) | 13.33º | 0.23% | 0.93% | - |
| XYZ | 62.33 | 59.79 | 52.51 | - |
| YUV | 205.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 182 | 0 | 0.18 | 0.23 | 0.07 | 13.33 | 0.59 | 0.82 |
| Hex | EC | C2 | B6 | 0 | 12 | 17 | 7 | D | 3B | 52 |
| Octal | 354 | 302 | 266 | 0 | 22 | 27 | 7 | 15 | 73 | 122 |
| Binary | 11101100 | 11000010 | 10110110 | 0 | 10010 | 10111 | 111 | 1101 | 111011 | 1010010 |
Color Harmonies of #ECC2B6
Complementary color
Monochromatic Colors of #ECC2B6
Black with #ECC2B6
Text Example
Text Example
White with #ECC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2B6; }
p { color: rgb(236,194,182); }
H1.HeaderClassName
{
color: #ECC2B6;
}
.AnyTagClassName
{
color: #ECC2B6;
}
</style>
background-color css
<style>
a { background-color: #ECC2B6; }
a { background-color: rgb(236,194,182); }
div.DivClassName
{
background-color: #ECC2B6;
}
.BgClassName
{
background-color: #ECC2B6;
}
</style>
border-color css
<style>
span { border-color: #ECC2B6; }
span { border-color: rgb(236,194,182); }
td.TdClassName
{
border-color: #ECC2B6;
}
.TagClassName
{
border-color: #ECC2B6;
}
</style>