#EBC7FD

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

Shades of Mauve #EBC7FD

Tints of Mauve #EBC7FD

Color information

#EBC7FD (or 0xEBC7FD) is unknown color: approx Mauve. HEX triplet: EB, C7 and FD. RGB value is (235,199,253). Sum of RGB (Red+Green+Blue) = 235+199+253=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7FD is #143802. Grayscale: #D7D7D7. Windows color (decimal): -1325059 or 16631787. OLE color: 16631787.

HSL color Cylindrical-coordinate representation of color #EBC7FD: hue angle of 280º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC7FD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235199253-
CMYK0.070.2100.01
HSL280º93.1%88.63%-
HSV(B)280º21.34%99.22%-
XYZ72.4165.6101.77-
YUV215.92148.93141.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=34.21%
G=28.97%
B=36.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351992530.070.2100.0128093.188.63
HexEBC7FD715011185d59
Octal35330737572501430135131
Binary111010111100011111111101111101010110001100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7FD; }

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

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

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

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

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

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

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

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