#EABBF5

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

Shades of Mauve #EABBF5

Tints of Mauve #EABBF5

Color information

#EABBF5 (or 0xEABBF5) is unknown color: approx Mauve. HEX triplet: EA, BB and F5. RGB value is (234,187,245). Sum of RGB (Red+Green+Blue) = 234+187+245=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF5 is #15440A. Grayscale: #CFCFCF. Windows color (decimal): -1393675 or 16104426. OLE color: 16104426.

HSL color Cylindrical-coordinate representation of color #EABBF5: hue angle of 288.62º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABBF5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234187245-
CMYK0.040.2400.04
HSL288.62º74.36%84.71%-
HSV(B)288.62º23.67%96.08%-
XYZ68.1859.6394.3-
YUV207.66149.07146.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 245 (96.09% from 255) = 36.79%
R=35.14%
G=28.08%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341872450.040.2400.04288.6274.3684.71
HexEABBF5418041214a55
Octal35227336543004441112125
Binary11101010101110111111010110011000010010010000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBF5; }

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

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

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

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

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

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

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

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