#EAC6FD

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

Shades of Mauve #EAC6FD

Tints of Mauve #EAC6FD

Color information

#EAC6FD (or 0xEAC6FD) is unknown color: approx Mauve. HEX triplet: EA, C6 and FD. RGB value is (234,198,253). Sum of RGB (Red+Green+Blue) = 234+198+253=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 198 (77.73% from 255 or 28.91% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6FD is #153902. Grayscale: #D6D6D6. Windows color (decimal): -1390851 or 16631530. OLE color: 16631530.

HSL color Cylindrical-coordinate representation of color #EAC6FD: hue angle of 279.27º 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 #EAC6FD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234198253-
CMYK0.080.2200.01
HSL279.27º93.22%88.43%-
HSV(B)279.27º21.74%99.22%-
XYZ71.8664.97101.68-
YUV215.03149.43141.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 198 (77.73% from 255) = 28.91%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=34.16%
G=28.91%
B=36.93%

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
Decimal2341982530.080.2200.01279.2793.2288.43
HexEAC6FD816011175d58
Octal352306375102601427135130
Binary1110101011000110111111011000101100110001011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6FD; }

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

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

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

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

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

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

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

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