#E3BDFA

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

Shades of Mauve #E3BDFA

Tints of Mauve #E3BDFA

Color information

#E3BDFA (or 0xE3BDFA) is unknown color: approx Mauve. HEX triplet: E3, BD and FA. RGB value is (227,189,250). Sum of RGB (Red+Green+Blue) = 227+189+250=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFA is #1C4205. Grayscale: #CFCFCF. Windows color (decimal): -1851910 or 16432611. OLE color: 16432611.

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

Color convert

RGB227189250-
CMYK0.090.2400.02
HSL277.38º85.92%86.08%-
HSV(B)277.38º24.4%98.04%-
XYZ67.1359.6398.41-
YUV207.32152.09142.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.08%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=34.08%
G=28.38%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271892500.090.2400.02277.3885.9286.08
HexE3BDFA918021155656
Octal343275372113002425126126
Binary11100011101111011111101010011100001010001010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDFA; }

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

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

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

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

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

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

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

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