#E5BDFA

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

Shades of Mauve #E5BDFA

Tints of Mauve #E5BDFA

Color information

#E5BDFA (or 0xE5BDFA) is unknown color: approx Mauve. HEX triplet: E5, BD and FA. RGB value is (229,189,250). Sum of RGB (Red+Green+Blue) = 229+189+250=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDFA is #1A4205. Grayscale: #CFCFCF. Windows color (decimal): -1720838 or 16432613. OLE color: 16432613.

HSL color Cylindrical-coordinate representation of color #E5BDFA: hue angle of 279.34º 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 #E5BDFA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229189250-
CMYK0.080.2400.02
HSL279.34º85.92%86.08%-
HSV(B)279.34º24.4%98.04%-
XYZ67.7759.9698.44-
YUV207.91151.75143.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=34.28%
G=28.29%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291892500.080.2400.02279.3485.9286.08
HexE5BDFA818021175656
Octal345275372103002427126126
Binary11100101101111011111101010001100001010001011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDFA; }

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

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

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

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

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

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

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

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