#EBBAFB

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

Shades of Mauve #EBBAFB

Tints of Mauve #EBBAFB

Color information

#EBBAFB (or 0xEBBAFB) is unknown color: approx Mauve. HEX triplet: EB, BA and FB. RGB value is (235,186,251). Sum of RGB (Red+Green+Blue) = 235+186+251=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFB is #144504. Grayscale: #CFCFCF. Windows color (decimal): -1328389 or 16497387. OLE color: 16497387.

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

Color convert

RGB235186251-
CMYK0.060.2600.02
HSL285.23º89.04%85.69%-
HSV(B)285.23º25.9%98.43%-
XYZ69.2359.7599.15-
YUV208.06152.23147.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=34.97%
G=27.68%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351862510.060.2600.02285.2389.0485.69
HexEBBAFB61A0211d5956
Octal35327237363202435131126
Binary1110101110111010111110111101101001010001110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAFB; }

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

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

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

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

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

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

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

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