#E1C5FF

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

Shades of Mauve #E1C5FF

Tints of Mauve #E1C5FF

Color information

#E1C5FF (or 0xE1C5FF) is unknown color: approx Mauve. HEX triplet: E1, C5 and FF. RGB value is (225,197,255). Sum of RGB (Red+Green+Blue) = 225+197+255=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FF is #1E3A00. Grayscale: #D3D3D3. Windows color (decimal): -1980929 or 16762337. OLE color: 16762337.

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

Color convert

RGB225197255-
CMYK0.120.2300
HSL268.97º100%88.63%-
HSV(B)268.97º22.75%100%-
XYZ69.0763.16103.16-
YUV211.98152.28137.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 197 (77.34% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 37.67%
R=33.23%
G=29.10%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251972550.120.2300268.9710088.63
HexE1C5FFC170010d6459
Octal341305377142700415144131
Binary1110000111000101111111111100101110010000110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5FF; }

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

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

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

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

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

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

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

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