#EFC3FC

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

Shades of Mauve #EFC3FC

Tints of Mauve #EFC3FC

Color information

#EFC3FC (or 0xEFC3FC) is unknown color: approx Mauve. HEX triplet: EF, C3 and FC. RGB value is (239,195,252). Sum of RGB (Red+Green+Blue) = 239+195+252=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3FC is #103C03. Grayscale: #D6D6D6. Windows color (decimal): -1063940 or 16565231. OLE color: 16565231.

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

Color convert

RGB239195252-
CMYK0.050.2300.01
HSL286.32º90.48%87.65%-
HSV(B)286.32º22.62%98.82%-
XYZ72.6864.41100.7-
YUV214.65149.08145.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 195 (76.56% from 255) = 28.43%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=34.84%
G=28.43%
B=36.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391952520.050.2300.01286.3290.4887.65
HexEFC3FC5170111e5a58
Octal35730337452701436132130
Binary111011111100001111111100101101110110001111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3FC; }

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

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

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

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

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

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

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

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