#EBB3FF

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

Shades of Mauve #EBB3FF

Tints of Mauve #EBB3FF

Color information

#EBB3FF (or 0xEBB3FF) is unknown color: approx Mauve. HEX triplet: EB, B3 and FF. RGB value is (235,179,255). Sum of RGB (Red+Green+Blue) = 235+179+255=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3FF is #144C00. Grayscale: #CCCCCC. Windows color (decimal): -1330177 or 16757739. OLE color: 16757739.

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

Color convert

RGB235179255-
CMYK0.080.3000
HSL284.21º100%85.1%-
HSV(B)284.21º29.8%100%-
XYZ68.4357.12102.03-
YUV204.41156.55149.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 179 (70.31% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 38.12%
R=35.13%
G=26.76%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351792550.080.3000284.2110085.1
HexEBB3FF81E0011c6455
Octal353263377103600434144125
Binary1110101110110011111111111000111100010001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3FF; }

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

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

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

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

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

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

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

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