#E6B9FE

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

Shades of Mauve #E6B9FE

Tints of Mauve #E6B9FE

Color information

#E6B9FE (or 0xE6B9FE) is unknown color: approx Mauve. HEX triplet: E6, B9 and FE. RGB value is (230,185,254). Sum of RGB (Red+Green+Blue) = 230+185+254=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9FE is #194601. Grayscale: #CECECE. Windows color (decimal): -1656322 or 16693734. OLE color: 16693734.

HSL color Cylindrical-coordinate representation of color #E6B9FE: hue angle of 279.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B9FE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230185254-
CMYK0.090.2700.00
HSL279.13º97.18%86.08%-
HSV(B)279.13º27.17%99.61%-
XYZ67.8758.68101.51-
YUV206.32154.91144.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 185 (72.66% from 255) = 27.65%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=34.38%
G=27.65%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301852540.090.2700.00279.1397.1886.08
HexE6B9FE91B001176156
Octal346271376113300427141126
Binary1110011010111001111111101001110110010001011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9FE; }

 p { color: rgb(230,185,254); }

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

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

 a { background-color: rgb(230,185,254); }

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

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

 span { border-color: rgb(230,185,254); }

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