#E9BBF2

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

Shades of Mauve #E9BBF2

Tints of Mauve #E9BBF2

Color information

#E9BBF2 (or 0xE9BBF2) is unknown color: approx Mauve. HEX triplet: E9, BB and F2. RGB value is (233,187,242). Sum of RGB (Red+Green+Blue) = 233+187+242=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBF2 is #16440D. Grayscale: #CECECE. Windows color (decimal): -1459214 or 15907817. OLE color: 15907817.

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

Color convert

RGB233187242-
CMYK0.040.2300.05
HSL290.18º67.9%84.12%-
HSV(B)290.18º22.73%94.9%-
XYZ67.459.2891.89-
YUV207.02147.74146.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=35.20%
G=28.25%
B=36.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331872420.040.2300.05290.1867.984.12
HexE9BBF2417051224454
Octal35127336242705442104124
Binary11101001101110111111001010010111010110010001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBF2; }

 p { color: rgb(233,187,242); }

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

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

 a { background-color: rgb(233,187,242); }

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

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

 span { border-color: rgb(233,187,242); }

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