#E1BEFB

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

Shades of Mauve #E1BEFB

Tints of Mauve #E1BEFB

Color information

#E1BEFB (or 0xE1BEFB) is unknown color: approx Mauve. HEX triplet: E1, BE and FB. RGB value is (225,190,251). Sum of RGB (Red+Green+Blue) = 225+190+251=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEFB is #1E4104. Grayscale: #CFCFCF. Windows color (decimal): -1982725 or 16498401. OLE color: 16498401.

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

Color convert

RGB225190251-
CMYK0.100.2400.02
HSL274.43º88.41%86.47%-
HSV(B)274.43º24.3%98.43%-
XYZ66.8859.899.28-
YUV207.42152.6140.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=33.78%
G=28.53%
B=37.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251902510.100.2400.02274.4388.4186.47
HexE1BEFBA18021125856
Octal341276373123002422130126
Binary11100001101111101111101110101100001010001001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEFB; }

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

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

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

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

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

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

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

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