#E3BDFB

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

Shades of Mauve #E3BDFB

Tints of Mauve #E3BDFB

Color information

#E3BDFB (or 0xE3BDFB) is unknown color: approx Mauve. HEX triplet: E3, BD and FB. RGB value is (227,189,251). Sum of RGB (Red+Green+Blue) = 227+189+251=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFB is #1C4204. Grayscale: #CFCFCF. Windows color (decimal): -1851909 or 16498147. OLE color: 16498147.

HSL color Cylindrical-coordinate representation of color #E3BDFB: hue angle of 276.77º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3BDFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227189251-
CMYK0.100.2500.02
HSL276.77º88.57%86.27%-
HSV(B)276.77º24.7%98.43%-
XYZ67.2959.6999.24-
YUV207.43152.59141.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.03%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=34.03%
G=28.34%
B=37.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271892510.100.2500.02276.7788.5786.27
HexE3BDFBA19021155956
Octal343275373123102425131126
Binary11100011101111011111101110101100101010001010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDFB; }

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

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

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

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

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

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

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

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