#E7BDF7

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

Shades of Mauve #E7BDF7

Tints of Mauve #E7BDF7

Color information

#E7BDF7 (or 0xE7BDF7) is unknown color: approx Mauve. HEX triplet: E7, BD and F7. RGB value is (231,189,247). Sum of RGB (Red+Green+Blue) = 231+189+247=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7BDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDF7 is #184208. Grayscale: #CFCFCF. Windows color (decimal): -1589769 or 16236007. OLE color: 16236007.

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

Color convert

RGB231189247-
CMYK0.060.2300.03
HSL283.45º78.38%85.49%-
HSV(B)283.45º23.48%96.86%-
XYZ67.9460.196.02-
YUV208.17149.91144.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 247 (96.88% from 255) = 37.03%
R=34.63%
G=28.34%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2311892470.060.2300.03283.4578.3885.49
HexE7BDF76170311b4e55
Octal34727536762703433116125
Binary1110011110111101111101111101011101110001101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDF7; }

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

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

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

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

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

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

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

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