#E9BDFA

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

Shades of Mauve #E9BDFA

Tints of Mauve #E9BDFA

Color information

#E9BDFA (or 0xE9BDFA) is unknown color: approx Mauve. HEX triplet: E9, BD and FA. RGB value is (233,189,250). Sum of RGB (Red+Green+Blue) = 233+189+250=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDFA is #164205. Grayscale: #D0D0D0. Windows color (decimal): -1458694 or 16432617. OLE color: 16432617.

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

Color convert

RGB233189250-
CMYK0.070.2400.02
HSL283.28º85.92%86.08%-
HSV(B)283.28º24.4%98.04%-
XYZ69.0660.6298.5-
YUV209.11151.08145.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=34.67%
G=28.12%
B=37.20%

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
Decimal2331892500.070.2400.02283.2885.9286.08
HexE9BDFA7180211b5656
Octal35127537273002433126126
Binary1110100110111101111110101111100001010001101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDFA; }

 p { color: rgb(233,189,250); }

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

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

 a { background-color: rgb(233,189,250); }

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

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

 span { border-color: rgb(233,189,250); }

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