#EBACF9

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

Shades of Mauve #EBACF9

Tints of Mauve #EBACF9

Color information

#EBACF9 (or 0xEBACF9) is unknown color: approx Mauve. HEX triplet: EB, AC and F9. RGB value is (235,172,249). Sum of RGB (Red+Green+Blue) = 235+172+249=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF9 is #145306. Grayscale: #C7C7C7. Windows color (decimal): -1331975 or 16362731. OLE color: 16362731.

HSL color Cylindrical-coordinate representation of color #EBACF9: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBACF9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235172249-
CMYK0.060.3100.02
HSL289.09º86.52%82.55%-
HSV(B)289.09º30.92%97.65%-
XYZ66.1154.0196.56-
YUV199.61155.87153.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=35.82%
G=26.22%
B=37.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351722490.060.3100.02289.0986.5282.55
HexEBACF961F021215753
Octal35325437163702441127123
Binary1110101110101100111110011101111101010010000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACF9; }

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

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

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

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

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

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

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

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