#E3BDF2

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

Shades of Mauve #E3BDF2

Tints of Mauve #E3BDF2

Color information

#E3BDF2 (or 0xE3BDF2) is unknown color: approx Mauve. HEX triplet: E3, BD and F2. RGB value is (227,189,242). Sum of RGB (Red+Green+Blue) = 227+189+242=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF2 is #1C420D. Grayscale: #CECECE. Windows color (decimal): -1851918 or 15908323. OLE color: 15908323.

HSL color Cylindrical-coordinate representation of color #E3BDF2: hue angle of 283.02º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BDF2 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227189242-
CMYK0.060.2200.05
HSL283.02º67.09%84.51%-
HSV(B)283.02º21.9%94.9%-
XYZ65.959.1491.95-
YUV206.4148.09142.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.50%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=34.50%
G=28.72%
B=36.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271892420.060.2200.05283.0267.0984.51
HexE3BDF26160511b4355
Octal34327536262605433103125
Binary11100011101111011111001011010110010110001101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDF2; }

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

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

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

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

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

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

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

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