#EBACFC

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

Shades of Mauve #EBACFC

Tints of Mauve #EBACFC

Color information

#EBACFC (or 0xEBACFC) is unknown color: approx Mauve. HEX triplet: EB, AC and FC. RGB value is (235,172,252). Sum of RGB (Red+Green+Blue) = 235+172+252=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFC is #145303. Grayscale: #C7C7C7. Windows color (decimal): -1331972 or 16559339. OLE color: 16559339.

HSL color Cylindrical-coordinate representation of color #EBACFC: hue angle of 287.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBACFC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235172252-
CMYK0.070.3200.01
HSL287.25º93.02%83.14%-
HSV(B)287.25º31.75%98.82%-
XYZ66.5854.299.05-
YUV199.96157.37153-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=35.66%
G=26.10%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351722520.070.3200.01287.2593.0283.14
HexEBACFC7200111f5d53
Octal35325437474001437135123
Binary1110101110101100111111001111000000110001111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACFC; }

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

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

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

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

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

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

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

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