#E4BCF3

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

Shades of Mauve #E4BCF3

Tints of Mauve #E4BCF3

Color information

#E4BCF3 (or 0xE4BCF3) is unknown color: approx Mauve. HEX triplet: E4, BC and F3. RGB value is (228,188,243). Sum of RGB (Red+Green+Blue) = 228+188+243=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCF3 is #1B430C. Grayscale: #CECECE. Windows color (decimal): -1786637 or 15973604. OLE color: 15973604.

HSL color Cylindrical-coordinate representation of color #E4BCF3: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BCF3 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228188243-
CMYK0.060.2300.05
HSL283.64º69.62%84.51%-
HSV(B)283.64º22.63%95.29%-
XYZ66.1658.9392.68-
YUV206.23148.75143.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.60%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=34.60%
G=28.53%
B=36.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281882430.060.2300.05283.6469.6284.51
HexE4BCF36170511c4655
Octal34427436362705434106125
Binary11100100101111001111001111010111010110001110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCF3; }

 p { color: rgb(228,188,243); }

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

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

 a { background-color: rgb(228,188,243); }

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

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

 span { border-color: rgb(228,188,243); }

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