#E6B7F1

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

Shades of Mauve #E6B7F1

Tints of Mauve #E6B7F1

Color information

#E6B7F1 (or 0xE6B7F1) is unknown color: approx Mauve. HEX triplet: E6, B7 and F1. RGB value is (230,183,241). Sum of RGB (Red+Green+Blue) = 230+183+241=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6B7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7F1 is #19480E. Grayscale: #CBCBCB. Windows color (decimal): -1656847 or 15841254. OLE color: 15841254.

HSL color Cylindrical-coordinate representation of color #E6B7F1: hue angle of 288.62º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B7F1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230183241-
CMYK0.050.2400.05
HSL288.62º67.44%83.14%-
HSV(B)288.62º24.07%94.51%-
XYZ65.4457.0490.78-
YUV203.66149.07146.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=35.17%
G=27.98%
B=36.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301832410.050.2400.05288.6267.4483.14
HexE6B7F1518051214353
Octal34626736153005441103123
Binary11100110101101111111000110111000010110010000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7F1; }

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

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

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

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

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

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

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

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