#E6BEAF

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

Shades of Zinnwaldite #E6BEAF

Tints of Zinnwaldite #E6BEAF

Color information

#E6BEAF (or 0xE6BEAF) is unknown color: approx Zinnwaldite. HEX triplet: E6, BE and AF. RGB value is (230,190,175). Sum of RGB (Red+Green+Blue) = 230+190+175=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BEAF is #194150. Grayscale: #C8C8C8. Windows color (decimal): -1655121 or 11517670. OLE color: 11517670.

HSL color Cylindrical-coordinate representation of color #E6BEAF: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BEAF is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230190175-
CMYK00.170.240.10
HSL16.36º52.38%79.41%-
HSV(B)16.36º23.91%90.2%-
XYZ58.7856.7548.41-
YUV200.25113.75149.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=38.66%
G=31.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019017500.170.240.1016.3652.3879.41
HexE6BEAF01118A10344f
Octal34627625702130122064117
Binary111001101011111010101111010001110001010100001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEAF; }

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

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

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

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

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

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

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

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