#E7BEFB

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

Shades of Mauve #E7BEFB

Tints of Mauve #E7BEFB

Color information

#E7BEFB (or 0xE7BEFB) is unknown color: approx Mauve. HEX triplet: E7, BE and FB. RGB value is (231,190,251). Sum of RGB (Red+Green+Blue) = 231+190+251=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEFB is #184104. Grayscale: #D1D1D1. Windows color (decimal): -1589509 or 16498407. OLE color: 16498407.

HSL color Cylindrical-coordinate representation of color #E7BEFB: hue angle of 280.33º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BEFB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231190251-
CMYK0.080.2400.02
HSL280.33º88.41%86.47%-
HSV(B)280.33º24.3%98.43%-
XYZ68.7860.7899.37-
YUV209.21151.58143.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=34.38%
G=28.27%
B=37.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311902510.080.2400.02280.3388.4186.47
HexE7BEFB818021185856
Octal347276373103002430130126
Binary11100111101111101111101110001100001010001100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEFB; }

 p { color: rgb(231,190,251); }

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

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

 a { background-color: rgb(231,190,251); }

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

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

 span { border-color: rgb(231,190,251); }

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