#E2BAEC

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

Shades of Mauve #E2BAEC

Tints of Mauve #E2BAEC

Color information

#E2BAEC (or 0xE2BAEC) is unknown color: approx Mauve. HEX triplet: E2, BA and EC. RGB value is (226,186,236). Sum of RGB (Red+Green+Blue) = 226+186+236=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEC is #1D4513. Grayscale: #CBCBCB. Windows color (decimal): -1918228 or 15514338. OLE color: 15514338.

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

Color convert

RGB226186236-
CMYK0.040.2100.07
HSL288º56.82%82.75%-
HSV(B)288º21.19%92.55%-
XYZ64.0657.3487.05-
YUV203.66146.25143.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=34.88%
G=28.70%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261862360.040.2100.0728856.8282.75
HexE2BAEC415071203953
Octal3422723544250744071123
Binary1110001010111010111011001001010101111001000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAEC; }

 p { color: rgb(226,186,236); }

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

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

 a { background-color: rgb(226,186,236); }

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

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

 span { border-color: rgb(226,186,236); }

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