#EBC5FF

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

Shades of Mauve #EBC5FF

Tints of Mauve #EBC5FF

Color information

#EBC5FF (or 0xEBC5FF) is unknown color: approx Mauve. HEX triplet: EB, C5 and FF. RGB value is (235,197,255). Sum of RGB (Red+Green+Blue) = 235+197+255=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FF is #143A00. Grayscale: #D6D6D6. Windows color (decimal): -1325569 or 16762347. OLE color: 16762347.

HSL color Cylindrical-coordinate representation of color #EBC5FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC5FF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235197255-
CMYK0.080.2300
HSL279.31º100%88.63%-
HSV(B)279.31º22.75%100%-
XYZ72.2864.81103.31-
YUV214.97150.59142.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 197 (77.34% from 255) = 28.68%
BLUE value IS 255 (100% from 255) = 37.12%
R=34.21%
G=28.68%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351972550.080.2300279.3110088.63
HexEBC5FF817001176459
Octal353305377102700427144131
Binary1110101111000101111111111000101110010001011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5FF; }

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

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

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

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

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

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

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

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