#EFC0FC

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

Shades of Mauve #EFC0FC

Tints of Mauve #EFC0FC

Color information

#EFC0FC (or 0xEFC0FC) is unknown color: approx Mauve. HEX triplet: EF, C0 and FC. RGB value is (239,192,252). Sum of RGB (Red+Green+Blue) = 239+192+252=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FC is #103F03. Grayscale: #D4D4D4. Windows color (decimal): -1064708 or 16564463. OLE color: 16564463.

HSL color Cylindrical-coordinate representation of color #EFC0FC: hue angle of 287º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC0FC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239192252-
CMYK0.050.2400.01
HSL287º90.91%87.06%-
HSV(B)287º23.81%98.82%-
XYZ72.0263.08100.48-
YUV212.89150.07146.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 28.11%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=34.99%
G=28.11%
B=36.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391922520.050.2400.0128790.9187.06
HexEFC0FC5180111f5b57
Octal35730037453001437133127
Binary111011111100000011111100101110000110001111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0FC; }

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

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

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

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

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

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

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

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