#EFC2FA

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

Shades of Mauve #EFC2FA

Tints of Mauve #EFC2FA

Color information

#EFC2FA (or 0xEFC2FA) is unknown color: approx Mauve. HEX triplet: EF, C2 and FA. RGB value is (239,194,250). Sum of RGB (Red+Green+Blue) = 239+194+250=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FA is #103D05. Grayscale: #D5D5D5. Windows color (decimal): -1064198 or 16433903. OLE color: 16433903.

HSL color Cylindrical-coordinate representation of color #EFC2FA: hue angle of 288.21º 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 #EFC2FA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239194250-
CMYK0.040.2200.02
HSL288.21º84.85%87.06%-
HSV(B)288.21º22.4%98.04%-
XYZ72.1463.8498.96-
YUV213.84148.41145.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 194 (76.17% from 255) = 28.40%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=34.99%
G=28.40%
B=36.60%

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
Decimal2391942500.040.2200.02288.2184.8587.06
HexEFC2FA416021205557
Octal35730237242602440125127
Binary1110111111000010111110101001011001010010000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2FA; }

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

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

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

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

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

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

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

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