#EABBF2

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

Shades of Mauve #EABBF2

Tints of Mauve #EABBF2

Color information

#EABBF2 (or 0xEABBF2) is unknown color: approx Mauve. HEX triplet: EA, BB and F2. RGB value is (234,187,242). Sum of RGB (Red+Green+Blue) = 234+187+242=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF2 is #15440D. Grayscale: #CFCFCF. Windows color (decimal): -1393678 or 15907818. OLE color: 15907818.

HSL color Cylindrical-coordinate representation of color #EABBF2: hue angle of 291.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABBF2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234187242-
CMYK0.030.2300.05
HSL291.27º67.9%84.12%-
HSV(B)291.27º22.73%94.9%-
XYZ67.7359.4491.91-
YUV207.32147.57147.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=35.29%
G=28.21%
B=36.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341872420.030.2300.05291.2767.984.12
HexEABBF2317051234454
Octal35227336232705443104124
Binary1110101010111011111100101110111010110010001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBF2; }

 p { color: rgb(234,187,242); }

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

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

 a { background-color: rgb(234,187,242); }

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

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

 span { border-color: rgb(234,187,242); }

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