#E1BAED

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

Shades of Mauve #E1BAED

Tints of Mauve #E1BAED

Color information

#E1BAED (or 0xE1BAED) is unknown color: approx Mauve. HEX triplet: E1, BA and ED. RGB value is (225,186,237). Sum of RGB (Red+Green+Blue) = 225+186+237=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAED is #1E4512. Grayscale: #CBCBCB. Windows color (decimal): -1983763 or 15579873. OLE color: 15579873.

HSL color Cylindrical-coordinate representation of color #E1BAED: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BAED is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225186237-
CMYK0.050.2200.07
HSL285.88º58.62%82.94%-
HSV(B)285.88º21.52%92.94%-
XYZ63.957.2487.8-
YUV203.48146.92143.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=34.72%
G=28.70%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251862370.050.2200.07285.8858.6282.94
HexE1BAED5160711e3b53
Octal3412723555260743673123
Binary1110000110111010111011011011011001111000111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAED; }

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

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

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

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

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

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

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

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