#E1BBFB

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

Shades of Mauve #E1BBFB

Tints of Mauve #E1BBFB

Color information

#E1BBFB (or 0xE1BBFB) is unknown color: approx Mauve. HEX triplet: E1, BB and FB. RGB value is (225,187,251). Sum of RGB (Red+Green+Blue) = 225+187+251=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBFB is #1E4404. Grayscale: #CDCDCD. Windows color (decimal): -1983493 or 16497633. OLE color: 16497633.

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

Color convert

RGB225187251-
CMYK0.100.2500.02
HSL275.62º88.89%85.88%-
HSV(B)275.62º25.5%98.43%-
XYZ66.2358.5199.07-
YUV205.66153.59141.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=33.94%
G=28.21%
B=37.86%

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
Decimal2251872510.100.2500.02275.6288.8985.88
HexE1BBFBA19021145956
Octal341273373123102424131126
Binary11100001101110111111101110101100101010001010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBFB; }

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

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

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

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

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

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

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

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