#E9BAFD

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

Shades of Mauve #E9BAFD

Tints of Mauve #E9BAFD

Color information

#E9BAFD (or 0xE9BAFD) is unknown color: approx Mauve. HEX triplet: E9, BA and FD. RGB value is (233,186,253). Sum of RGB (Red+Green+Blue) = 233+186+253=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFD is #164502. Grayscale: #CFCFCF. Windows color (decimal): -1459459 or 16628457. OLE color: 16628457.

HSL color Cylindrical-coordinate representation of color #E9BAFD: hue angle of 282.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BAFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233186253-
CMYK0.080.2600.01
HSL282.09º94.37%86.08%-
HSV(B)282.09º26.48%99.22%-
XYZ68.8959.53100.79-
YUV207.69153.57146.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=34.67%
G=27.68%
B=37.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331862530.080.2600.01282.0994.3786.08
HexE9BAFD81A0111a5e56
Octal351272375103201432136126
Binary1110100110111010111111011000110100110001101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAFD; }

 p { color: rgb(233,186,253); }

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

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

 a { background-color: rgb(233,186,253); }

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

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

 span { border-color: rgb(233,186,253); }

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