#EBB9FB

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

Shades of Mauve #EBB9FB

Tints of Mauve #EBB9FB

Color information

#EBB9FB (or 0xEBB9FB) is unknown color: approx Mauve. HEX triplet: EB, B9 and FB. RGB value is (235,185,251). Sum of RGB (Red+Green+Blue) = 235+185+251=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9FB is #144604. Grayscale: #CFCFCF. Windows color (decimal): -1328645 or 16497131. OLE color: 16497131.

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

Color convert

RGB235185251-
CMYK0.060.2600.02
HSL285.45º89.19%85.49%-
HSV(B)285.45º26.29%98.43%-
XYZ69.0259.3399.08-
YUV207.47152.56147.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=35.02%
G=27.57%
B=37.41%

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
Decimal2351852510.060.2600.02285.4589.1985.49
HexEBB9FB61A0211d5955
Octal35327137363202435131125
Binary1110101110111001111110111101101001010001110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9FB; }

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

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

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

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

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

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

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

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