#E7BAFD

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

Shades of Mauve #E7BAFD

Tints of Mauve #E7BAFD

Color information

#E7BAFD (or 0xE7BAFD) is unknown color: approx Mauve. HEX triplet: E7, BA and FD. RGB value is (231,186,253). Sum of RGB (Red+Green+Blue) = 231+186+253=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFD is #184502. Grayscale: #CECECE. Windows color (decimal): -1590531 or 16628455. OLE color: 16628455.

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

Color convert

RGB231186253-
CMYK0.090.2600.01
HSL280.3º94.37%86.08%-
HSV(B)280.3º26.48%99.22%-
XYZ68.2459.2100.76-
YUV207.09153.91145.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=34.48%
G=27.76%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311862530.090.2600.01280.394.3786.08
HexE7BAFD91A011185e56
Octal347272375113201430136126
Binary1110011110111010111111011001110100110001100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAFD; }

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

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

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

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

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

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

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

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