#EBB5FB

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

Shades of Mauve #EBB5FB

Tints of Mauve #EBB5FB

Color information

#EBB5FB (or 0xEBB5FB) is unknown color: approx Mauve. HEX triplet: EB, B5 and FB. RGB value is (235,181,251). Sum of RGB (Red+Green+Blue) = 235+181+251=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FB is #144A04. Grayscale: #CCCCCC. Windows color (decimal): -1329669 or 16496107. OLE color: 16496107.

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

Color convert

RGB235181251-
CMYK0.060.2800.02
HSL286.29º89.74%84.71%-
HSV(B)286.29º27.89%98.43%-
XYZ68.257.6798.8-
YUV205.13153.89149.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 181 (71.09% from 255) = 27.14%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=35.23%
G=27.14%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351812510.060.2800.02286.2989.7484.71
HexEBB5FB61C0211e5a55
Octal35326537363402436132125
Binary1110101110110101111110111101110001010001111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5FB; }

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

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

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

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

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

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

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

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