#E7B7FD

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

Shades of Mauve #E7B7FD

Tints of Mauve #E7B7FD

Color information

#E7B7FD (or 0xE7B7FD) is unknown color: approx Mauve. HEX triplet: E7, B7 and FD. RGB value is (231,183,253). Sum of RGB (Red+Green+Blue) = 231+183+253=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B7FD is #184802. Grayscale: #CDCDCD. Windows color (decimal): -1591299 or 16627687. OLE color: 16627687.

HSL color Cylindrical-coordinate representation of color #E7B7FD: hue angle of 281.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7B7FD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231183253-
CMYK0.090.2800.01
HSL281.14º94.59%85.49%-
HSV(B)281.14º27.67%99.22%-
XYZ67.6257.95100.55-
YUV205.33154.9146.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 183 (71.88% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=34.63%
G=27.44%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311832530.090.2800.01281.1494.5985.49
HexE7B7FD91C011195f55
Octal347267375113401431137125
Binary1110011110110111111111011001111000110001100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B7FD; }

 p { color: rgb(231,183,253); }

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

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

 a { background-color: rgb(231,183,253); }

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

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

 span { border-color: rgb(231,183,253); }

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