#EBC3FE

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

Shades of Mauve #EBC3FE

Tints of Mauve #EBC3FE

Color information

#EBC3FE (or 0xEBC3FE) is unknown color: approx Mauve. HEX triplet: EB, C3 and FE. RGB value is (235,195,254). Sum of RGB (Red+Green+Blue) = 235+195+254=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FE is #143C01. Grayscale: #D5D5D5. Windows color (decimal): -1326082 or 16696299. OLE color: 16696299.

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

Color convert

RGB235195254-
CMYK0.070.2300.00
HSL280.68º96.72%88.04%-
HSV(B)280.68º23.23%99.61%-
XYZ71.6763.85102.31-
YUV213.69150.75143.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 195 (76.56% from 255) = 28.51%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=34.36%
G=28.51%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351952540.070.2300.00280.6896.7288.04
HexEBC3FE717001196158
Octal35330337672700431141130
Binary111010111100001111111110111101110010001100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3FE; }

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

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

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

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

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

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

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

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