Shades of Zinnwaldite #E7BBA8
Tints of Zinnwaldite #E7BBA8
RGB
CMYK
RGB Variations
Color information
#E7BBA8 (or 0xE7BBA8) is known color: Zinnwaldite. HEX triplet: E7, BB and A8. RGB value is (231,187,168). Sum of RGB (Red+Green+Blue) = 231+187+168=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBA8 is #184457. Grayscale: #C6C6C6. Windows color (decimal): -1590360 or 11058151. OLE color: 11058151.
HSL color Cylindrical-coordinate representation of color #E7BBA8: hue angle of 18.1º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BBA8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 168 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.09 |
| HSL | 18.1º | 0.57% | 0.78% | - |
| HSV(B) | 18.1º | 0.27% | 0.91% | - |
| XYZ | 57.79 | 55.36 | 44.68 | - |
| YUV | 197.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 168 | 0 | 0.19 | 0.27 | 0.09 | 18.1 | 0.57 | 0.78 |
| Hex | E7 | BB | A8 | 0 | 13 | 1B | 9 | 12 | 39 | 4E |
| Octal | 347 | 273 | 250 | 0 | 23 | 33 | 11 | 22 | 71 | 116 |
| Binary | 11100111 | 10111011 | 10101000 | 0 | 10011 | 11011 | 1001 | 10010 | 111001 | 1001110 |
Color Harmonies of #E7BBA8
Complementary color
Monochromatic Colors of #E7BBA8
Black with #E7BBA8
Text Example
Text Example
White with #E7BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBA8; }
p { color: rgb(231,187,168); }
H1.HeaderClassName
{
color: #E7BBA8;
}
.AnyTagClassName
{
color: #E7BBA8;
}
</style>
background-color css
<style>
a { background-color: #E7BBA8; }
a { background-color: rgb(231,187,168); }
div.DivClassName
{
background-color: #E7BBA8;
}
.BgClassName
{
background-color: #E7BBA8;
}
</style>
border-color css
<style>
span { border-color: #E7BBA8; }
span { border-color: rgb(231,187,168); }
td.TdClassName
{
border-color: #E7BBA8;
}
.TagClassName
{
border-color: #E7BBA8;
}
</style>