#E6BEFB

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

Shades of Mauve #E6BEFB

Tints of Mauve #E6BEFB

Color information

#E6BEFB (or 0xE6BEFB) is unknown color: approx Mauve. HEX triplet: E6, BE and FB. RGB value is (230,190,251). Sum of RGB (Red+Green+Blue) = 230+190+251=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFB is #194104. Grayscale: #D0D0D0. Windows color (decimal): -1655045 or 16498406. OLE color: 16498406.

HSL color Cylindrical-coordinate representation of color #E6BEFB: hue angle of 279.34º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BEFB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230190251-
CMYK0.080.2400.02
HSL279.34º88.41%86.47%-
HSV(B)279.34º24.3%98.43%-
XYZ68.4660.6199.36-
YUV208.91151.75143.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 190 (74.61% from 255) = 28.32%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=34.28%
G=28.32%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301902510.080.2400.02279.3488.4186.47
HexE6BEFB818021175856
Octal346276373103002427130126
Binary11100110101111101111101110001100001010001011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEFB; }

 p { color: rgb(230,190,251); }

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

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

 a { background-color: rgb(230,190,251); }

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

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

 span { border-color: rgb(230,190,251); }

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