#EBC7FE

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

Shades of Mauve #EBC7FE

Tints of Mauve #EBC7FE

Color information

#EBC7FE (or 0xEBC7FE) is unknown color: approx Mauve. HEX triplet: EB, C7 and FE. RGB value is (235,199,254). Sum of RGB (Red+Green+Blue) = 235+199+254=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7FE is #143801. Grayscale: #D7D7D7. Windows color (decimal): -1325058 or 16697323. OLE color: 16697323.

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

Color convert

RGB235199254-
CMYK0.070.2200.00
HSL279.27º96.49%88.82%-
HSV(B)279.27º21.65%99.61%-
XYZ72.5765.66102.62-
YUV216.03149.43141.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 199 (78.12% from 255) = 28.92%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=34.16%
G=28.92%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351992540.070.2200.00279.2796.4988.82
HexEBC7FE716001176059
Octal35330737672600427140131
Binary111010111100011111111110111101100010001011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7FE; }

 p { color: rgb(235,199,254); }

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

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

 a { background-color: rgb(235,199,254); }

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

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

 span { border-color: rgb(235,199,254); }

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