#E9C6FB

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

Shades of Mauve #E9C6FB

Tints of Mauve #E9C6FB

Color information

#E9C6FB (or 0xE9C6FB) is unknown color: approx Mauve. HEX triplet: E9, C6 and FB. RGB value is (233,198,251). Sum of RGB (Red+Green+Blue) = 233+198+251=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9C6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C6FB is #163904. Grayscale: #D6D6D6. Windows color (decimal): -1456389 or 16500457. OLE color: 16500457.

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

Color convert

RGB233198251-
CMYK0.070.2100.02
HSL279.62º86.89%88.04%-
HSV(B)279.62º21.12%98.43%-
XYZ71.2164.68100-
YUV214.51148.6141.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 198 (77.73% from 255) = 29.03%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=34.16%
G=29.03%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331982510.070.2100.02279.6286.8988.04
HexE9C6FB715021185758
Octal35130637372502430127130
Binary1110100111000110111110111111010101010001100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C6FB; }

 p { color: rgb(233,198,251); }

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

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

 a { background-color: rgb(233,198,251); }

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

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

 span { border-color: rgb(233,198,251); }

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