Shades of Zinnwaldite #ECC1B2
Tints of Zinnwaldite #ECC1B2
RGB
CMYK
RGB Variations
Color information
#ECC1B2 (or 0xECC1B2) is known color: Zinnwaldite. HEX triplet: EC, C1 and B2. RGB value is (236,193,178). Sum of RGB (Red+Green+Blue) = 236+193+178=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1B2 is #133E4D. Grayscale: #CCCCCC. Windows color (decimal): -1261134 or 11715052. OLE color: 11715052.
HSL color Cylindrical-coordinate representation of color #ECC1B2: hue angle of 15.52º 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 #ECC1B2 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 193 | 178 | - |
CMYK | 0 | 0.18 | 0.25 | 0.07 |
HSL | 15.52º | 0.6% | 0.81% | - |
HSV(B) | 15.52º | 0.25% | 0.93% | - |
XYZ | 61.7 | 59.19 | 50.29 | - |
YUV | 204.15 | 113.25 | 150.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 193 | 178 | 0 | 0.18 | 0.25 | 0.07 | 15.52 | 0.6 | 0.81 |
Hex | EC | C1 | B2 | 0 | 12 | 19 | 7 | 10 | 3C | 51 |
Octal | 354 | 301 | 262 | 0 | 22 | 31 | 7 | 20 | 74 | 121 |
Binary | 11101100 | 11000001 | 10110010 | 0 | 10010 | 11001 | 111 | 10000 | 111100 | 1010001 |
Color Harmonies of #ECC1B2
Complementary color
Monochromatic Colors of #ECC1B2
Black with #ECC1B2
Text Example
Text Example
White with #ECC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1B2; }
p { color: rgb(236,193,178); }
H1.HeaderClassName
{
color: #ECC1B2;
}
.AnyTagClassName
{
color: #ECC1B2;
}
</style>
background-color css
<style>
a { background-color: #ECC1B2; }
a { background-color: rgb(236,193,178); }
div.DivClassName
{
background-color: #ECC1B2;
}
.BgClassName
{
background-color: #ECC1B2;
}
</style>
border-color css
<style>
span { border-color: #ECC1B2; }
span { border-color: rgb(236,193,178); }
td.TdClassName
{
border-color: #ECC1B2;
}
.TagClassName
{
border-color: #ECC1B2;
}
</style>