Shades of Zinnwaldite #E8BDAC
Tints of Zinnwaldite #E8BDAC
RGB
CMYK
RGB Variations
Color information
#E8BDAC (or 0xE8BDAC) is known color: Zinnwaldite. HEX triplet: E8, BD and AC. RGB value is (232,189,172). Sum of RGB (Red+Green+Blue) = 232+189+172=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAC is #174253. Grayscale: #C8C8C8. Windows color (decimal): -1524308 or 11320808. OLE color: 11320808.
HSL color Cylindrical-coordinate representation of color #E8BDAC: hue angle of 17º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BDAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 172 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.09 |
| HSL | 17º | 0.57% | 0.79% | - |
| HSV(B) | 17º | 0.26% | 0.91% | - |
| XYZ | 58.92 | 56.53 | 46.84 | - |
| YUV | 199.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 172 | 0 | 0.19 | 0.26 | 0.09 | 17 | 0.57 | 0.79 |
| Hex | E8 | BD | AC | 0 | 13 | 1A | 9 | 11 | 39 | 4F |
| Octal | 350 | 275 | 254 | 0 | 23 | 32 | 11 | 21 | 71 | 117 |
| Binary | 11101000 | 10111101 | 10101100 | 0 | 10011 | 11010 | 1001 | 10001 | 111001 | 1001111 |
Color Harmonies of #E8BDAC
Complementary color
Monochromatic Colors of #E8BDAC
Black with #E8BDAC
Text Example
Text Example
White with #E8BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDAC; }
p { color: rgb(232,189,172); }
H1.HeaderClassName
{
color: #E8BDAC;
}
.AnyTagClassName
{
color: #E8BDAC;
}
</style>
background-color css
<style>
a { background-color: #E8BDAC; }
a { background-color: rgb(232,189,172); }
div.DivClassName
{
background-color: #E8BDAC;
}
.BgClassName
{
background-color: #E8BDAC;
}
</style>
border-color css
<style>
span { border-color: #E8BDAC; }
span { border-color: rgb(232,189,172); }
td.TdClassName
{
border-color: #E8BDAC;
}
.TagClassName
{
border-color: #E8BDAC;
}
</style>