#EBABF3

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

Shades of Mauve #EBABF3

Tints of Mauve #EBABF3

Color information

#EBABF3 (or 0xEBABF3) is unknown color: approx Mauve. HEX triplet: EB, AB and F3. RGB value is (235,171,243). Sum of RGB (Red+Green+Blue) = 235+171+243=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABF3 is #14540C. Grayscale: #C6C6C6. Windows color (decimal): -1332237 or 15969259. OLE color: 15969259.

HSL color Cylindrical-coordinate representation of color #EBABF3: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBABF3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235171243-
CMYK0.030.3000.05
HSL293.33º75%81.18%-
HSV(B)293.33º29.63%95.29%-
XYZ6553.2691.65-
YUV198.34153.2154.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=36.21%
G=26.35%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351712430.030.3000.05293.337581.18
HexEBABF331E051254b51
Octal35325336333605445113121
Binary1110101110101011111100111111110010110010010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABF3; }

 p { color: rgb(235,171,243); }

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

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

 a { background-color: rgb(235,171,243); }

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

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

 span { border-color: rgb(235,171,243); }

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