#E3BDF8

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

Shades of Mauve #E3BDF8

Tints of Mauve #E3BDF8

Color information

#E3BDF8 (or 0xE3BDF8) is unknown color: approx Mauve. HEX triplet: E3, BD and F8. RGB value is (227,189,248). Sum of RGB (Red+Green+Blue) = 227+189+248=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF8 is #1C4207. Grayscale: #CECECE. Windows color (decimal): -1851912 or 16301539. OLE color: 16301539.

HSL color Cylindrical-coordinate representation of color #E3BDF8: hue angle of 278.64º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3BDF8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227189248-
CMYK0.080.2400.03
HSL278.64º80.82%85.69%-
HSV(B)278.64º23.79%97.25%-
XYZ66.8259.596.77-
YUV207.09151.09142.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.19%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=34.19%
G=28.46%
B=37.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2271892480.080.2400.03278.6480.8285.69
HexE3BDF8818031175156
Octal343275370103003427121126
Binary11100011101111011111100010001100001110001011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDF8; }

 p { color: rgb(227,189,248); }

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

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

 a { background-color: rgb(227,189,248); }

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

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

 span { border-color: rgb(227,189,248); }

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