#EABCFD

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

Shades of Mauve #EABCFD

Tints of Mauve #EABCFD

Color information

#EABCFD (or 0xEABCFD) is unknown color: approx Mauve. HEX triplet: EA, BC and FD. RGB value is (234,188,253). Sum of RGB (Red+Green+Blue) = 234+188+253=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFD is #154302. Grayscale: #D0D0D0. Windows color (decimal): -1393411 or 16628970. OLE color: 16628970.

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

Color convert

RGB234188253-
CMYK0.080.2600.01
HSL282.46º94.2%86.47%-
HSV(B)282.46º25.69%99.22%-
XYZ69.6460.55100.95-
YUV209.16152.74145.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 188 (73.83% from 255) = 27.85%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=34.67%
G=27.85%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341882530.080.2600.01282.4694.286.47
HexEABCFD81A0111a5e56
Octal352274375103201432136126
Binary1110101010111100111111011000110100110001101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCFD; }

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

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

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

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

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

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

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

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