#E5C5FA

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

Shades of Mauve #E5C5FA

Tints of Mauve #E5C5FA

Color information

#E5C5FA (or 0xE5C5FA) is unknown color: approx Mauve. HEX triplet: E5, C5 and FA. RGB value is (229,197,250). Sum of RGB (Red+Green+Blue) = 229+197+250=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5FA is #1A3A05. Grayscale: #D4D4D4. Windows color (decimal): -1718790 or 16434661. OLE color: 16434661.

HSL color Cylindrical-coordinate representation of color #E5C5FA: hue angle of 276.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5C5FA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229197250-
CMYK0.080.2100.02
HSL276.23º84.13%87.65%-
HSV(B)276.23º21.2%98.04%-
XYZ69.5363.4999.03-
YUV212.61149.1139.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=33.88%
G=29.14%
B=36.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291972500.080.2100.02276.2384.1387.65
HexE5C5FA815021145458
Octal345305372102502424124130
Binary11100101110001011111101010001010101010001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C5FA; }

 p { color: rgb(229,197,250); }

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

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

 a { background-color: rgb(229,197,250); }

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

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

 span { border-color: rgb(229,197,250); }

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