#E1BDFB

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

Shades of Mauve #E1BDFB

Tints of Mauve #E1BDFB

Color information

#E1BDFB (or 0xE1BDFB) is unknown color: approx Mauve. HEX triplet: E1, BD and FB. RGB value is (225,189,251). Sum of RGB (Red+Green+Blue) = 225+189+251=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFB is #1E4204. Grayscale: #CECECE. Windows color (decimal): -1982981 or 16498145. OLE color: 16498145.

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

Color convert

RGB225189251-
CMYK0.100.2500.02
HSL274.84º88.57%86.27%-
HSV(B)274.84º24.7%98.43%-
XYZ66.6659.3799.21-
YUV206.83152.93140.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=33.83%
G=28.42%
B=37.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251892510.100.2500.02274.8488.5786.27
HexE1BDFBA19021135956
Octal341275373123102423131126
Binary11100001101111011111101110101100101010001001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDFB; }

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

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

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

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

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

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

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

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