#E3BAED

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

Shades of Mauve #E3BAED

Tints of Mauve #E3BAED

Color information

#E3BAED (or 0xE3BAED) is unknown color: approx Mauve. HEX triplet: E3, BA and ED. RGB value is (227,186,237). Sum of RGB (Red+Green+Blue) = 227+186+237=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAED is #1C4512. Grayscale: #CBCBCB. Windows color (decimal): -1852691 or 15579875. OLE color: 15579875.

HSL color Cylindrical-coordinate representation of color #E3BAED: hue angle of 288.24º 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 #E3BAED is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227186237-
CMYK0.040.2200.07
HSL288.24º58.62%82.94%-
HSV(B)288.24º21.52%92.94%-
XYZ64.5257.5687.83-
YUV204.07146.58144.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.92%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=34.92%
G=28.62%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271862370.040.2200.07288.2458.6282.94
HexE3BAED416071203b53
Octal3432723554260744073123
Binary1110001110111010111011011001011001111001000001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAED; }

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

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

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

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

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

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

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

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