#E9BFFB

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

Shades of Mauve #E9BFFB

Tints of Mauve #E9BFFB

Color information

#E9BFFB (or 0xE9BFFB) is unknown color: approx Mauve. HEX triplet: E9, BF and FB. RGB value is (233,191,251). Sum of RGB (Red+Green+Blue) = 233+191+251=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFFB is #164004. Grayscale: #D2D2D2. Windows color (decimal): -1458181 or 16498665. OLE color: 16498665.

HSL color Cylindrical-coordinate representation of color #E9BFFB: hue angle of 282º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BFFB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233191251-
CMYK0.070.2400.02
HSL282º88.24%86.67%-
HSV(B)282º23.9%98.43%-
XYZ69.6561.5599.48-
YUV210.4150.91144.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=34.52%
G=28.30%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331912510.070.2400.0228288.2486.67
HexE9BFFB7180211a5857
Octal35127737373002432130127
Binary1110100110111111111110111111100001010001101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFFB; }

 p { color: rgb(233,191,251); }

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

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

 a { background-color: rgb(233,191,251); }

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

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

 span { border-color: rgb(233,191,251); }

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