Shades of Zinnwaldite #ECC3B6
Tints of Zinnwaldite #ECC3B6
RGB
CMYK
RGB Variations
Color information
#ECC3B6 (or 0xECC3B6) is known color: Zinnwaldite. HEX triplet: EC, C3 and B6. RGB value is (236,195,182). Sum of RGB (Red+Green+Blue) = 236+195+182=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3B6 is #133C49. Grayscale: #CDCDCD. Windows color (decimal): -1260618 or 11977708. OLE color: 11977708.
HSL color Cylindrical-coordinate representation of color #ECC3B6: hue angle of 14.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC3B6 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 195 | 182 | - |
CMYK | 0 | 0.17 | 0.23 | 0.07 |
HSL | 14.44º | 0.59% | 0.82% | - |
HSV(B) | 14.44º | 0.23% | 0.93% | - |
XYZ | 62.55 | 60.24 | 52.59 | - |
YUV | 205.78 | 114.58 | 149.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 195 | 182 | 0 | 0.17 | 0.23 | 0.07 | 14.44 | 0.59 | 0.82 |
Hex | EC | C3 | B6 | 0 | 11 | 17 | 7 | E | 3B | 52 |
Octal | 354 | 303 | 266 | 0 | 21 | 27 | 7 | 16 | 73 | 122 |
Binary | 11101100 | 11000011 | 10110110 | 0 | 10001 | 10111 | 111 | 1110 | 111011 | 1010010 |
Color Harmonies of #ECC3B6
Complementary color
Monochromatic Colors of #ECC3B6
Black with #ECC3B6
Text Example
Text Example
White with #ECC3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3B6; }
p { color: rgb(236,195,182); }
H1.HeaderClassName
{
color: #ECC3B6;
}
.AnyTagClassName
{
color: #ECC3B6;
}
</style>
background-color css
<style>
a { background-color: #ECC3B6; }
a { background-color: rgb(236,195,182); }
div.DivClassName
{
background-color: #ECC3B6;
}
.BgClassName
{
background-color: #ECC3B6;
}
</style>
border-color css
<style>
span { border-color: #ECC3B6; }
span { border-color: rgb(236,195,182); }
td.TdClassName
{
border-color: #ECC3B6;
}
.TagClassName
{
border-color: #ECC3B6;
}
</style>