#E2BAED

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

Shades of Mauve #E2BAED

Tints of Mauve #E2BAED

Color information

#E2BAED (or 0xE2BAED) is unknown color: approx Mauve. HEX triplet: E2, BA and ED. RGB value is (226,186,237). Sum of RGB (Red+Green+Blue) = 226+186+237=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAED is #1D4512. Grayscale: #CBCBCB. Windows color (decimal): -1918227 or 15579874. OLE color: 15579874.

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

Color convert

RGB226186237-
CMYK0.050.2200.07
HSL287.06º58.62%82.94%-
HSV(B)287.06º21.52%92.94%-
XYZ64.2157.487.82-
YUV203.77146.75143.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=34.82%
G=28.66%
B=36.52%

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
Decimal2261862370.050.2200.07287.0658.6282.94
HexE2BAED5160711f3b53
Octal3422723555260743773123
Binary1110001010111010111011011011011001111000111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAED; }

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

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

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

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

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

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

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

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