#E5BFFC

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

Shades of Mauve #E5BFFC

Tints of Mauve #E5BFFC

Color information

#E5BFFC (or 0xE5BFFC) is unknown color: approx Mauve. HEX triplet: E5, BF and FC. RGB value is (229,191,252). Sum of RGB (Red+Green+Blue) = 229+191+252=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFC is #1A4003. Grayscale: #D1D1D1. Windows color (decimal): -1720324 or 16564197. OLE color: 16564197.

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

Color convert

RGB229191252-
CMYK0.090.2400.01
HSL277.38º91.04%86.86%-
HSV(B)277.38º24.21%98.82%-
XYZ68.5160.95100.25-
YUV209.32152.09142.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.08%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=34.08%
G=28.42%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291912520.090.2400.01277.3891.0486.86
HexE5BFFC918011155b57
Octal345277374113001425133127
Binary1110010110111111111111001001110000110001010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFFC; }

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

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

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

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

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

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

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

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