#E8BEF2

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

Shades of Mauve #E8BEF2

Tints of Mauve #E8BEF2

Color information

#E8BEF2 (or 0xE8BEF2) is unknown color: approx Mauve. HEX triplet: E8, BE and F2. RGB value is (232,190,242). Sum of RGB (Red+Green+Blue) = 232+190+242=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEF2 is #17410D. Grayscale: #D0D0D0. Windows color (decimal): -1523982 or 15908584. OLE color: 15908584.

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

Color convert

RGB232190242-
CMYK0.040.2100.05
HSL288.46º66.67%84.71%-
HSV(B)288.46º21.49%94.9%-
XYZ67.7260.3992.09-
YUV208.49146.91144.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.94%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 242 (94.92% from 255) = 36.45%
R=34.94%
G=28.61%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321902420.040.2100.05288.4666.6784.71
HexE8BEF2415051204355
Octal35027636242505440103125
Binary11101000101111101111001010010101010110010000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BEF2; }

 p { color: rgb(232,190,242); }

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

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

 a { background-color: rgb(232,190,242); }

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

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

 span { border-color: rgb(232,190,242); }

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