#E1BAEB

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

Shades of Mauve #E1BAEB

Tints of Mauve #E1BAEB

Color information

#E1BAEB (or 0xE1BAEB) is unknown color: approx Mauve. HEX triplet: E1, BA and EB. RGB value is (225,186,235). Sum of RGB (Red+Green+Blue) = 225+186+235=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAEB is #1E4514. Grayscale: #CBCBCB. Windows color (decimal): -1983765 or 15448801. OLE color: 15448801.

HSL color Cylindrical-coordinate representation of color #E1BAEB: hue angle of 287.76º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BAEB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225186235-
CMYK0.040.2100.08
HSL287.76º55.06%82.55%-
HSV(B)287.76º20.85%92.16%-
XYZ63.6157.1286.27-
YUV203.25145.92143.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=34.83%
G=28.79%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251862350.040.2100.08287.7655.0682.55
HexE1BAEB415081203753
Octal34127235342501044067123
Binary11100001101110101110101110010101010001001000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAEB; }

 p { color: rgb(225,186,235); }

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

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

 a { background-color: rgb(225,186,235); }

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

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

 span { border-color: rgb(225,186,235); }

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