#E1BDFD

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

Shades of Mauve #E1BDFD

Tints of Mauve #E1BDFD

Color information

#E1BDFD (or 0xE1BDFD) is unknown color: approx Mauve. HEX triplet: E1, BD and FD. RGB value is (225,189,253). Sum of RGB (Red+Green+Blue) = 225+189+253=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFD is #1E4202. Grayscale: #CECECE. Windows color (decimal): -1982979 or 16629217. OLE color: 16629217.

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

Color convert

RGB225189253-
CMYK0.110.2500.01
HSL273.75º94.12%86.67%-
HSV(B)273.75º25.3%99.22%-
XYZ66.9859.49100.88-
YUV207.06153.93140.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=33.73%
G=28.34%
B=37.93%

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
Decimal2251892530.110.2500.01273.7594.1286.67
HexE1BDFDB19011125e57
Octal341275375133101422136127
Binary1110000110111101111111011011110010110001001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDFD; }

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

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

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

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

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

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

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

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