#E5B8FD

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

Shades of Mauve #E5B8FD

Tints of Mauve #E5B8FD

Color information

#E5B8FD (or 0xE5B8FD) is unknown color: approx Mauve. HEX triplet: E5, B8 and FD. RGB value is (229,184,253). Sum of RGB (Red+Green+Blue) = 229+184+253=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B8FD is #1A4702. Grayscale: #CDCDCD. Windows color (decimal): -1722115 or 16627941. OLE color: 16627941.

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

Color convert

RGB229184253-
CMYK0.090.2700.01
HSL279.13º94.52%85.69%-
HSV(B)279.13º27.27%99.22%-
XYZ67.1858.03100.59-
YUV205.32154.91144.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.38%
GREEN value IS 184 (72.27% from 255) = 27.63%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=34.38%
G=27.63%
B=37.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291842530.090.2700.01279.1394.5285.69
HexE5B8FD91B011175f56
Octal345270375113301427137126
Binary1110010110111000111111011001110110110001011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B8FD; }

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

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

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

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

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

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

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

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