Shades of Zinnwaldite #ECC1B5
Tints of Zinnwaldite #ECC1B5
RGB
CMYK
RGB Variations
Color information
#ECC1B5 (or 0xECC1B5) is known color: Zinnwaldite. HEX triplet: EC, C1 and B5. RGB value is (236,193,181). Sum of RGB (Red+Green+Blue) = 236+193+181=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B5 is #133E4A. Grayscale: #CCCCCC. Windows color (decimal): -1261131 or 11911660. OLE color: 11911660.
HSL color Cylindrical-coordinate representation of color #ECC1B5: hue angle of 13.09º 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 #ECC1B5 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 181 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.07 |
| HSL | 13.09º | 0.59% | 0.82% | - |
| HSV(B) | 13.09º | 0.23% | 0.93% | - |
| XYZ | 62 | 59.31 | 51.9 | - |
| YUV | 204.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 181 | 0 | 0.18 | 0.23 | 0.07 | 13.09 | 0.59 | 0.82 |
| Hex | EC | C1 | B5 | 0 | 12 | 17 | 7 | D | 3B | 52 |
| Octal | 354 | 301 | 265 | 0 | 22 | 27 | 7 | 15 | 73 | 122 |
| Binary | 11101100 | 11000001 | 10110101 | 0 | 10010 | 10111 | 111 | 1101 | 111011 | 1010010 |
Color Harmonies of #ECC1B5
Complementary color
Monochromatic Colors of #ECC1B5
Black with #ECC1B5
Text Example
Text Example
White with #ECC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1B5; }
p { color: rgb(236,193,181); }
H1.HeaderClassName
{
color: #ECC1B5;
}
.AnyTagClassName
{
color: #ECC1B5;
}
</style>
background-color css
<style>
a { background-color: #ECC1B5; }
a { background-color: rgb(236,193,181); }
div.DivClassName
{
background-color: #ECC1B5;
}
.BgClassName
{
background-color: #ECC1B5;
}
</style>
border-color css
<style>
span { border-color: #ECC1B5; }
span { border-color: rgb(236,193,181); }
td.TdClassName
{
border-color: #ECC1B5;
}
.TagClassName
{
border-color: #ECC1B5;
}
</style>