#E4BCFB

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

Shades of Mauve #E4BCFB

Tints of Mauve #E4BCFB

Color information

#E4BCFB (or 0xE4BCFB) is unknown color: approx Mauve. HEX triplet: E4, BC and FB. RGB value is (228,188,251). Sum of RGB (Red+Green+Blue) = 228+188+251=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCFB is #1B4304. Grayscale: #CECECE. Windows color (decimal): -1786629 or 16497892. OLE color: 16497892.

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

Color convert

RGB228188251-
CMYK0.090.2500.02
HSL278.1º88.73%86.08%-
HSV(B)278.1º25.1%98.43%-
XYZ67.3959.4399.19-
YUV207.14152.75142.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=34.18%
G=28.19%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281882510.090.2500.02278.188.7386.08
HexE4BCFB919021165956
Octal344274373113102426131126
Binary11100100101111001111101110011100101010001011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCFB; }

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

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

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

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

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

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

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

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