#E1C6FE

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

Shades of Mauve #E1C6FE

Tints of Mauve #E1C6FE

Color information

#E1C6FE (or 0xE1C6FE) is unknown color: approx Mauve. HEX triplet: E1, C6 and FE. RGB value is (225,198,254). Sum of RGB (Red+Green+Blue) = 225+198+254=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FE is #1E3901. Grayscale: #D4D4D4. Windows color (decimal): -1980674 or 16697057. OLE color: 16697057.

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

Color convert

RGB225198254-
CMYK0.110.2200.00
HSL268.93º96.55%88.63%-
HSV(B)268.93º22.05%99.61%-
XYZ69.1363.55102.39-
YUV212.46151.45136.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 198 (77.73% from 255) = 29.25%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=33.23%
G=29.25%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251982540.110.2200.00268.9396.5588.63
HexE1C6FEB160010d6159
Octal341306376132600415141131
Binary1110000111000110111111101011101100010000110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6FE; }

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

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

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

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

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

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

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

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