#E5BBFC

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

Shades of Mauve #E5BBFC

Tints of Mauve #E5BBFC

Color information

#E5BBFC (or 0xE5BBFC) is unknown color: approx Mauve. HEX triplet: E5, BB and FC. RGB value is (229,187,252). Sum of RGB (Red+Green+Blue) = 229+187+252=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFC is #1A4403. Grayscale: #CECECE. Windows color (decimal): -1721348 or 16563173. OLE color: 16563173.

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

Color convert

RGB229187252-
CMYK0.090.2600.01
HSL278.77º91.55%86.08%-
HSV(B)278.77º25.79%98.82%-
XYZ67.6559.2399.96-
YUV206.97153.41143.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=34.28%
G=27.99%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291872520.090.2600.01278.7791.5586.08
HexE5BBFC91A011175c56
Octal345273374113201427134126
Binary1110010110111011111111001001110100110001011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBFC; }

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

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

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

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

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

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

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

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