#E6B9EF

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

Shades of Mauve #E6B9EF

Tints of Mauve #E6B9EF

Color information

#E6B9EF (or 0xE6B9EF) is unknown color: approx Mauve. HEX triplet: E6, B9 and EF. RGB value is (230,185,239). Sum of RGB (Red+Green+Blue) = 230+185+239=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9EF is #194610. Grayscale: #CCCCCC. Windows color (decimal): -1656337 or 15710694. OLE color: 15710694.

HSL color Cylindrical-coordinate representation of color #E6B9EF: hue angle of 290º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B9EF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230185239-
CMYK0.040.2300.06
HSL290º62.79%83.14%-
HSV(B)290º22.59%93.73%-
XYZ65.5657.7589.35-
YUV204.61147.41146.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=35.17%
G=28.29%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301852390.040.2300.0629062.7983.14
HexE6B9EF417061223f53
Octal3462713574270644277123
Binary1110011010111001111011111001011101101001000101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9EF; }

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

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

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

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

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

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

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

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