Shades of Zinnwaldite #ECC4B3
Tints of Zinnwaldite #ECC4B3
RGB
CMYK
RGB Variations
Color information
#ECC4B3 (or 0xECC4B3) is known color: Zinnwaldite. HEX triplet: EC, C4 and B3. RGB value is (236,196,179). Sum of RGB (Red+Green+Blue) = 236+196+179=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4B3 is #133B4C. Grayscale: #CECECE. Windows color (decimal): -1260365 or 11781356. OLE color: 11781356.
HSL color Cylindrical-coordinate representation of color #ECC4B3: hue angle of 17.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC4B3 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 179 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.07 |
| HSL | 17.89º | 0.6% | 0.81% | - |
| HSV(B) | 17.89º | 0.24% | 0.93% | - |
| XYZ | 62.47 | 60.57 | 51.05 | - |
| YUV | 206.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 179 | 0 | 0.17 | 0.24 | 0.07 | 17.89 | 0.6 | 0.81 |
| Hex | EC | C4 | B3 | 0 | 11 | 18 | 7 | 12 | 3C | 51 |
| Octal | 354 | 304 | 263 | 0 | 21 | 30 | 7 | 22 | 74 | 121 |
| Binary | 11101100 | 11000100 | 10110011 | 0 | 10001 | 11000 | 111 | 10010 | 111100 | 1010001 |
Color Harmonies of #ECC4B3
Complementary color
Monochromatic Colors of #ECC4B3
Black with #ECC4B3
Text Example
Text Example
White with #ECC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4B3; }
p { color: rgb(236,196,179); }
H1.HeaderClassName
{
color: #ECC4B3;
}
.AnyTagClassName
{
color: #ECC4B3;
}
</style>
background-color css
<style>
a { background-color: #ECC4B3; }
a { background-color: rgb(236,196,179); }
div.DivClassName
{
background-color: #ECC4B3;
}
.BgClassName
{
background-color: #ECC4B3;
}
</style>
border-color css
<style>
span { border-color: #ECC4B3; }
span { border-color: rgb(236,196,179); }
td.TdClassName
{
border-color: #ECC4B3;
}
.TagClassName
{
border-color: #ECC4B3;
}
</style>