#E3BFAF

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

Shades of Zinnwaldite #E3BFAF

Tints of Zinnwaldite #E3BFAF

Color information

#E3BFAF (or 0xE3BFAF) is unknown color: approx Zinnwaldite. HEX triplet: E3, BF and AF. RGB value is (227,191,175). Sum of RGB (Red+Green+Blue) = 227+191+175=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BFAF is #1C4050. Grayscale: #C8C8C8. Windows color (decimal): -1851473 or 11517923. OLE color: 11517923.

HSL color Cylindrical-coordinate representation of color #E3BFAF: hue angle of 18.46º 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 #E3BFAF is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227191175-
CMYK00.160.230.11
HSL18.46º48.15%78.82%-
HSV(B)18.46º22.91%89.02%-
XYZ58.0556.6948.44-
YUV199.94113.93147.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.28%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=38.28%
G=32.21%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719117500.160.230.1118.4648.1578.82
HexE3BFAF01017B12304f
Octal34327725702027132260117
Binary111000111011111110101111010000101111011100101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFAF; }

 p { color: rgb(227,191,175); }

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

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

 a { background-color: rgb(227,191,175); }

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

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

 span { border-color: rgb(227,191,175); }

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