#E1BCFB

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

Shades of Mauve #E1BCFB

Tints of Mauve #E1BCFB

Color information

#E1BCFB (or 0xE1BCFB) is unknown color: approx Mauve. HEX triplet: E1, BC and FB. RGB value is (225,188,251). Sum of RGB (Red+Green+Blue) = 225+188+251=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCFB is #1E4304. Grayscale: #CECECE. Windows color (decimal): -1983237 or 16497889. OLE color: 16497889.

HSL color Cylindrical-coordinate representation of color #E1BCFB: hue angle of 275.24º 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 #E1BCFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225188251-
CMYK0.100.2500.02
HSL275.24º88.73%86.08%-
HSV(B)275.24º25.1%98.43%-
XYZ66.4558.9499.14-
YUV206.24153.26141.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=33.89%
G=28.31%
B=37.80%

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
Decimal2251882510.100.2500.02275.2488.7386.08
HexE1BCFBA19021135956
Octal341274373123102423131126
Binary11100001101111001111101110101100101010001001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCFB; }

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

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

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

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

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

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

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

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