#E4BAEF

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

Shades of Mauve #E4BAEF

Tints of Mauve #E4BAEF

Color information

#E4BAEF (or 0xE4BAEF) is unknown color: approx Mauve. HEX triplet: E4, BA and EF. RGB value is (228,186,239). Sum of RGB (Red+Green+Blue) = 228+186+239=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAEF is #1B4510. Grayscale: #CCCCCC. Windows color (decimal): -1787153 or 15710948. OLE color: 15710948.

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

Color convert

RGB228186239-
CMYK0.050.2200.06
HSL287.55º62.35%83.33%-
HSV(B)287.55º22.18%93.73%-
XYZ65.1357.8489.39-
YUV204.6147.41144.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=34.92%
G=28.48%
B=36.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281862390.050.2200.06287.5562.3583.33
HexE4BAEF516061203e53
Octal3442723575260644076123
Binary1110010010111010111011111011011001101001000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAEF; }

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

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

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

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

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

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

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

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