#EBC1FC

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

Shades of Mauve #EBC1FC

Tints of Mauve #EBC1FC

Color information

#EBC1FC (or 0xEBC1FC) is unknown color: approx Mauve. HEX triplet: EB, C1 and FC. RGB value is (235,193,252). Sum of RGB (Red+Green+Blue) = 235+193+252=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FC is #143E03. Grayscale: #D4D4D4. Windows color (decimal): -1326596 or 16564715. OLE color: 16564715.

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

Color convert

RGB235193252-
CMYK0.070.2300.01
HSL282.71º90.77%87.25%-
HSV(B)282.71º23.41%98.82%-
XYZ70.962.83100.49-
YUV212.28150.41144.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 193 (75.78% from 255) = 28.38%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=34.56%
G=28.38%
B=37.06%

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
Decimal2351932520.070.2300.01282.7190.7787.25
HexEBC1FC7170111b5b57
Octal35330137472701433133127
Binary111010111100000111111100111101110110001101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1FC; }

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

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

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

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

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

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

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

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