#E6B7FC

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

Shades of Mauve #E6B7FC

Tints of Mauve #E6B7FC

Color information

#E6B7FC (or 0xE6B7FC) is unknown color: approx Mauve. HEX triplet: E6, B7 and FC. RGB value is (230,183,252). Sum of RGB (Red+Green+Blue) = 230+183+252=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6B7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7FC is #194803. Grayscale: #CCCCCC. Windows color (decimal): -1656836 or 16562150. OLE color: 16562150.

HSL color Cylindrical-coordinate representation of color #E6B7FC: hue angle of 280.87º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B7FC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230183252-
CMYK0.090.2700.01
HSL280.87º92%85.29%-
HSV(B)280.87º27.38%98.82%-
XYZ67.1457.7299.7-
YUV204.92154.57145.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.59%
GREEN value IS 183 (71.88% from 255) = 27.52%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=34.59%
G=27.52%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301832520.090.2700.01280.879285.29
HexE6B7FC91B011195c55
Octal346267374113301431134125
Binary1110011010110111111111001001110110110001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7FC; }

 p { color: rgb(230,183,252); }

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

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

 a { background-color: rgb(230,183,252); }

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

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

 span { border-color: rgb(230,183,252); }

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