#E9BCFC

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

Shades of Mauve #E9BCFC

Tints of Mauve #E9BCFC

Color information

#E9BCFC (or 0xE9BCFC) is unknown color: approx Mauve. HEX triplet: E9, BC and FC. RGB value is (233,188,252). Sum of RGB (Red+Green+Blue) = 233+188+252=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BCFC is #164303. Grayscale: #D0D0D0. Windows color (decimal): -1458948 or 16563433. OLE color: 16563433.

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

Color convert

RGB233188252-
CMYK0.080.2500.01
HSL282.19º91.43%86.27%-
HSV(B)282.19º25.4%98.82%-
XYZ69.1660.32100.09-
YUV208.75152.41145.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 27.93%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=34.62%
G=27.93%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331882520.080.2500.01282.1991.4386.27
HexE9BCFC8190111a5b56
Octal351274374103101432133126
Binary1110100110111100111111001000110010110001101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCFC; }

 p { color: rgb(233,188,252); }

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

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

 a { background-color: rgb(233,188,252); }

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

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

 span { border-color: rgb(233,188,252); }

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