#E1BAFF

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

Shades of Mauve #E1BAFF

Tints of Mauve #E1BAFF

Color information

#E1BAFF (or 0xE1BAFF) is unknown color: approx Mauve. HEX triplet: E1, BA and FF. RGB value is (225,186,255). Sum of RGB (Red+Green+Blue) = 225+186+255=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFF is #1E4500. Grayscale: #CDCDCD. Windows color (decimal): -1983745 or 16759521. OLE color: 16759521.

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

Color convert

RGB225186255-
CMYK0.120.2700
HSL273.91º100%86.47%-
HSV(B)273.91º27.06%100%-
XYZ66.6658.35102.36-
YUV205.53155.92141.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 255 (100% from 255) = 38.29%
R=33.78%
G=27.93%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251862550.120.2700273.9110086.47
HexE1BAFFC1B001126456
Octal341272377143300422144126
Binary1110000110111010111111111100110110010001001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAFF; }

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

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

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

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

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

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

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

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