#E6C2FE

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

Shades of Mauve #E6C2FE

Tints of Mauve #E6C2FE

Color information

#E6C2FE (or 0xE6C2FE) is unknown color: approx Mauve. HEX triplet: E6, C2 and FE. RGB value is (230,194,254). Sum of RGB (Red+Green+Blue) = 230+194+254=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2FE is #193D01. Grayscale: #D3D3D3. Windows color (decimal): -1654018 or 16696038. OLE color: 16696038.

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

Color convert

RGB230194254-
CMYK0.090.2400.00
HSL276º96.77%87.84%-
HSV(B)276º23.62%99.61%-
XYZ69.8162.56102.16-
YUV211.6151.93141.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 194 (76.17% from 255) = 28.61%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=33.92%
G=28.61%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301942540.090.2400.0027696.7787.84
HexE6C2FE918001146158
Octal346302376113000424141130
Binary1110011011000010111111101001110000010001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C2FE; }

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

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

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

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

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

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

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

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