#E3BDFF

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

Shades of Mauve #E3BDFF

Tints of Mauve #E3BDFF

Color information

#E3BDFF (or 0xE3BDFF) is unknown color: approx Mauve. HEX triplet: E3, BD and FF. RGB value is (227,189,255). Sum of RGB (Red+Green+Blue) = 227+189+255=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFF is #1C4200. Grayscale: #CFCFCF. Windows color (decimal): -1851905 or 16760291. OLE color: 16760291.

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

Color convert

RGB227189255-
CMYK0.110.2600
HSL274.55º100%87.06%-
HSV(B)274.55º25.88%100%-
XYZ67.9359.95102.6-
YUV207.89154.59141.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.83%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 38.00%
R=33.83%
G=28.17%
B=38.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2271892550.110.2600274.5510087.06
HexE3BDFFB1A001136457
Octal343275377133200423144127
Binary1110001110111101111111111011110100010001001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDFF; }

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

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

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

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

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

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

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

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