#E5BFFD

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

Shades of Mauve #E5BFFD

Tints of Mauve #E5BFFD

Color information

#E5BFFD (or 0xE5BFFD) is unknown color: approx Mauve. HEX triplet: E5, BF and FD. RGB value is (229,191,253). Sum of RGB (Red+Green+Blue) = 229+191+253=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFD is #1A4002. Grayscale: #D1D1D1. Windows color (decimal): -1720323 or 16629733. OLE color: 16629733.

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

Color convert

RGB229191253-
CMYK0.090.2500.01
HSL276.77º93.94%87.06%-
HSV(B)276.77º24.51%99.22%-
XYZ68.6761.01101.09-
YUV209.43152.59141.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.03%
GREEN value IS 191 (75% from 255) = 28.38%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=34.03%
G=28.38%
B=37.59%

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
Decimal2291912530.090.2500.01276.7793.9487.06
HexE5BFFD919011155e57
Octal345277375113101425136127
Binary1110010110111111111111011001110010110001010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFFD; }

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

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

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

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

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

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

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

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