#E6C3FE

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

Shades of Mauve #E6C3FE

Tints of Mauve #E6C3FE

Color information

#E6C3FE (or 0xE6C3FE) is unknown color: approx Mauve. HEX triplet: E6, C3 and FE. RGB value is (230,195,254). Sum of RGB (Red+Green+Blue) = 230+195+254=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 195 (76.56% from 255 or 28.72% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C3FE is #193C01. Grayscale: #D3D3D3. Windows color (decimal): -1653762 or 16696294. OLE color: 16696294.

HSL color Cylindrical-coordinate representation of color #E6C3FE: hue angle of 275.59º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6C3FE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230195254-
CMYK0.090.2300.00
HSL275.59º96.72%88.04%-
HSV(B)275.59º23.23%99.61%-
XYZ70.0463.01102.24-
YUV212.19151.6140.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.87%
GREEN value IS 195 (76.56% from 255) = 28.72%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=33.87%
G=28.72%
B=37.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301952540.090.2300.00275.5996.7288.04
HexE6C3FE917001146158
Octal346303376112700424141130
Binary1110011011000011111111101001101110010001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3FE; }

 p { color: rgb(230,195,254); }

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

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

 a { background-color: rgb(230,195,254); }

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

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

 span { border-color: rgb(230,195,254); }

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