#E8BDAF

Color #E8BDAF Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #E8BDAF

Tints of Zinnwaldite #E8BDAF

Color information

#E8BDAF (or 0xE8BDAF) is unknown color: approx Zinnwaldite. HEX triplet: E8, BD and AF. RGB value is (232,189,175). Sum of RGB (Red+Green+Blue) = 232+189+175=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAF is #174250. Grayscale: #C8C8C8. Windows color (decimal): -1524305 or 11517416. OLE color: 11517416.

HSL color Cylindrical-coordinate representation of color #E8BDAF: hue angle of 14.74º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BDAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232189175-
CMYK00.190.250.09
HSL14.74º55.34%79.8%-
HSV(B)14.74º24.57%90.98%-
XYZ59.2156.6548.37-
YUV200.26113.75150.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=38.93%
G=31.71%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218917500.190.250.0914.7455.3479.8
HexE8BDAF013199f3750
Octal35027525702331111767120
Binary11101000101111011010111101001111001100111111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDAF; }

 p { color: rgb(232,189,175); }

 H1.HeaderClassName
 {
   color: #E8BDAF;
 }
 .AnyTagClassName
 {
   color: #E8BDAF;
 }
</style>
background-color css

<style>
 a { background-color: #E8BDAF; }

 a { background-color: rgb(232,189,175); }

 div.DivClassName
 {
   background-color: #E8BDAF;
 }
 .BgClassName
 {
   background-color: #E8BDAF;
 }
</style>
border-color css

<style>
 span { border-color: #E8BDAF; }

 span { border-color: rgb(232,189,175); }

 td.TdClassName
 {
   border-color: #E8BDAF;
 }
 .TagClassName
 {
   border-color: #E8BDAF;
 }
</style>