#EFC3FA

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

Shades of Mauve #EFC3FA

Tints of Mauve #EFC3FA

Color information

#EFC3FA (or 0xEFC3FA) is unknown color: approx Mauve. HEX triplet: EF, C3 and FA. RGB value is (239,195,250). Sum of RGB (Red+Green+Blue) = 239+195+250=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3FA is #103C05. Grayscale: #D6D6D6. Windows color (decimal): -1063942 or 16434159. OLE color: 16434159.

HSL color Cylindrical-coordinate representation of color #EFC3FA: hue angle of 288º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC3FA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239195250-
CMYK0.040.2200.02
HSL288º84.62%87.25%-
HSV(B)288º22%98.04%-
XYZ72.3764.2899.04-
YUV214.43148.08145.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 195 (76.56% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=34.94%
G=28.51%
B=36.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391952500.040.2200.0228884.6287.25
HexEFC3FA416021205557
Octal35730337242602440125127
Binary1110111111000011111110101001011001010010000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3FA; }

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

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

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

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

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

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

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

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