#E7B9FD

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

Shades of Mauve #E7B9FD

Tints of Mauve #E7B9FD

Color information

#E7B9FD (or 0xE7B9FD) is unknown color: approx Mauve. HEX triplet: E7, B9 and FD. RGB value is (231,185,253). Sum of RGB (Red+Green+Blue) = 231+185+253=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FD is #184602. Grayscale: #CECECE. Windows color (decimal): -1590787 or 16628199. OLE color: 16628199.

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

Color convert

RGB231185253-
CMYK0.090.2700.01
HSL280.59º94.44%85.88%-
HSV(B)280.59º26.88%99.22%-
XYZ68.0358.78100.69-
YUV206.51154.24145.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 185 (72.66% from 255) = 27.65%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=34.53%
G=27.65%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311852530.090.2700.01280.5994.4485.88
HexE7B9FD91B011195e56
Octal347271375113301431136126
Binary1110011110111001111111011001110110110001100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9FD; }

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

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

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

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

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

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

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

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