#E5C3FA

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

Shades of Mauve #E5C3FA

Tints of Mauve #E5C3FA

Color information

#E5C3FA (or 0xE5C3FA) is unknown color: approx Mauve. HEX triplet: E5, C3 and FA. RGB value is (229,195,250). Sum of RGB (Red+Green+Blue) = 229+195+250=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C3FA is #1A3C05. Grayscale: #D3D3D3. Windows color (decimal): -1719302 or 16434149. OLE color: 16434149.

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

Color convert

RGB229195250-
CMYK0.080.2200.02
HSL277.09º84.62%87.25%-
HSV(B)277.09º22%98.04%-
XYZ69.0862.5998.88-
YUV211.44149.76140.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 195 (76.56% from 255) = 28.93%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=33.98%
G=28.93%
B=37.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291952500.080.2200.02277.0984.6287.25
HexE5C3FA816021155557
Octal345303372102602425125127
Binary11100101110000111111101010001011001010001010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3FA; }

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

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

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

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

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

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

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

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