#E5BCFD

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

Shades of Mauve #E5BCFD

Tints of Mauve #E5BCFD

Color information

#E5BCFD (or 0xE5BCFD) is unknown color: approx Mauve. HEX triplet: E5, BC and FD. RGB value is (229,188,253). Sum of RGB (Red+Green+Blue) = 229+188+253=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFD is #1A4302. Grayscale: #CFCFCF. Windows color (decimal): -1721091 or 16628965. OLE color: 16628965.

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

Color convert

RGB229188253-
CMYK0.090.2600.01
HSL277.85º94.2%86.47%-
HSV(B)277.85º25.69%99.22%-
XYZ68.0359.72100.87-
YUV207.67153.58143.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=34.18%
G=28.06%
B=37.76%

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
Decimal2291882530.090.2600.01277.8594.286.47
HexE5BCFD91A011165e56
Octal345274375113201426136126
Binary1110010110111100111111011001110100110001011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCFD; }

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

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

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

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

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

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

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

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