#E4BAED

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

Shades of Mauve #E4BAED

Tints of Mauve #E4BAED

Color information

#E4BAED (or 0xE4BAED) is unknown color: approx Mauve. HEX triplet: E4, BA and ED. RGB value is (228,186,237). Sum of RGB (Red+Green+Blue) = 228+186+237=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAED is #1B4512. Grayscale: #CCCCCC. Windows color (decimal): -1787155 or 15579876. OLE color: 15579876.

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

Color convert

RGB228186237-
CMYK0.040.2200.07
HSL289.41º58.62%82.94%-
HSV(B)289.41º21.52%92.94%-
XYZ64.8457.7387.85-
YUV204.37146.41144.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=35.02%
G=28.57%
B=36.41%

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
Decimal2281862370.040.2200.07289.4158.6282.94
HexE4BAED416071213b53
Octal3442723554260744173123
Binary1110010010111010111011011001011001111001000011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAED; }

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

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

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

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

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

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

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

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