#EBACF7

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

Shades of Mauve #EBACF7

Tints of Mauve #EBACF7

Color information

#EBACF7 (or 0xEBACF7) is unknown color: approx Mauve. HEX triplet: EB, AC and F7. RGB value is (235,172,247). Sum of RGB (Red+Green+Blue) = 235+172+247=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF7 is #145308. Grayscale: #C7C7C7. Windows color (decimal): -1331977 or 16231659. OLE color: 16231659.

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

Color convert

RGB235172247-
CMYK0.050.3000.03
HSL290.4º82.42%82.16%-
HSV(B)290.4º30.36%96.86%-
XYZ65.853.8894.93-
YUV199.39154.87153.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=35.93%
G=26.30%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351722470.050.3000.03290.482.4282.16
HexEBACF751E031225252
Octal35325436753603442122122
Binary1110101110101100111101111011111001110010001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACF7; }

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

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

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

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

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

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

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

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