#E9BDF1

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

Shades of Mauve #E9BDF1

Tints of Mauve #E9BDF1

Color information

#E9BDF1 (or 0xE9BDF1) is unknown color: approx Mauve. HEX triplet: E9, BD and F1. RGB value is (233,189,241). Sum of RGB (Red+Green+Blue) = 233+189+241=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDF1 is #16420E. Grayscale: #CFCFCF. Windows color (decimal): -1458703 or 15842793. OLE color: 15842793.

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

Color convert

RGB233189241-
CMYK0.030.2200.05
HSL290.77º65%84.31%-
HSV(B)290.77º21.58%94.51%-
XYZ67.6860.0791.25-
YUV208.08146.58145.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=35.14%
G=28.51%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331892410.030.2200.05290.776584.31
HexE9BDF1316051234154
Octal35127536132605443101124
Binary1110100110111101111100011110110010110010001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDF1; }

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

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

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

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

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

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

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

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