#E3BDFE

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

Shades of Mauve #E3BDFE

Tints of Mauve #E3BDFE

Color information

#E3BDFE (or 0xE3BDFE) is unknown color: approx Mauve. HEX triplet: E3, BD and FE. RGB value is (227,189,254). Sum of RGB (Red+Green+Blue) = 227+189+254=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFE is #1C4201. Grayscale: #CFCFCF. Windows color (decimal): -1851906 or 16694755. OLE color: 16694755.

HSL color Cylindrical-coordinate representation of color #E3BDFE: hue angle of 275.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3BDFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227189254-
CMYK0.110.2600.00
HSL275.08º97.01%86.86%-
HSV(B)275.08º25.59%99.61%-
XYZ67.7759.88101.75-
YUV207.77154.09141.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=33.88%
G=28.21%
B=37.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2271892540.110.2600.00275.0897.0186.86
HexE3BDFEB1A001136157
Octal343275376133200423141127
Binary1110001110111101111111101011110100010001001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDFE; }

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

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

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

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

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

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

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

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