#EABCFB

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

Shades of Mauve #EABCFB

Tints of Mauve #EABCFB

Color information

#EABCFB (or 0xEABCFB) is unknown color: approx Mauve. HEX triplet: EA, BC and FB. RGB value is (234,188,251). Sum of RGB (Red+Green+Blue) = 234+188+251=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFB is #154304. Grayscale: #D0D0D0. Windows color (decimal): -1393413 or 16497898. OLE color: 16497898.

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

Color convert

RGB234188251-
CMYK0.070.2500.02
HSL283.81º88.73%86.08%-
HSV(B)283.81º25.1%98.43%-
XYZ69.3360.4299.28-
YUV208.94151.74145.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 27.93%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=34.77%
G=27.93%
B=37.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341882510.070.2500.02283.8188.7386.08
HexEABCFB7190211c5956
Octal35227437373102434131126
Binary1110101010111100111110111111100101010001110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCFB; }

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

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

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

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

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

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

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

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