#EFC4FC

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

Shades of Mauve #EFC4FC

Tints of Mauve #EFC4FC

Color information

#EFC4FC (or 0xEFC4FC) is unknown color: approx Mauve. HEX triplet: EF, C4 and FC. RGB value is (239,196,252). Sum of RGB (Red+Green+Blue) = 239+196+252=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FC is #103B03. Grayscale: #D7D7D7. Windows color (decimal): -1063684 or 16565487. OLE color: 16565487.

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

Color convert

RGB239196252-
CMYK0.050.2200.01
HSL286.07º90.32%87.84%-
HSV(B)286.07º22.22%98.82%-
XYZ72.9164.86100.77-
YUV215.24148.75144.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 196 (76.95% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=34.79%
G=28.53%
B=36.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391962520.050.2200.01286.0790.3287.84
HexEFC4FC5160111e5a58
Octal35730437452601436132130
Binary111011111100010011111100101101100110001111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4FC; }

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

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

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

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

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

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

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

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