#E5BAFC

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

Shades of Mauve #E5BAFC

Tints of Mauve #E5BAFC

Color information

#E5BAFC (or 0xE5BAFC) is unknown color: approx Mauve. HEX triplet: E5, BA and FC. RGB value is (229,186,252). Sum of RGB (Red+Green+Blue) = 229+186+252=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFC is #1A4503. Grayscale: #CECECE. Windows color (decimal): -1721604 or 16562917. OLE color: 16562917.

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

Color convert

RGB229186252-
CMYK0.090.2600.01
HSL279.09º91.67%85.88%-
HSV(B)279.09º26.19%98.82%-
XYZ67.4458.899.89-
YUV206.38153.75144.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=34.33%
G=27.89%
B=37.78%

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
Decimal2291862520.090.2600.01279.0991.6785.88
HexE5BAFC91A011175c56
Octal345272374113201427134126
Binary1110010110111010111111001001110100110001011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAFC; }

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

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

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

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

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

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

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

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