#E1C5FE

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

Shades of Mauve #E1C5FE

Tints of Mauve #E1C5FE

Color information

#E1C5FE (or 0xE1C5FE) is unknown color: approx Mauve. HEX triplet: E1, C5 and FE. RGB value is (225,197,254). Sum of RGB (Red+Green+Blue) = 225+197+254=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FE is #1E3A01. Grayscale: #D3D3D3. Windows color (decimal): -1980930 or 16696801. OLE color: 16696801.

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

Color convert

RGB225197254-
CMYK0.110.2200.00
HSL269.47º96.61%88.43%-
HSV(B)269.47º22.44%99.61%-
XYZ68.9163.1102.31-
YUV211.87151.78137.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.28%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=33.28%
G=29.14%
B=37.57%

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
Decimal2251972540.110.2200.00269.4796.6188.43
HexE1C5FEB160010d6158
Octal341305376132600415141130
Binary1110000111000101111111101011101100010000110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5FE; }

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

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

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

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

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

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

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

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