#EAC7FD

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

Shades of Mauve #EAC7FD

Tints of Mauve #EAC7FD

Color information

#EAC7FD (or 0xEAC7FD) is unknown color: approx Mauve. HEX triplet: EA, C7 and FD. RGB value is (234,199,253). Sum of RGB (Red+Green+Blue) = 234+199+253=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7FD is #153802. Grayscale: #D7D7D7. Windows color (decimal): -1390595 or 16631786. OLE color: 16631786.

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

Color convert

RGB234199253-
CMYK0.080.2100.01
HSL278.89º93.1%88.63%-
HSV(B)278.89º21.34%99.22%-
XYZ72.0865.43101.76-
YUV215.62149.1141.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 199 (78.12% from 255) = 29.01%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=34.11%
G=29.01%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341992530.080.2100.01278.8993.188.63
HexEAC7FD815011175d59
Octal352307375102501427135131
Binary1110101011000111111111011000101010110001011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7FD; }

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

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

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

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

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

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

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

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