Shades of Zinnwaldite #ECC2B3
Tints of Zinnwaldite #ECC2B3
RGB
CMYK
RGB Variations
Color information
#ECC2B3 (or 0xECC2B3) is known color: Zinnwaldite. HEX triplet: EC, C2 and B3. RGB value is (236,194,179). Sum of RGB (Red+Green+Blue) = 236+194+179=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B3 is #133D4C. Grayscale: #CCCCCC. Windows color (decimal): -1260877 or 11780844. OLE color: 11780844.
HSL color Cylindrical-coordinate representation of color #ECC2B3: hue angle of 15.79º 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 #ECC2B3 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 179 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.07 |
| HSL | 15.79º | 0.6% | 0.81% | - |
| HSV(B) | 15.79º | 0.24% | 0.93% | - |
| XYZ | 62.02 | 59.67 | 50.9 | - |
| YUV | 204.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 179 | 0 | 0.18 | 0.24 | 0.07 | 15.79 | 0.6 | 0.81 |
| Hex | EC | C2 | B3 | 0 | 12 | 18 | 7 | 10 | 3C | 51 |
| Octal | 354 | 302 | 263 | 0 | 22 | 30 | 7 | 20 | 74 | 121 |
| Binary | 11101100 | 11000010 | 10110011 | 0 | 10010 | 11000 | 111 | 10000 | 111100 | 1010001 |
Color Harmonies of #ECC2B3
Complementary color
Monochromatic Colors of #ECC2B3
Black with #ECC2B3
Text Example
Text Example
White with #ECC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2B3; }
p { color: rgb(236,194,179); }
H1.HeaderClassName
{
color: #ECC2B3;
}
.AnyTagClassName
{
color: #ECC2B3;
}
</style>
background-color css
<style>
a { background-color: #ECC2B3; }
a { background-color: rgb(236,194,179); }
div.DivClassName
{
background-color: #ECC2B3;
}
.BgClassName
{
background-color: #ECC2B3;
}
</style>
border-color css
<style>
span { border-color: #ECC2B3; }
span { border-color: rgb(236,194,179); }
td.TdClassName
{
border-color: #ECC2B3;
}
.TagClassName
{
border-color: #ECC2B3;
}
</style>