#E5BAFF

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

Shades of Mauve #E5BAFF

Tints of Mauve #E5BAFF

Color information

#E5BAFF (or 0xE5BAFF) is unknown color: approx Mauve. HEX triplet: E5, BA and FF. RGB value is (229,186,255). Sum of RGB (Red+Green+Blue) = 229+186+255=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFF is #1A4500. Grayscale: #CECECE. Windows color (decimal): -1721601 or 16759525. OLE color: 16759525.

HSL color Cylindrical-coordinate representation of color #E5BAFF: hue angle of 277.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BAFF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229186255-
CMYK0.100.2700
HSL277.39º100%86.47%-
HSV(B)277.39º27.06%100%-
XYZ67.9259102.42-
YUV206.72155.25143.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 255 (100% from 255) = 38.06%
R=34.18%
G=27.76%
B=38.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291862550.100.2700277.3910086.47
HexE5BAFFA1B001156456
Octal345272377123300425144126
Binary1110010110111010111111111010110110010001010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAFF; }

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

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

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

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

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

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

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

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