#E7BEFC

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

Shades of Mauve #E7BEFC

Tints of Mauve #E7BEFC

Color information

#E7BEFC (or 0xE7BEFC) is unknown color: approx Mauve. HEX triplet: E7, BE and FC. RGB value is (231,190,252). Sum of RGB (Red+Green+Blue) = 231+190+252=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEFC is #184103. Grayscale: #D1D1D1. Windows color (decimal): -1589508 or 16563943. OLE color: 16563943.

HSL color Cylindrical-coordinate representation of color #E7BEFC: hue angle of 279.68º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BEFC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231190252-
CMYK0.080.2500.01
HSL279.68º91.18%86.67%-
HSV(B)279.68º24.6%98.82%-
XYZ68.9460.84100.21-
YUV209.33152.08143.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=34.32%
G=28.23%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311902520.080.2500.01279.6891.1886.67
HexE7BEFC819011185b57
Octal347276374103101430133127
Binary1110011110111110111111001000110010110001100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEFC; }

 p { color: rgb(231,190,252); }

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

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

 a { background-color: rgb(231,190,252); }

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

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

 span { border-color: rgb(231,190,252); }

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