#E9BFFE

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

Shades of Mauve #E9BFFE

Tints of Mauve #E9BFFE

Color information

#E9BFFE (or 0xE9BFFE) is unknown color: approx Mauve. HEX triplet: E9, BF and FE. RGB value is (233,191,254). Sum of RGB (Red+Green+Blue) = 233+191+254=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFFE is #164001. Grayscale: #D2D2D2. Windows color (decimal): -1458178 or 16695273. OLE color: 16695273.

HSL color Cylindrical-coordinate representation of color #E9BFFE: hue angle of 280º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BFFE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233191254-
CMYK0.080.2500.00
HSL280º96.92%87.25%-
HSV(B)280º24.8%99.61%-
XYZ70.1261.74101.99-
YUV210.74152.41143.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 191 (75% from 255) = 28.17%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=34.37%
G=28.17%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331912540.080.2500.0028096.9287.25
HexE9BFFE819001186157
Octal351277376103100430141127
Binary1110100110111111111111101000110010010001100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFFE; }

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

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

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

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

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

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

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

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