#E8C6FD

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

Shades of Mauve #E8C6FD

Tints of Mauve #E8C6FD

Color information

#E8C6FD (or 0xE8C6FD) is unknown color: approx Mauve. HEX triplet: E8, C6 and FD. RGB value is (232,198,253). Sum of RGB (Red+Green+Blue) = 232+198+253=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8C6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C6FD is #173902. Grayscale: #D6D6D6. Windows color (decimal): -1521923 or 16631528. OLE color: 16631528.

HSL color Cylindrical-coordinate representation of color #E8C6FD: hue angle of 277.09º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8C6FD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232198253-
CMYK0.080.2200.01
HSL277.09º93.22%88.43%-
HSV(B)277.09º21.74%99.22%-
XYZ71.264.64101.65-
YUV214.44149.76140.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 198 (77.73% from 255) = 28.99%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=33.97%
G=28.99%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321982530.080.2200.01277.0993.2288.43
HexE8C6FD816011155d58
Octal350306375102601425135130
Binary1110100011000110111111011000101100110001010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6FD; }

 p { color: rgb(232,198,253); }

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

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

 a { background-color: rgb(232,198,253); }

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

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

 span { border-color: rgb(232,198,253); }

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