#EAC4FD

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

Shades of Mauve #EAC4FD

Tints of Mauve #EAC4FD

Color information

#EAC4FD (or 0xEAC4FD) is unknown color: approx Mauve. HEX triplet: EA, C4 and FD. RGB value is (234,196,253). Sum of RGB (Red+Green+Blue) = 234+196+253=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 196 (76.95% from 255 or 28.70% 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 #EAC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FD is #153B02. Grayscale: #D5D5D5. Windows color (decimal): -1391363 or 16631018. OLE color: 16631018.

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

Color convert

RGB234196253-
CMYK0.080.2300.01
HSL280º93.44%88.04%-
HSV(B)280º22.53%99.22%-
XYZ71.464.06101.53-
YUV213.86150.09142.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 196 (76.95% from 255) = 28.70%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=34.26%
G=28.70%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341962530.080.2300.0128093.4488.04
HexEAC4FD817011185d58
Octal352304375102701430135130
Binary1110101011000100111111011000101110110001100010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4FD; }

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

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

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

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

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

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

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

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