#EBC3FC

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

Shades of Mauve #EBC3FC

Tints of Mauve #EBC3FC

Color information

#EBC3FC (or 0xEBC3FC) is unknown color: approx Mauve. HEX triplet: EB, C3 and FC. RGB value is (235,195,252). Sum of RGB (Red+Green+Blue) = 235+195+252=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FC is #143C03. Grayscale: #D5D5D5. Windows color (decimal): -1326084 or 16565227. OLE color: 16565227.

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

Color convert

RGB235195252-
CMYK0.070.2300.01
HSL282.11º90.48%87.65%-
HSV(B)282.11º22.62%98.82%-
XYZ71.3563.72100.63-
YUV213.46149.75143.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 195 (76.56% from 255) = 28.59%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=34.46%
G=28.59%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351952520.070.2300.01282.1190.4887.65
HexEBC3FC7170111a5a58
Octal35330337472701432132130
Binary111010111100001111111100111101110110001101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3FC; }

 p { color: rgb(235,195,252); }

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

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

 a { background-color: rgb(235,195,252); }

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

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

 span { border-color: rgb(235,195,252); }

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