#EBC5FD

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

Shades of Mauve #EBC5FD

Tints of Mauve #EBC5FD

Color information

#EBC5FD (or 0xEBC5FD) is unknown color: approx Mauve. HEX triplet: EB, C5 and FD. RGB value is (235,197,253). Sum of RGB (Red+Green+Blue) = 235+197+253=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FD is #143A02. Grayscale: #D6D6D6. Windows color (decimal): -1325571 or 16631275. OLE color: 16631275.

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

Color convert

RGB235197253-
CMYK0.070.2200.01
HSL280.71º93.33%88.24%-
HSV(B)280.71º22.13%99.22%-
XYZ71.9664.69101.62-
YUV214.75149.59142.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 197 (77.34% from 255) = 28.76%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=34.31%
G=28.76%
B=36.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351972530.070.2200.01280.7193.3388.24
HexEBC5FD716011195d58
Octal35330537572601431135130
Binary111010111100010111111101111101100110001100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5FD; }

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

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

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

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

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

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

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

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