#EBC4FE

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

Shades of Mauve #EBC4FE

Tints of Mauve #EBC4FE

Color information

#EBC4FE (or 0xEBC4FE) is unknown color: approx Mauve. HEX triplet: EB, C4 and FE. RGB value is (235,196,254). Sum of RGB (Red+Green+Blue) = 235+196+254=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4FE is #143B01. Grayscale: #D6D6D6. Windows color (decimal): -1325826 or 16696555. OLE color: 16696555.

HSL color Cylindrical-coordinate representation of color #EBC4FE: hue angle of 280.34º 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 #EBC4FE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235196254-
CMYK0.070.2300.00
HSL280.34º96.67%88.24%-
HSV(B)280.34º22.83%99.61%-
XYZ71.8964.3102.39-
YUV214.27150.42142.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 196 (76.95% from 255) = 28.61%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=34.31%
G=28.61%
B=37.08%

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
Decimal2351962540.070.2300.00280.3496.6788.24
HexEBC4FE717001186158
Octal35330437672700430141130
Binary111010111100010011111110111101110010001100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4FE; }

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

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

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

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

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

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

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

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