#E5BCFC

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

Shades of Mauve #E5BCFC

Tints of Mauve #E5BCFC

Color information

#E5BCFC (or 0xE5BCFC) is unknown color: approx Mauve. HEX triplet: E5, BC and FC. RGB value is (229,188,252). Sum of RGB (Red+Green+Blue) = 229+188+252=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFC is #1A4303. Grayscale: #CFCFCF. Windows color (decimal): -1721092 or 16563429. OLE color: 16563429.

HSL color Cylindrical-coordinate representation of color #E5BCFC: hue angle of 278.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BCFC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229188252-
CMYK0.090.2500.01
HSL278.44º91.43%86.27%-
HSV(B)278.44º25.4%98.82%-
XYZ67.8759.65100.03-
YUV207.56153.08143.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=34.23%
G=28.10%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291882520.090.2500.01278.4491.4386.27
HexE5BCFC919011165b56
Octal345274374113101426133126
Binary1110010110111100111111001001110010110001011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCFC; }

 p { color: rgb(229,188,252); }

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

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

 a { background-color: rgb(229,188,252); }

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

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

 span { border-color: rgb(229,188,252); }

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