#EABAFB

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

Shades of Mauve #EABAFB

Tints of Mauve #EABAFB

Color information

#EABAFB (or 0xEABAFB) is unknown color: approx Mauve. HEX triplet: EA, BA and FB. RGB value is (234,186,251). Sum of RGB (Red+Green+Blue) = 234+186+251=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFB is #154504. Grayscale: #CFCFCF. Windows color (decimal): -1393925 or 16497386. OLE color: 16497386.

HSL color Cylindrical-coordinate representation of color #EABAFB: hue angle of 284.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABAFB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234186251-
CMYK0.070.2600.02
HSL284.31º89.04%85.69%-
HSV(B)284.31º25.9%98.43%-
XYZ68.959.5899.13-
YUV207.76152.4146.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 186 (73.05% from 255) = 27.72%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=34.87%
G=27.72%
B=37.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341862510.070.2600.02284.3189.0485.69
HexEABAFB71A0211c5956
Octal35227237373202434131126
Binary1110101010111010111110111111101001010001110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAFB; }

 p { color: rgb(234,186,251); }

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

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

 a { background-color: rgb(234,186,251); }

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

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

 span { border-color: rgb(234,186,251); }

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