#EBBAF3

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

Shades of Mauve #EBBAF3

Tints of Mauve #EBBAF3

Color information

#EBBAF3 (or 0xEBBAF3) is unknown color: approx Mauve. HEX triplet: EB, BA and F3. RGB value is (235,186,243). Sum of RGB (Red+Green+Blue) = 235+186+243=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF3 is #14450C. Grayscale: #CECECE. Windows color (decimal): -1328397 or 15973099. OLE color: 15973099.

HSL color Cylindrical-coordinate representation of color #EBBAF3: hue angle of 291.58º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBAF3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235186243-
CMYK0.030.2300.05
HSL291.58º70.37%84.12%-
HSV(B)291.58º23.46%95.29%-
XYZ6859.2592.65-
YUV207.15148.23147.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 243 (95.31% from 255) = 36.60%
R=35.39%
G=28.01%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351862430.030.2300.05291.5870.3784.12
HexEBBAF3317051244654
Octal35327236332705444106124
Binary1110101110111010111100111110111010110010010010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAF3; }

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

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

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

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

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

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

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

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