#E6C9FF

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

Shades of Mauve #E6C9FF

Tints of Mauve #E6C9FF

Color information

#E6C9FF (or 0xE6C9FF) is unknown color: approx Mauve. HEX triplet: E6, C9 and FF. RGB value is (230,201,255). Sum of RGB (Red+Green+Blue) = 230+201+255=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FF is #193600. Grayscale: #D7D7D7. Windows color (decimal): -1652225 or 16763366. OLE color: 16763366.

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

Color convert

RGB230201255-
CMYK0.100.2100
HSL272.22º100%89.41%-
HSV(B)272.22º21.18%100%-
XYZ71.5765.82103.54-
YUV215.83150.11138.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 201 (78.91% from 255) = 29.30%
BLUE value IS 255 (100% from 255) = 37.17%
R=33.53%
G=29.30%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302012550.100.2100272.2210089.41
HexE6C9FFA15001106459
Octal346311377122500420144131
Binary1110011011001001111111111010101010010001000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C9FF; }

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

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

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

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

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

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

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

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