#E7BEFE

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

Shades of Mauve #E7BEFE

Tints of Mauve #E7BEFE

Color information

#E7BEFE (or 0xE7BEFE) is unknown color: approx Mauve. HEX triplet: E7, BE and FE. RGB value is (231,190,254). Sum of RGB (Red+Green+Blue) = 231+190+254=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEFE is #184101. Grayscale: #D1D1D1. Windows color (decimal): -1589506 or 16695015. OLE color: 16695015.

HSL color Cylindrical-coordinate representation of color #E7BEFE: hue angle of 278.44º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BEFE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231190254-
CMYK0.090.2500.00
HSL278.44º96.97%87.06%-
HSV(B)278.44º25.2%99.61%-
XYZ69.2660.97101.88-
YUV209.55153.08143.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.22%
GREEN value IS 190 (74.61% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=34.22%
G=28.15%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311902540.090.2500.00278.4496.9787.06
HexE7BEFE919001166157
Octal347276376113100426141127
Binary1110011110111110111111101001110010010001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEFE; }

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

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

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

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

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

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

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

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