Shades of Zinnwaldite #ECC4B5
Tints of Zinnwaldite #ECC4B5
RGB
CMYK
RGB Variations
Color information
#ECC4B5 (or 0xECC4B5) is known color: Zinnwaldite. HEX triplet: EC, C4 and B5. RGB value is (236,196,181). Sum of RGB (Red+Green+Blue) = 236+196+181=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4B5 is #133B4A. Grayscale: #CECECE. Windows color (decimal): -1260363 or 11912428. OLE color: 11912428.
HSL color Cylindrical-coordinate representation of color #ECC4B5: hue angle of 16.36º 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 #ECC4B5 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 181 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.07 |
| HSL | 16.36º | 0.59% | 0.82% | - |
| HSV(B) | 16.36º | 0.23% | 0.93% | - |
| XYZ | 62.67 | 60.65 | 52.12 | - |
| YUV | 206.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 181 | 0 | 0.17 | 0.23 | 0.07 | 16.36 | 0.59 | 0.82 |
| Hex | EC | C4 | B5 | 0 | 11 | 17 | 7 | 10 | 3B | 52 |
| Octal | 354 | 304 | 265 | 0 | 21 | 27 | 7 | 20 | 73 | 122 |
| Binary | 11101100 | 11000100 | 10110101 | 0 | 10001 | 10111 | 111 | 10000 | 111011 | 1010010 |
Color Harmonies of #ECC4B5
Complementary color
Monochromatic Colors of #ECC4B5
Black with #ECC4B5
Text Example
Text Example
White with #ECC4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4B5; }
p { color: rgb(236,196,181); }
H1.HeaderClassName
{
color: #ECC4B5;
}
.AnyTagClassName
{
color: #ECC4B5;
}
</style>
background-color css
<style>
a { background-color: #ECC4B5; }
a { background-color: rgb(236,196,181); }
div.DivClassName
{
background-color: #ECC4B5;
}
.BgClassName
{
background-color: #ECC4B5;
}
</style>
border-color css
<style>
span { border-color: #ECC4B5; }
span { border-color: rgb(236,196,181); }
td.TdClassName
{
border-color: #ECC4B5;
}
.TagClassName
{
border-color: #ECC4B5;
}
</style>