Shades of Zinnwaldite #E3BDAF
Tints of Zinnwaldite #E3BDAF
RGB
CMYK
RGB Variations
Color information
#E3BDAF (or 0xE3BDAF) is known color: Zinnwaldite. HEX triplet: E3, BD and AF. RGB value is (227,189,175). Sum of RGB (Red+Green+Blue) = 227+189+175=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDAF is #1C4250. Grayscale: #C6C6C6. Windows color (decimal): -1851985 or 11517411. OLE color: 11517411.
HSL color Cylindrical-coordinate representation of color #E3BDAF: hue angle of 16.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BDAF is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 175 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.11 |
| HSL | 16.15º | 0.48% | 0.79% | - |
| HSV(B) | 16.15º | 0.23% | 0.89% | - |
| XYZ | 57.61 | 55.82 | 48.3 | - |
| YUV | 198.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 175 | 0 | 0.17 | 0.23 | 0.11 | 16.15 | 0.48 | 0.79 |
| Hex | E3 | BD | AF | 0 | 11 | 17 | B | 10 | 30 | 4F |
| Octal | 343 | 275 | 257 | 0 | 21 | 27 | 13 | 20 | 60 | 117 |
| Binary | 11100011 | 10111101 | 10101111 | 0 | 10001 | 10111 | 1011 | 10000 | 110000 | 1001111 |
Color Harmonies of #E3BDAF
Complementary color
Monochromatic Colors of #E3BDAF
Black with #E3BDAF
Text Example
Text Example
White with #E3BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDAF; }
p { color: rgb(227,189,175); }
H1.HeaderClassName
{
color: #E3BDAF;
}
.AnyTagClassName
{
color: #E3BDAF;
}
</style>
background-color css
<style>
a { background-color: #E3BDAF; }
a { background-color: rgb(227,189,175); }
div.DivClassName
{
background-color: #E3BDAF;
}
.BgClassName
{
background-color: #E3BDAF;
}
</style>
border-color css
<style>
span { border-color: #E3BDAF; }
span { border-color: rgb(227,189,175); }
td.TdClassName
{
border-color: #E3BDAF;
}
.TagClassName
{
border-color: #E3BDAF;
}
</style>