#E1C6FF

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

Shades of Mauve #E1C6FF

Tints of Mauve #E1C6FF

Color information

#E1C6FF (or 0xE1C6FF) is unknown color: approx Mauve. HEX triplet: E1, C6 and FF. RGB value is (225,198,255). Sum of RGB (Red+Green+Blue) = 225+198+255=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FF is #1E3900. Grayscale: #D4D4D4. Windows color (decimal): -1980673 or 16762593. OLE color: 16762593.

HSL color Cylindrical-coordinate representation of color #E1C6FF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C6FF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225198255-
CMYK0.120.2200
HSL268.42º100%88.82%-
HSV(B)268.42º22.35%100%-
XYZ69.363.62103.23-
YUV212.57151.95136.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.19%
GREEN value IS 198 (77.73% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 37.61%
R=33.19%
G=29.20%
B=37.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251982550.120.2200268.4210088.82
HexE1C6FFC160010c6459
Octal341306377142600414144131
Binary1110000111000110111111111100101100010000110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6FF; }

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

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

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

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

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

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

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

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