#E1C6FC

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

Shades of Mauve #E1C6FC

Tints of Mauve #E1C6FC

Color information

#E1C6FC (or 0xE1C6FC) is unknown color: approx Mauve. HEX triplet: E1, C6 and FC. RGB value is (225,198,252). Sum of RGB (Red+Green+Blue) = 225+198+252=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FC is #1E3903. Grayscale: #D4D4D4. Windows color (decimal): -1980676 or 16565985. OLE color: 16565985.

HSL color Cylindrical-coordinate representation of color #E1C6FC: hue angle of 270º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C6FC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225198252-
CMYK0.110.2100.01
HSL270º90%88.24%-
HSV(B)270º21.43%98.82%-
XYZ68.8263.42100.71-
YUV212.23150.45137.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 29.33%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=33.33%
G=29.33%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251982520.110.2100.012709088.24
HexE1C6FCB150110e5a58
Octal341306374132501416132130
Binary1110000111000110111111001011101010110000111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6FC; }

 p { color: rgb(225,198,252); }

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

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

 a { background-color: rgb(225,198,252); }

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

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

 span { border-color: rgb(225,198,252); }

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