#EABFFF

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

Shades of Mauve #EABFFF

Tints of Mauve #EABFFF

Color information

#EABFFF (or 0xEABFFF) is unknown color: approx Mauve. HEX triplet: EA, BF and FF. RGB value is (234,191,255). Sum of RGB (Red+Green+Blue) = 234+191+255=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFF is #154000. Grayscale: #D2D2D2. Windows color (decimal): -1392641 or 16760810. OLE color: 16760810.

HSL color Cylindrical-coordinate representation of color #EABFFF: hue angle of 280.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABFFF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234191255-
CMYK0.080.2500
HSL280.31º100%87.45%-
HSV(B)280.31º25.1%100%-
XYZ70.6161.97102.85-
YUV211.15152.75144.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 191 (75% from 255) = 28.09%
BLUE value IS 255 (100% from 255) = 37.5%
R=34.41%
G=28.09%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341912550.080.2500280.3110087.45
HexEABFFF819001186457
Octal352277377103100430144127
Binary1110101010111111111111111000110010010001100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFFF; }

 p { color: rgb(234,191,255); }

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

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

 a { background-color: rgb(234,191,255); }

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

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

 span { border-color: rgb(234,191,255); }

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