#E4C5FA

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

Shades of Mauve #E4C5FA

Tints of Mauve #E4C5FA

Color information

#E4C5FA (or 0xE4C5FA) is unknown color: approx Mauve. HEX triplet: E4, C5 and FA. RGB value is (228,197,250). Sum of RGB (Red+Green+Blue) = 228+197+250=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5FA is #1B3A05. Grayscale: #D4D4D4. Windows color (decimal): -1784326 or 16434660. OLE color: 16434660.

HSL color Cylindrical-coordinate representation of color #E4C5FA: hue angle of 275.09º 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 #E4C5FA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228197250-
CMYK0.090.2100.02
HSL275.09º84.13%87.65%-
HSV(B)275.09º21.2%98.04%-
XYZ69.2263.3399.02-
YUV212.31149.27139.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.78%
GREEN value IS 197 (77.34% from 255) = 29.19%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=33.78%
G=29.19%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281972500.090.2100.02275.0984.1387.65
HexE4C5FA915021135458
Octal344305372112502423124130
Binary11100100110001011111101010011010101010001001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5FA; }

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

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

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

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

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

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

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

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