#E1BEFD

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

Shades of Mauve #E1BEFD

Tints of Mauve #E1BEFD

Color information

#E1BEFD (or 0xE1BEFD) is unknown color: approx Mauve. HEX triplet: E1, BE and FD. RGB value is (225,190,253). Sum of RGB (Red+Green+Blue) = 225+190+253=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEFD is #1E4102. Grayscale: #CFCFCF. Windows color (decimal): -1982723 or 16629473. OLE color: 16629473.

HSL color Cylindrical-coordinate representation of color #E1BEFD: hue angle of 273.33º degrees, saturation: 0.94, 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 #E1BEFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225190253-
CMYK0.110.2500.01
HSL273.33º94.03%86.86%-
HSV(B)273.33º24.9%99.22%-
XYZ67.1959.93100.95-
YUV207.65153.6140.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=33.68%
G=28.44%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251902530.110.2500.01273.3394.0386.86
HexE1BEFDB19011115e57
Octal341276375133101421136127
Binary1110000110111110111111011011110010110001000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEFD; }

 p { color: rgb(225,190,253); }

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

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

 a { background-color: rgb(225,190,253); }

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

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

 span { border-color: rgb(225,190,253); }

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