#E3BEAF

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

Shades of Zinnwaldite #E3BEAF

Tints of Zinnwaldite #E3BEAF

Color information

#E3BEAF (or 0xE3BEAF) is unknown color: approx Zinnwaldite. HEX triplet: E3, BE and AF. RGB value is (227,190,175). Sum of RGB (Red+Green+Blue) = 227+190+175=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BEAF is #1C4150. Grayscale: #C7C7C7. Windows color (decimal): -1851729 or 11517667. OLE color: 11517667.

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

Color convert

RGB227190175-
CMYK00.160.230.11
HSL17.31º48.15%78.82%-
HSV(B)17.31º22.91%89.02%-
XYZ57.8356.2548.37-
YUV199.35114.26147.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=38.34%
G=32.09%
B=29.56%

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
Decimal22719017500.160.230.1117.3148.1578.82
HexE3BEAF01017B11304f
Octal34327625702027132160117
Binary111000111011111010101111010000101111011100011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BEAF; }

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

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

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

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

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

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

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

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