#EAC2FD

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

Shades of Mauve #EAC2FD

Tints of Mauve #EAC2FD

Color information

#EAC2FD (or 0xEAC2FD) is unknown color: approx Mauve. HEX triplet: EA, C2 and FD. RGB value is (234,194,253). Sum of RGB (Red+Green+Blue) = 234+194+253=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FD is #153D02. Grayscale: #D4D4D4. Windows color (decimal): -1391875 or 16630506. OLE color: 16630506.

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

Color convert

RGB234194253-
CMYK0.080.2300.01
HSL280.68º93.65%87.65%-
HSV(B)280.68º23.32%99.22%-
XYZ70.9563.17101.38-
YUV212.69150.75143.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 28.49%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=34.36%
G=28.49%
B=37.15%

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
Decimal2341942530.080.2300.01280.6893.6587.65
HexEAC2FD817011195e58
Octal352302375102701431136130
Binary1110101011000010111111011000101110110001100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2FD; }

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

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

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

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

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

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

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

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