#E5BDF5

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

Shades of Mauve #E5BDF5

Tints of Mauve #E5BDF5

Color information

#E5BDF5 (or 0xE5BDF5) is unknown color: approx Mauve. HEX triplet: E5, BD and F5. RGB value is (229,189,245). Sum of RGB (Red+Green+Blue) = 229+189+245=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDF5 is #1A420A. Grayscale: #CFCFCF. Windows color (decimal): -1720843 or 16104933. OLE color: 16104933.

HSL color Cylindrical-coordinate representation of color #E5BDF5: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BDF5 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229189245-
CMYK0.070.2300.04
HSL282.86º73.68%85.1%-
HSV(B)282.86º22.86%96.08%-
XYZ66.9959.6594.37-
YUV207.34149.25143.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.54%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=34.54%
G=28.51%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291892450.070.2300.04282.8673.6885.1
HexE5BDF57170411b4a55
Octal34527536572704433112125
Binary11100101101111011111010111110111010010001101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDF5; }

 p { color: rgb(229,189,245); }

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

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

 a { background-color: rgb(229,189,245); }

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

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

 span { border-color: rgb(229,189,245); }

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