#E5BAEF

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

Shades of Mauve #E5BAEF

Tints of Mauve #E5BAEF

Color information

#E5BAEF (or 0xE5BAEF) is unknown color: approx Mauve. HEX triplet: E5, BA and EF. RGB value is (229,186,239). Sum of RGB (Red+Green+Blue) = 229+186+239=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEF is #1A4510. Grayscale: #CCCCCC. Windows color (decimal): -1721617 or 15710949. OLE color: 15710949.

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

Color convert

RGB229186239-
CMYK0.040.2200.06
HSL288.68º62.35%83.33%-
HSV(B)288.68º22.18%93.73%-
XYZ65.4558.0189.41-
YUV204.9147.25145.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=35.02%
G=28.44%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291862390.040.2200.06288.6862.3583.33
HexE5BAEF416061213e53
Octal3452723574260644176123
Binary1110010110111010111011111001011001101001000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAEF; }

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

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

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

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

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

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

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

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