#E6BCFA

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

Shades of Mauve #E6BCFA

Tints of Mauve #E6BCFA

Color information

#E6BCFA (or 0xE6BCFA) is unknown color: approx Mauve. HEX triplet: E6, BC and FA. RGB value is (230,188,250). Sum of RGB (Red+Green+Blue) = 230+188+250=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFA is #194305. Grayscale: #CFCFCF. Windows color (decimal): -1655558 or 16432358. OLE color: 16432358.

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

Color convert

RGB230188250-
CMYK0.080.2500.02
HSL280.65º86.11%85.88%-
HSV(B)280.65º24.8%98.04%-
XYZ67.8759.6998.39-
YUV207.63151.91143.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 188 (73.83% from 255) = 28.14%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=34.43%
G=28.14%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301882500.080.2500.02280.6586.1185.88
HexE6BCFA819021195656
Octal346274372103102431126126
Binary11100110101111001111101010001100101010001100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCFA; }

 p { color: rgb(230,188,250); }

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

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

 a { background-color: rgb(230,188,250); }

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

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

 span { border-color: rgb(230,188,250); }

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