Shades of Zinnwaldite #E3BFB2
Tints of Zinnwaldite #E3BFB2
RGB
CMYK
RGB Variations
Color information
#E3BFB2 (or 0xE3BFB2) is known color: Zinnwaldite. HEX triplet: E3, BF and B2. RGB value is (227,191,178). Sum of RGB (Red+Green+Blue) = 227+191+178=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BFB2 is #1C404D. Grayscale: #C8C8C8. Windows color (decimal): -1851470 or 11714531. OLE color: 11714531.
HSL color Cylindrical-coordinate representation of color #E3BFB2: hue angle of 15.92º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BFB2 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 178 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.11 |
| HSL | 15.92º | 0.47% | 0.79% | - |
| HSV(B) | 15.92º | 0.22% | 0.89% | - |
| XYZ | 58.35 | 56.81 | 50.01 | - |
| YUV | 200.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 178 | 0 | 0.16 | 0.22 | 0.11 | 15.92 | 0.47 | 0.79 |
| Hex | E3 | BF | B2 | 0 | 10 | 16 | B | 10 | 2F | 4F |
| Octal | 343 | 277 | 262 | 0 | 20 | 26 | 13 | 20 | 57 | 117 |
| Binary | 11100011 | 10111111 | 10110010 | 0 | 10000 | 10110 | 1011 | 10000 | 101111 | 1001111 |
Color Harmonies of #E3BFB2
Complementary color
Monochromatic Colors of #E3BFB2
Black with #E3BFB2
Text Example
Text Example
White with #E3BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFB2; }
p { color: rgb(227,191,178); }
H1.HeaderClassName
{
color: #E3BFB2;
}
.AnyTagClassName
{
color: #E3BFB2;
}
</style>
background-color css
<style>
a { background-color: #E3BFB2; }
a { background-color: rgb(227,191,178); }
div.DivClassName
{
background-color: #E3BFB2;
}
.BgClassName
{
background-color: #E3BFB2;
}
</style>
border-color css
<style>
span { border-color: #E3BFB2; }
span { border-color: rgb(227,191,178); }
td.TdClassName
{
border-color: #E3BFB2;
}
.TagClassName
{
border-color: #E3BFB2;
}
</style>