#E5BDEF

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

Shades of Mauve #E5BDEF

Tints of Mauve #E5BDEF

Color information

#E5BDEF (or 0xE5BDEF) is unknown color: approx Mauve. HEX triplet: E5, BD and EF. RGB value is (229,189,239). Sum of RGB (Red+Green+Blue) = 229+189+239=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEF is #1A4210. Grayscale: #CECECE. Windows color (decimal): -1720849 or 15711717. OLE color: 15711717.

HSL color Cylindrical-coordinate representation of color #E5BDEF: hue angle of 288º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BDEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229189239-
CMYK0.040.2100.06
HSL288º60.98%83.92%-
HSV(B)288º20.92%93.73%-
XYZ66.0959.2989.62-
YUV206.66146.25143.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=34.86%
G=28.77%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291892390.040.2100.0628860.9883.92
HexE5BDEF415061203d54
Octal3452753574250644075124
Binary1110010110111101111011111001010101101001000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDEF; }

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

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

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

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

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

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

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

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