#E1BAEF

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

Shades of Mauve #E1BAEF

Tints of Mauve #E1BAEF

Color information

#E1BAEF (or 0xE1BAEF) is unknown color: approx Mauve. HEX triplet: E1, BA and EF. RGB value is (225,186,239). Sum of RGB (Red+Green+Blue) = 225+186+239=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAEF is #1E4510. Grayscale: #CBCBCB. Windows color (decimal): -1983761 or 15710945. OLE color: 15710945.

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

Color convert

RGB225186239-
CMYK0.060.2200.06
HSL284.15º62.35%83.33%-
HSV(B)284.15º22.18%93.73%-
XYZ64.1957.3689.35-
YUV203.7147.92143.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=34.62%
G=28.62%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251862390.060.2200.06284.1562.3583.33
HexE1BAEF6160611c3e53
Octal3412723576260643476123
Binary1110000110111010111011111101011001101000111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAEF; }

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

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

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

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

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

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

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

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