#EBC3FF

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

Shades of Mauve #EBC3FF

Tints of Mauve #EBC3FF

Color information

#EBC3FF (or 0xEBC3FF) is unknown color: approx Mauve. HEX triplet: EB, C3 and FF. RGB value is (235,195,255). Sum of RGB (Red+Green+Blue) = 235+195+255=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FF is #143C00. Grayscale: #D5D5D5. Windows color (decimal): -1326081 or 16761835. OLE color: 16761835.

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

Color convert

RGB235195255-
CMYK0.080.2400
HSL280º100%88.24%-
HSV(B)280º23.53%100%-
XYZ71.8363.91103.16-
YUV213.8151.25143.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 195 (76.56% from 255) = 28.47%
BLUE value IS 255 (100% from 255) = 37.23%
R=34.31%
G=28.47%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351952550.080.240028010088.24
HexEBC3FF818001186458
Octal353303377103000430144130
Binary1110101111000011111111111000110000010001100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3FF; }

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

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

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

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

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

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

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

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