#E3BDF1

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

Shades of Mauve #E3BDF1

Tints of Mauve #E3BDF1

Color information

#E3BDF1 (or 0xE3BDF1) is unknown color: approx Mauve. HEX triplet: E3, BD and F1. RGB value is (227,189,241). Sum of RGB (Red+Green+Blue) = 227+189+241=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF1 is #1C420E. Grayscale: #CECECE. Windows color (decimal): -1851919 or 15842787. OLE color: 15842787.

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

Color convert

RGB227189241-
CMYK0.060.2200.05
HSL283.85º65%84.31%-
HSV(B)283.85º21.58%94.51%-
XYZ65.7559.0891.16-
YUV206.29147.59142.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.55%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=34.55%
G=28.77%
B=36.68%

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
Decimal2271892410.060.2200.05283.856584.31
HexE3BDF16160511c4154
Octal34327536162605434101124
Binary11100011101111011111000111010110010110001110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDF1; }

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

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

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

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

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

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

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

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