#E1BDF3

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

Shades of Mauve #E1BDF3

Tints of Mauve #E1BDF3

Color information

#E1BDF3 (or 0xE1BDF3) is unknown color: approx Mauve. HEX triplet: E1, BD and F3. RGB value is (225,189,243). Sum of RGB (Red+Green+Blue) = 225+189+243=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDF3 is #1E420C. Grayscale: #CDCDCD. Windows color (decimal): -1982989 or 15973857. OLE color: 15973857.

HSL color Cylindrical-coordinate representation of color #E1BDF3: hue angle of 280º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BDF3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225189243-
CMYK0.070.2200.05
HSL280º69.23%84.71%-
HSV(B)280º22.22%95.29%-
XYZ65.4358.8792.71-
YUV205.92148.93141.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=34.25%
G=28.77%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251892430.070.2200.0528069.2384.71
HexE1BDF3716051184555
Octal34127536372605430105125
Binary11100001101111011111001111110110010110001100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDF3; }

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

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

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

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

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

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

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

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