#EBABF7

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

Shades of Mauve #EBABF7

Tints of Mauve #EBABF7

Color information

#EBABF7 (or 0xEBABF7) is unknown color: approx Mauve. HEX triplet: EB, AB and F7. RGB value is (235,171,247). Sum of RGB (Red+Green+Blue) = 235+171+247=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABF7 is #145408. Grayscale: #C6C6C6. Windows color (decimal): -1332233 or 16231403. OLE color: 16231403.

HSL color Cylindrical-coordinate representation of color #EBABF7: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBABF7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235171247-
CMYK0.050.3100.03
HSL290.53º82.61%81.96%-
HSV(B)290.53º30.77%96.86%-
XYZ65.6153.594.86-
YUV198.8155.2153.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 171 (67.19% from 255) = 26.19%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=35.99%
G=26.19%
B=37.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351712470.050.3100.03290.5382.6181.96
HexEBABF751F031235352
Octal35325336753703443123122
Binary1110101110101011111101111011111101110010001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABF7; }

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

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

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

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

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

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

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

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