#E5BBFD

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

Shades of Mauve #E5BBFD

Tints of Mauve #E5BBFD

Color information

#E5BBFD (or 0xE5BBFD) is unknown color: approx Mauve. HEX triplet: E5, BB and FD. RGB value is (229,187,253). Sum of RGB (Red+Green+Blue) = 229+187+253=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFD is #1A4402. Grayscale: #CECECE. Windows color (decimal): -1721347 or 16628709. OLE color: 16628709.

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

Color convert

RGB229187253-
CMYK0.090.2600.01
HSL278.18º94.29%86.27%-
HSV(B)278.18º26.09%99.22%-
XYZ67.8159.29100.8-
YUV207.08153.91143.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=34.23%
G=27.95%
B=37.82%

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
Decimal2291872530.090.2600.01278.1894.2986.27
HexE5BBFD91A011165e56
Octal345273375113201426136126
Binary1110010110111011111111011001110100110001011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBFD; }

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

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

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

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

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

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

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

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