#E9C2FD

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

Shades of Mauve #E9C2FD

Tints of Mauve #E9C2FD

Color information

#E9C2FD (or 0xE9C2FD) is unknown color: approx Mauve. HEX triplet: E9, C2 and FD. RGB value is (233,194,253). Sum of RGB (Red+Green+Blue) = 233+194+253=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9C2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C2FD is #163D02. Grayscale: #D4D4D4. Windows color (decimal): -1457411 or 16630505. OLE color: 16630505.

HSL color Cylindrical-coordinate representation of color #E9C2FD: hue angle of 279.66º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9C2FD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233194253-
CMYK0.080.2300.01
HSL279.66º93.65%87.65%-
HSV(B)279.66º23.32%99.22%-
XYZ70.6363101.37-
YUV212.39150.92142.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 194 (76.17% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=34.26%
G=28.53%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331942530.080.2300.01279.6693.6587.65
HexE9C2FD817011185e58
Octal351302375102701430136130
Binary1110100111000010111111011000101110110001100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C2FD; }

 p { color: rgb(233,194,253); }

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

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

 a { background-color: rgb(233,194,253); }

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

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

 span { border-color: rgb(233,194,253); }

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