#E9BDF3

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

Shades of Mauve #E9BDF3

Tints of Mauve #E9BDF3

Color information

#E9BDF3 (or 0xE9BDF3) is unknown color: approx Mauve. HEX triplet: E9, BD and F3. RGB value is (233,189,243). Sum of RGB (Red+Green+Blue) = 233+189+243=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDF3 is #16420C. Grayscale: #D0D0D0. Windows color (decimal): -1458701 or 15973865. OLE color: 15973865.

HSL color Cylindrical-coordinate representation of color #E9BDF3: hue angle of 288.89º 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 #E9BDF3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233189243-
CMYK0.040.2200.05
HSL288.89º69.23%84.71%-
HSV(B)288.89º22.22%95.29%-
XYZ67.9860.1992.83-
YUV208.31147.58145.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.04%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=35.04%
G=28.42%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331892430.040.2200.05288.8969.2384.71
HexE9BDF3416051214555
Octal35127536342605441105125
Binary11101001101111011111001110010110010110010000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDF3; }

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

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

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

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

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

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

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

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