#EFC0FE

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

Shades of Mauve #EFC0FE

Tints of Mauve #EFC0FE

Color information

#EFC0FE (or 0xEFC0FE) is unknown color: approx Mauve. HEX triplet: EF, C0 and FE. RGB value is (239,192,254). Sum of RGB (Red+Green+Blue) = 239+192+254=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 192 (75.39% from 255 or 28.03% 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 #EFC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FE is #103F01. Grayscale: #D4D4D4. Windows color (decimal): -1064706 or 16695535. OLE color: 16695535.

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

Color convert

RGB239192254-
CMYK0.060.2400.00
HSL285.48º96.88%87.45%-
HSV(B)285.48º24.41%99.61%-
XYZ72.3463.21102.15-
YUV213.12151.07146.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 192 (75.39% from 255) = 28.03%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=34.89%
G=28.03%
B=37.08%

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
Decimal2391922540.060.2400.00285.4896.8887.45
HexEFC0FE6180011d6157
Octal35730037663000435141127
Binary111011111100000011111110110110000010001110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0FE; }

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

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

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

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

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

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

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

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