#EBC2FE

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

Shades of Mauve #EBC2FE

Tints of Mauve #EBC2FE

Color information

#EBC2FE (or 0xEBC2FE) is unknown color: approx Mauve. HEX triplet: EB, C2 and FE. RGB value is (235,194,254). Sum of RGB (Red+Green+Blue) = 235+194+254=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FE is #143D01. Grayscale: #D4D4D4. Windows color (decimal): -1326338 or 16696043. OLE color: 16696043.

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

Color convert

RGB235194254-
CMYK0.070.2400.00
HSL281º96.77%87.84%-
HSV(B)281º23.62%99.61%-
XYZ71.4463.4102.24-
YUV213.1151.08143.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 194 (76.17% from 255) = 28.40%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=34.41%
G=28.40%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351942540.070.2400.0028196.7787.84
HexEBC2FE718001196158
Octal35330237673000431141130
Binary111010111100001011111110111110000010001100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2FE; }

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

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

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

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

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

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

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

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