#EBBCFB

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

Shades of Mauve #EBBCFB

Tints of Mauve #EBBCFB

Color information

#EBBCFB (or 0xEBBCFB) is unknown color: approx Mauve. HEX triplet: EB, BC and FB. RGB value is (235,188,251). Sum of RGB (Red+Green+Blue) = 235+188+251=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCFB is #144304. Grayscale: #D1D1D1. Windows color (decimal): -1327877 or 16497899. OLE color: 16497899.

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

Color convert

RGB235188251-
CMYK0.060.2500.02
HSL284.76º88.73%86.08%-
HSV(B)284.76º25.1%98.43%-
XYZ69.6660.5999.29-
YUV209.24151.57146.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=34.87%
G=27.89%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351882510.060.2500.02284.7688.7386.08
HexEBBCFB6190211d5956
Octal35327437363102435131126
Binary1110101110111100111110111101100101010001110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCFB; }

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

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

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

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

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

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

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

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