#E9BDFD

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

Shades of Mauve #E9BDFD

Tints of Mauve #E9BDFD

Color information

#E9BDFD (or 0xE9BDFD) is unknown color: approx Mauve. HEX triplet: E9, BD and FD. RGB value is (233,189,253). Sum of RGB (Red+Green+Blue) = 233+189+253=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDFD is #164202. Grayscale: #D1D1D1. Windows color (decimal): -1458691 or 16629225. OLE color: 16629225.

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

Color convert

RGB233189253-
CMYK0.080.2500.01
HSL281.25º94.12%86.67%-
HSV(B)281.25º25.3%99.22%-
XYZ69.5360.81101-
YUV209.45152.58144.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 189 (74.22% from 255) = 28%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=34.52%
G=28%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331892530.080.2500.01281.2594.1286.67
HexE9BDFD819011195e57
Octal351275375103101431136127
Binary1110100110111101111111011000110010110001100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDFD; }

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

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

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

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

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

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

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

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