#EABBF9

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

Shades of Mauve #EABBF9

Tints of Mauve #EABBF9

Color information

#EABBF9 (or 0xEABBF9) is unknown color: approx Mauve. HEX triplet: EA, BB and F9. RGB value is (234,187,249). Sum of RGB (Red+Green+Blue) = 234+187+249=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #EABBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF9 is #154406. Grayscale: #CFCFCF. Windows color (decimal): -1393671 or 16366570. OLE color: 16366570.

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

Color convert

RGB234187249-
CMYK0.060.2500.02
HSL285.48º83.78%85.49%-
HSV(B)285.48º24.9%97.65%-
XYZ68.859.8797.55-
YUV208.12151.07146.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=34.93%
G=27.91%
B=37.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341872490.060.2500.02285.4883.7885.49
HexEABBF96190211d5455
Octal35227337163102435124125
Binary1110101010111011111110011101100101010001110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBF9; }

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

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

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

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

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

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

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

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