Shades of Zinnwaldite #E7BDA8
Tints of Zinnwaldite #E7BDA8
RGB
CMYK
RGB Variations
Color information
#E7BDA8 (or 0xE7BDA8) is known color: Zinnwaldite. HEX triplet: E7, BD and A8. RGB value is (231,189,168). Sum of RGB (Red+Green+Blue) = 231+189+168=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA8 is #184257. Grayscale: #C7C7C7. Windows color (decimal): -1589848 or 11058663. OLE color: 11058663.
HSL color Cylindrical-coordinate representation of color #E7BDA8: hue angle of 20º 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 #E7BDA8 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 168 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.09 |
| HSL | 20º | 0.57% | 0.78% | - |
| HSV(B) | 20º | 0.27% | 0.91% | - |
| XYZ | 58.22 | 56.21 | 44.83 | - |
| YUV | 199.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 168 | 0 | 0.18 | 0.27 | 0.09 | 20 | 0.57 | 0.78 |
| Hex | E7 | BD | A8 | 0 | 12 | 1B | 9 | 14 | 39 | 4E |
| Octal | 347 | 275 | 250 | 0 | 22 | 33 | 11 | 24 | 71 | 116 |
| Binary | 11100111 | 10111101 | 10101000 | 0 | 10010 | 11011 | 1001 | 10100 | 111001 | 1001110 |
Color Harmonies of #E7BDA8
Complementary color
Monochromatic Colors of #E7BDA8
Black with #E7BDA8
Text Example
Text Example
White with #E7BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDA8; }
p { color: rgb(231,189,168); }
H1.HeaderClassName
{
color: #E7BDA8;
}
.AnyTagClassName
{
color: #E7BDA8;
}
</style>
background-color css
<style>
a { background-color: #E7BDA8; }
a { background-color: rgb(231,189,168); }
div.DivClassName
{
background-color: #E7BDA8;
}
.BgClassName
{
background-color: #E7BDA8;
}
</style>
border-color css
<style>
span { border-color: #E7BDA8; }
span { border-color: rgb(231,189,168); }
td.TdClassName
{
border-color: #E7BDA8;
}
.TagClassName
{
border-color: #E7BDA8;
}
</style>