#E9BDFF

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

Shades of Mauve #E9BDFF

Tints of Mauve #E9BDFF

Color information

#E9BDFF (or 0xE9BDFF) is unknown color: approx Mauve. HEX triplet: E9, BD and FF. RGB value is (233,189,255). Sum of RGB (Red+Green+Blue) = 233+189+255=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDFF is #164200. Grayscale: #D1D1D1. Windows color (decimal): -1458689 or 16760297. OLE color: 16760297.

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

Color convert

RGB233189255-
CMYK0.090.2600
HSL280º100%87.06%-
HSV(B)280º25.88%100%-
XYZ69.8560.94102.69-
YUV209.68153.58144.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 189 (74.22% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 37.67%
R=34.42%
G=27.92%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331892550.090.260028010087.06
HexE9BDFF91A001186457
Octal351275377113200430144127
Binary1110100110111101111111111001110100010001100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDFF; }

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

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

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

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

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

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

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

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