Shades of Zinnwaldite #E9BDB0
Tints of Zinnwaldite #E9BDB0
RGB
CMYK
RGB Variations
Color information
#E9BDB0 (or 0xE9BDB0) is known color: Zinnwaldite. HEX triplet: E9, BD and B0. RGB value is (233,189,176). Sum of RGB (Red+Green+Blue) = 233+189+176=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDB0 is #16424F. Grayscale: #C8C8C8. Windows color (decimal): -1458768 or 11582953. OLE color: 11582953.
HSL color Cylindrical-coordinate representation of color #E9BDB0: hue angle of 13.68º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BDB0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 176 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.09 |
| HSL | 13.68º | 0.56% | 0.8% | - |
| HSV(B) | 13.68º | 0.24% | 0.91% | - |
| XYZ | 59.64 | 56.85 | 48.9 | - |
| YUV | 200.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 176 | 0 | 0.19 | 0.24 | 0.09 | 13.68 | 0.56 | 0.8 |
| Hex | E9 | BD | B0 | 0 | 13 | 18 | 9 | E | 38 | 50 |
| Octal | 351 | 275 | 260 | 0 | 23 | 30 | 11 | 16 | 70 | 120 |
| Binary | 11101001 | 10111101 | 10110000 | 0 | 10011 | 11000 | 1001 | 1110 | 111000 | 1010000 |
Color Harmonies of #E9BDB0
Complementary color
Monochromatic Colors of #E9BDB0
Black with #E9BDB0
Text Example
Text Example
White with #E9BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDB0; }
p { color: rgb(233,189,176); }
H1.HeaderClassName
{
color: #E9BDB0;
}
.AnyTagClassName
{
color: #E9BDB0;
}
</style>
background-color css
<style>
a { background-color: #E9BDB0; }
a { background-color: rgb(233,189,176); }
div.DivClassName
{
background-color: #E9BDB0;
}
.BgClassName
{
background-color: #E9BDB0;
}
</style>
border-color css
<style>
span { border-color: #E9BDB0; }
span { border-color: rgb(233,189,176); }
td.TdClassName
{
border-color: #E9BDB0;
}
.TagClassName
{
border-color: #E9BDB0;
}
</style>