#EBC6FF

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

Shades of Mauve #EBC6FF

Tints of Mauve #EBC6FF

Color information

#EBC6FF (or 0xEBC6FF) is unknown color: approx Mauve. HEX triplet: EB, C6 and FF. RGB value is (235,198,255). Sum of RGB (Red+Green+Blue) = 235+198+255=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6FF is #143900. Grayscale: #D7D7D7. Windows color (decimal): -1325313 or 16762603. OLE color: 16762603.

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

Color convert

RGB235198255-
CMYK0.080.2200
HSL278.95º100%88.82%-
HSV(B)278.95º22.35%100%-
XYZ72.5165.27103.38-
YUV215.56150.26141.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 198 (77.73% from 255) = 28.78%
BLUE value IS 255 (100% from 255) = 37.06%
R=34.16%
G=28.78%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351982550.080.2200278.9510088.82
HexEBC6FF816001176459
Octal353306377102600427144131
Binary1110101111000110111111111000101100010001011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6FF; }

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

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

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

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

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

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

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

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