#E6B6FF

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

Shades of Mauve #E6B6FF

Tints of Mauve #E6B6FF

Color information

#E6B6FF (or 0xE6B6FF) is unknown color: approx Mauve. HEX triplet: E6, B6 and FF. RGB value is (230,182,255). Sum of RGB (Red+Green+Blue) = 230+182+255=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B6FF is #194900. Grayscale: #CCCCCC. Windows color (decimal): -1657089 or 16758502. OLE color: 16758502.

HSL color Cylindrical-coordinate representation of color #E6B6FF: hue angle of 279.45º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B6FF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230182255-
CMYK0.100.2900
HSL279.45º100%85.69%-
HSV(B)279.45º28.63%100%-
XYZ67.4157.5102.15-
YUV204.67156.4146.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 182 (71.48% from 255) = 27.29%
BLUE value IS 255 (100% from 255) = 38.23%
R=34.48%
G=27.29%
B=38.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301822550.100.2900279.4510085.69
HexE6B6FFA1D001176456
Octal346266377123500427144126
Binary1110011010110110111111111010111010010001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B6FF; }

 p { color: rgb(230,182,255); }

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

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

 a { background-color: rgb(230,182,255); }

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

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

 span { border-color: rgb(230,182,255); }

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