#E2C5FF

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

Shades of Mauve #E2C5FF

Tints of Mauve #E2C5FF

Color information

#E2C5FF (or 0xE2C5FF) is unknown color: approx Mauve. HEX triplet: E2, C5 and FF. RGB value is (226,197,255). Sum of RGB (Red+Green+Blue) = 226+197+255=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 197 (77.34% from 255 or 29.06% 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 #E2C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5FF is #1D3A00. Grayscale: #D4D4D4. Windows color (decimal): -1915393 or 16762338. OLE color: 16762338.

HSL color Cylindrical-coordinate representation of color #E2C5FF: hue angle of 270º 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 #E2C5FF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226197255-
CMYK0.110.2300
HSL270º100%88.63%-
HSV(B)270º22.75%100%-
XYZ69.3863.32103.17-
YUV212.28152.11137.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 29.06%
BLUE value IS 255 (100% from 255) = 37.61%
R=33.33%
G=29.06%
B=37.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261972550.110.230027010088.63
HexE2C5FFB170010e6459
Octal342305377132700416144131
Binary1110001011000101111111111011101110010000111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5FF; }

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

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

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

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

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

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

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

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