Shades of Zinnwaldite #ECC6B2
Tints of Zinnwaldite #ECC6B2
RGB
CMYK
RGB Variations
Color information
#ECC6B2 (or 0xECC6B2) is known color: Zinnwaldite. HEX triplet: EC, C6 and B2. RGB value is (236,198,178). Sum of RGB (Red+Green+Blue) = 236+198+178=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6B2 is #13394D. Grayscale: #CFCFCF. Windows color (decimal): -1259854 or 11716332. OLE color: 11716332.
HSL color Cylindrical-coordinate representation of color #ECC6B2: hue angle of 20.69º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC6B2 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 178 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.07 |
| HSL | 20.69º | 0.6% | 0.81% | - |
| HSV(B) | 20.69º | 0.25% | 0.93% | - |
| XYZ | 62.82 | 61.44 | 50.67 | - |
| YUV | 207.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 178 | 0 | 0.16 | 0.25 | 0.07 | 20.69 | 0.6 | 0.81 |
| Hex | EC | C6 | B2 | 0 | 10 | 19 | 7 | 15 | 3C | 51 |
| Octal | 354 | 306 | 262 | 0 | 20 | 31 | 7 | 25 | 74 | 121 |
| Binary | 11101100 | 11000110 | 10110010 | 0 | 10000 | 11001 | 111 | 10101 | 111100 | 1010001 |
Color Harmonies of #ECC6B2
Complementary color
Monochromatic Colors of #ECC6B2
Black with #ECC6B2
Text Example
Text Example
White with #ECC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6B2; }
p { color: rgb(236,198,178); }
H1.HeaderClassName
{
color: #ECC6B2;
}
.AnyTagClassName
{
color: #ECC6B2;
}
</style>
background-color css
<style>
a { background-color: #ECC6B2; }
a { background-color: rgb(236,198,178); }
div.DivClassName
{
background-color: #ECC6B2;
}
.BgClassName
{
background-color: #ECC6B2;
}
</style>
border-color css
<style>
span { border-color: #ECC6B2; }
span { border-color: rgb(236,198,178); }
td.TdClassName
{
border-color: #ECC6B2;
}
.TagClassName
{
border-color: #ECC6B2;
}
</style>