Shades of Zinnwaldite #ECBFAF
Tints of Zinnwaldite #ECBFAF
RGB
CMYK
RGB Variations
Color information
#ECBFAF (or 0xECBFAF) is known color: Zinnwaldite. HEX triplet: EC, BF and AF. RGB value is (236,191,175). Sum of RGB (Red+Green+Blue) = 236+191+175=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFAF is #134050. Grayscale: #CACACA. Windows color (decimal): -1261649 or 11517932. OLE color: 11517932.
HSL color Cylindrical-coordinate representation of color #ECBFAF: hue angle of 15.74º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBFAF is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 175 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.07 |
| HSL | 15.74º | 0.62% | 0.81% | - |
| HSV(B) | 15.74º | 0.26% | 0.93% | - |
| XYZ | 60.96 | 58.19 | 48.58 | - |
| YUV | 202.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 175 | 0 | 0.19 | 0.26 | 0.07 | 15.74 | 0.62 | 0.81 |
| Hex | EC | BF | AF | 0 | 13 | 1A | 7 | 10 | 3E | 51 |
| Octal | 354 | 277 | 257 | 0 | 23 | 32 | 7 | 20 | 76 | 121 |
| Binary | 11101100 | 10111111 | 10101111 | 0 | 10011 | 11010 | 111 | 10000 | 111110 | 1010001 |
Color Harmonies of #ECBFAF
Complementary color
Monochromatic Colors of #ECBFAF
Black with #ECBFAF
Text Example
Text Example
White with #ECBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFAF; }
p { color: rgb(236,191,175); }
H1.HeaderClassName
{
color: #ECBFAF;
}
.AnyTagClassName
{
color: #ECBFAF;
}
</style>
background-color css
<style>
a { background-color: #ECBFAF; }
a { background-color: rgb(236,191,175); }
div.DivClassName
{
background-color: #ECBFAF;
}
.BgClassName
{
background-color: #ECBFAF;
}
</style>
border-color css
<style>
span { border-color: #ECBFAF; }
span { border-color: rgb(236,191,175); }
td.TdClassName
{
border-color: #ECBFAF;
}
.TagClassName
{
border-color: #ECBFAF;
}
</style>