#E5BCEE

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

Shades of Mauve #E5BCEE

Tints of Mauve #E5BCEE

Color information

#E5BCEE (or 0xE5BCEE) is unknown color: approx Mauve. HEX triplet: E5, BC and EE. RGB value is (229,188,238). Sum of RGB (Red+Green+Blue) = 229+188+238=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCEE is #1A4311. Grayscale: #CDCDCD. Windows color (decimal): -1721106 or 15645925. OLE color: 15645925.

HSL color Cylindrical-coordinate representation of color #E5BCEE: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BCEE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229188238-
CMYK0.040.2100.07
HSL289.2º59.52%83.53%-
HSV(B)289.2º21.01%93.33%-
XYZ65.7358.888.77-
YUV205.96146.08144.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 188 (73.83% from 255) = 28.70%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=34.96%
G=28.70%
B=36.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291882380.040.2100.07289.259.5283.53
HexE5BCEE415071213c54
Octal3452743564250744174124
Binary1110010110111100111011101001010101111001000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCEE; }

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

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

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

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

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

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

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

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