#E1C5FA

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

Shades of Mauve #E1C5FA

Tints of Mauve #E1C5FA

Color information

#E1C5FA (or 0xE1C5FA) is unknown color: approx Mauve. HEX triplet: E1, C5 and FA. RGB value is (225,197,250). Sum of RGB (Red+Green+Blue) = 225+197+250=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FA is #1E3A05. Grayscale: #D3D3D3. Windows color (decimal): -1980934 or 16434657. OLE color: 16434657.

HSL color Cylindrical-coordinate representation of color #E1C5FA: hue angle of 271.7º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C5FA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225197250-
CMYK0.100.2100.02
HSL271.7º84.13%87.65%-
HSV(B)271.7º21.2%98.04%-
XYZ68.2762.8498.97-
YUV211.41149.78137.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=33.48%
G=29.32%
B=37.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251972500.100.2100.02271.784.1387.65
HexE1C5FAA15021105458
Octal341305372122502420124130
Binary11100001110001011111101010101010101010001000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5FA; }

 p { color: rgb(225,197,250); }

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

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

 a { background-color: rgb(225,197,250); }

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

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

 span { border-color: rgb(225,197,250); }

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