#EFC2FE

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

Shades of Mauve #EFC2FE

Tints of Mauve #EFC2FE

Color information

#EFC2FE (or 0xEFC2FE) is unknown color: approx Mauve. HEX triplet: EF, C2 and FE. RGB value is (239,194,254). Sum of RGB (Red+Green+Blue) = 239+194+254=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FE is #103D01. Grayscale: #D6D6D6. Windows color (decimal): -1064194 or 16696047. OLE color: 16696047.

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

Color convert

RGB239194254-
CMYK0.060.2400.00
HSL285º96.77%87.84%-
HSV(B)285º23.62%99.61%-
XYZ72.7864.09102.3-
YUV214.3150.41145.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 194 (76.17% from 255) = 28.24%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=34.79%
G=28.24%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391942540.060.2400.0028596.7787.84
HexEFC2FE6180011d6158
Octal35730237663000435141130
Binary111011111100001011111110110110000010001110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2FE; }

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

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

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

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

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

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

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

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