#E7BDFB

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

Shades of Mauve #E7BDFB

Tints of Mauve #E7BDFB

Color information

#E7BDFB (or 0xE7BDFB) is unknown color: approx Mauve. HEX triplet: E7, BD and FB. RGB value is (231,189,251). Sum of RGB (Red+Green+Blue) = 231+189+251=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFB is #184204. Grayscale: #D0D0D0. Windows color (decimal): -1589765 or 16498151. OLE color: 16498151.

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

Color convert

RGB231189251-
CMYK0.080.2500.02
HSL280.65º88.57%86.27%-
HSV(B)280.65º24.7%98.43%-
XYZ68.5760.3599.3-
YUV208.63151.91143.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=34.43%
G=28.17%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311892510.080.2500.02280.6588.5786.27
HexE7BDFB819021195956
Octal347275373103102431131126
Binary11100111101111011111101110001100101010001100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDFB; }

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

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

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

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

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

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

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

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