#E1BDFF

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

Shades of Mauve #E1BDFF

Tints of Mauve #E1BDFF

Color information

#E1BDFF (or 0xE1BDFF) is unknown color: approx Mauve. HEX triplet: E1, BD and FF. RGB value is (225,189,255). Sum of RGB (Red+Green+Blue) = 225+189+255=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFF is #1E4200. Grayscale: #CFCFCF. Windows color (decimal): -1982977 or 16760289. OLE color: 16760289.

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

Color convert

RGB225189255-
CMYK0.120.2600
HSL272.73º100%87.06%-
HSV(B)272.73º25.88%100%-
XYZ67.359.62102.57-
YUV207.29154.93140.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.63%
G=28.25%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251892550.120.2600272.7310087.06
HexE1BDFFC1A001116457
Octal341275377143200421144127
Binary1110000110111101111111111100110100010001000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDFF; }

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

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

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

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

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

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

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

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