#E1C3F6

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

Shades of Mauve #E1C3F6

Tints of Mauve #E1C3F6

Color information

#E1C3F6 (or 0xE1C3F6) is unknown color: approx Mauve. HEX triplet: E1, C3 and F6. RGB value is (225,195,246). Sum of RGB (Red+Green+Blue) = 225+195+246=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1C3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3F6 is #1E3C09. Grayscale: #D1D1D1. Windows color (decimal): -1981450 or 16172001. OLE color: 16172001.

HSL color Cylindrical-coordinate representation of color #E1C3F6: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C3F6 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225195246-
CMYK0.090.2100.04
HSL275.29º73.91%86.47%-
HSV(B)275.29º20.73%96.47%-
XYZ67.261.6995.55-
YUV209.78148.44138.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 246 (96.48% from 255) = 36.94%
R=33.78%
G=29.28%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251952460.090.2100.04275.2973.9186.47
HexE1C3F6915041134a56
Octal341303366112504423112126
Binary111000011100001111110110100110101010010001001110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3F6; }

 p { color: rgb(225,195,246); }

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

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

 a { background-color: rgb(225,195,246); }

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

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

 span { border-color: rgb(225,195,246); }

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