#E4C5FB

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

Shades of Mauve #E4C5FB

Tints of Mauve #E4C5FB

Color information

#E4C5FB (or 0xE4C5FB) is unknown color: approx Mauve. HEX triplet: E4, C5 and FB. RGB value is (228,197,251). Sum of RGB (Red+Green+Blue) = 228+197+251=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5FB is #1B3A04. Grayscale: #D4D4D4. Windows color (decimal): -1784325 or 16500196. OLE color: 16500196.

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

Color convert

RGB228197251-
CMYK0.090.2200.02
HSL274.44º87.1%87.84%-
HSV(B)274.44º21.51%98.43%-
XYZ69.3763.3999.85-
YUV212.42149.77139.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.73%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=33.73%
G=29.14%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281972510.090.2200.02274.4487.187.84
HexE4C5FB916021125758
Octal344305373112602422127130
Binary11100100110001011111101110011011001010001001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5FB; }

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

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

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

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

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

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

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

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