#EBBAF5

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

Shades of Mauve #EBBAF5

Tints of Mauve #EBBAF5

Color information

#EBBAF5 (or 0xEBBAF5) is unknown color: approx Mauve. HEX triplet: EB, BA and F5. RGB value is (235,186,245). Sum of RGB (Red+Green+Blue) = 235+186+245=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF5 is #14450A. Grayscale: #CFCFCF. Windows color (decimal): -1328395 or 16104171. OLE color: 16104171.

HSL color Cylindrical-coordinate representation of color #EBBAF5: hue angle of 289.83º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBBAF5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235186245-
CMYK0.040.2400.04
HSL289.83º74.68%84.51%-
HSV(B)289.83º24.08%96.08%-
XYZ68.359.3794.25-
YUV207.38149.23147.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 245 (96.09% from 255) = 36.79%
R=35.29%
G=27.93%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351862450.040.2400.04289.8374.6884.51
HexEBBAF5418041224b55
Octal35327236543004442113125
Binary11101011101110101111010110011000010010010001010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAF5; }

 p { color: rgb(235,186,245); }

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

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

 a { background-color: rgb(235,186,245); }

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

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

 span { border-color: rgb(235,186,245); }

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