Shades of Zinnwaldite #ECC4B7
Tints of Zinnwaldite #ECC4B7
RGB
CMYK
RGB Variations
Color information
#ECC4B7 (or 0xECC4B7) is known color: Zinnwaldite. HEX triplet: EC, C4 and B7. RGB value is (236,196,183). Sum of RGB (Red+Green+Blue) = 236+196+183=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4B7 is #133B48. Grayscale: #CECECE. Windows color (decimal): -1260361 or 12043500. OLE color: 12043500.
HSL color Cylindrical-coordinate representation of color #ECC4B7: hue angle of 14.72º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC4B7 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 183 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.07 |
| HSL | 14.72º | 0.58% | 0.82% | - |
| HSV(B) | 14.72º | 0.22% | 0.93% | - |
| XYZ | 62.88 | 60.73 | 53.21 | - |
| YUV | 206.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 183 | 0 | 0.17 | 0.22 | 0.07 | 14.72 | 0.58 | 0.82 |
| Hex | EC | C4 | B7 | 0 | 11 | 16 | 7 | F | 3A | 52 |
| Octal | 354 | 304 | 267 | 0 | 21 | 26 | 7 | 17 | 72 | 122 |
| Binary | 11101100 | 11000100 | 10110111 | 0 | 10001 | 10110 | 111 | 1111 | 111010 | 1010010 |
Color Harmonies of #ECC4B7
Complementary color
Monochromatic Colors of #ECC4B7
Black with #ECC4B7
Text Example
Text Example
White with #ECC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4B7; }
p { color: rgb(236,196,183); }
H1.HeaderClassName
{
color: #ECC4B7;
}
.AnyTagClassName
{
color: #ECC4B7;
}
</style>
background-color css
<style>
a { background-color: #ECC4B7; }
a { background-color: rgb(236,196,183); }
div.DivClassName
{
background-color: #ECC4B7;
}
.BgClassName
{
background-color: #ECC4B7;
}
</style>
border-color css
<style>
span { border-color: #ECC4B7; }
span { border-color: rgb(236,196,183); }
td.TdClassName
{
border-color: #ECC4B7;
}
.TagClassName
{
border-color: #ECC4B7;
}
</style>