#E6B7EE

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

Shades of Mauve #E6B7EE

Tints of Mauve #E6B7EE

Color information

#E6B7EE (or 0xE6B7EE) is unknown color: approx Mauve. HEX triplet: E6, B7 and EE. RGB value is (230,183,238). Sum of RGB (Red+Green+Blue) = 230+183+238=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7EE is #194811. Grayscale: #CBCBCB. Windows color (decimal): -1656850 or 15644646. OLE color: 15644646.

HSL color Cylindrical-coordinate representation of color #E6B7EE: hue angle of 291.27º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B7EE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230183238-
CMYK0.030.2300.07
HSL291.27º61.8%82.55%-
HSV(B)291.27º23.11%93.33%-
XYZ6556.8688.44-
YUV203.32147.57147.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 183 (71.88% from 255) = 28.11%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=35.33%
G=28.11%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301832380.030.2300.07291.2761.882.55
HexE6B7EE317071233e53
Octal3462673563270744376123
Binary111001101011011111101110111011101111001000111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7EE; }

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

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

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

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

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

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

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

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