#E1BAFB

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

Shades of Mauve #E1BAFB

Tints of Mauve #E1BAFB

Color information

#E1BAFB (or 0xE1BAFB) is unknown color: approx Mauve. HEX triplet: E1, BA and FB. RGB value is (225,186,251). Sum of RGB (Red+Green+Blue) = 225+186+251=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFB is #1E4504. Grayscale: #CCCCCC. Windows color (decimal): -1983749 or 16497377. OLE color: 16497377.

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

Color convert

RGB225186251-
CMYK0.100.2600.02
HSL276º89.04%85.69%-
HSV(B)276º25.9%98.43%-
XYZ66.0258.0999-
YUV205.07153.92142.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=33.99%
G=28.10%
B=37.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251862510.100.2600.0227689.0485.69
HexE1BAFBA1A021145956
Octal341272373123202424131126
Binary11100001101110101111101110101101001010001010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAFB; }

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

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

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

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

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

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

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

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