#EBC0FB

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

Shades of Mauve #EBC0FB

Tints of Mauve #EBC0FB

Color information

#EBC0FB (or 0xEBC0FB) is unknown color: approx Mauve. HEX triplet: EB, C0 and FB. RGB value is (235,192,251). Sum of RGB (Red+Green+Blue) = 235+192+251=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0FB is #143F04. Grayscale: #D3D3D3. Windows color (decimal): -1326853 or 16498923. OLE color: 16498923.

HSL color Cylindrical-coordinate representation of color #EBC0FB: hue angle of 283.73º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC0FB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235192251-
CMYK0.060.2400.02
HSL283.73º88.06%86.86%-
HSV(B)283.73º23.51%98.43%-
XYZ70.5262.3399.58-
YUV211.58150.25144.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 192 (75.39% from 255) = 28.32%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=34.66%
G=28.32%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351922510.060.2400.02283.7388.0686.86
HexEBC0FB6180211c5857
Octal35330037363002434130127
Binary1110101111000000111110111101100001010001110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0FB; }

 p { color: rgb(235,192,251); }

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

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

 a { background-color: rgb(235,192,251); }

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

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

 span { border-color: rgb(235,192,251); }

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