#E6C8FE

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

Shades of Mauve #E6C8FE

Tints of Mauve #E6C8FE

Color information

#E6C8FE (or 0xE6C8FE) is unknown color: approx Mauve. HEX triplet: E6, C8 and FE. RGB value is (230,200,254). Sum of RGB (Red+Green+Blue) = 230+200+254=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8FE is #193701. Grayscale: #D6D6D6. Windows color (decimal): -1652482 or 16697574. OLE color: 16697574.

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

Color convert

RGB230200254-
CMYK0.090.2100.00
HSL273.33º96.43%89.02%-
HSV(B)273.33º21.26%99.61%-
XYZ71.1865.29102.62-
YUV215.13149.94138.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 200 (78.52% from 255) = 29.24%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=33.63%
G=29.24%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302002540.090.2100.00273.3396.4389.02
HexE6C8FE915001116059
Octal346310376112500421140131
Binary1110011011001000111111101001101010010001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C8FE; }

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

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

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

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

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

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

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

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