#E9BBF0

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

Shades of Mauve #E9BBF0

Tints of Mauve #E9BBF0

Color information

#E9BBF0 (or 0xE9BBF0) is unknown color: approx Mauve. HEX triplet: E9, BB and F0. RGB value is (233,187,240). Sum of RGB (Red+Green+Blue) = 233+187+240=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9BBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBF0 is #16440F. Grayscale: #CECECE. Windows color (decimal): -1459216 or 15776745. OLE color: 15776745.

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

Color convert

RGB233187240-
CMYK0.030.2200.06
HSL292.08º63.86%83.73%-
HSV(B)292.08º22.08%94.12%-
XYZ67.159.1690.32-
YUV206.8146.74146.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=35.30%
G=28.33%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331872400.030.2200.06292.0863.8683.73
HexE9BBF0316061244054
Octal35127336032606444100124
Binary1110100110111011111100001110110011010010010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBF0; }

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

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

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

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

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

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

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

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