#EBC5FB

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

Shades of Mauve #EBC5FB

Tints of Mauve #EBC5FB

Color information

#EBC5FB (or 0xEBC5FB) is unknown color: approx Mauve. HEX triplet: EB, C5 and FB. RGB value is (235,197,251). Sum of RGB (Red+Green+Blue) = 235+197+251=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FB is #143A04. Grayscale: #D6D6D6. Windows color (decimal): -1325573 or 16500203. OLE color: 16500203.

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

Color convert

RGB235197251-
CMYK0.060.2200.02
HSL282.22º87.1%87.84%-
HSV(B)282.22º21.51%98.43%-
XYZ71.6464.5699.95-
YUV214.52148.59142.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 197 (77.34% from 255) = 28.84%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=34.41%
G=28.84%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351972510.060.2200.02282.2287.187.84
HexEBC5FB6160211a5758
Octal35330537362602432127130
Binary1110101111000101111110111101011001010001101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5FB; }

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

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

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

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

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

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

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

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