#EBB6FB

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

Shades of Mauve #EBB6FB

Tints of Mauve #EBB6FB

Color information

#EBB6FB (or 0xEBB6FB) is unknown color: approx Mauve. HEX triplet: EB, B6 and FB. RGB value is (235,182,251). Sum of RGB (Red+Green+Blue) = 235+182+251=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6FB is #144904. Grayscale: #CDCDCD. Windows color (decimal): -1329413 or 16496363. OLE color: 16496363.

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

Color convert

RGB235182251-
CMYK0.060.2700.02
HSL286.09º89.61%84.9%-
HSV(B)286.09º27.49%98.43%-
XYZ68.458.0898.87-
YUV205.71153.56148.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=35.18%
G=27.25%
B=37.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351822510.060.2700.02286.0989.6184.9
HexEBB6FB61B0211e5a55
Octal35326637363302436132125
Binary1110101110110110111110111101101101010001111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6FB; }

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

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

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

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

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

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

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

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