#E7BCFD

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

Shades of Mauve #E7BCFD

Tints of Mauve #E7BCFD

Color information

#E7BCFD (or 0xE7BCFD) is unknown color: approx Mauve. HEX triplet: E7, BC and FD. RGB value is (231,188,253). Sum of RGB (Red+Green+Blue) = 231+188+253=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCFD is #184302. Grayscale: #D0D0D0. Windows color (decimal): -1590019 or 16628967. OLE color: 16628967.

HSL color Cylindrical-coordinate representation of color #E7BCFD: hue angle of 279.69º 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 #E7BCFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231188253-
CMYK0.090.2600.01
HSL279.69º94.2%86.47%-
HSV(B)279.69º25.69%99.22%-
XYZ68.6760.05100.9-
YUV208.27153.25144.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 188 (73.83% from 255) = 27.98%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=34.38%
G=27.98%
B=37.65%

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
Decimal2311882530.090.2600.01279.6994.286.47
HexE7BCFD91A011185e56
Octal347274375113201430136126
Binary1110011110111100111111011001110100110001100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCFD; }

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

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

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

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

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

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

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

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