#EFC2FB

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

Shades of Mauve #EFC2FB

Tints of Mauve #EFC2FB

Color information

#EFC2FB (or 0xEFC2FB) is unknown color: approx Mauve. HEX triplet: EF, C2 and FB. RGB value is (239,194,251). Sum of RGB (Red+Green+Blue) = 239+194+251=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FB is #103D04. Grayscale: #D5D5D5. Windows color (decimal): -1064197 or 16499439. OLE color: 16499439.

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

Color convert

RGB239194251-
CMYK0.050.2300.02
HSL287.37º87.69%87.25%-
HSV(B)287.37º22.71%98.43%-
XYZ72.363.999.79-
YUV213.95148.91145.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=34.94%
G=28.36%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391942510.050.2300.02287.3787.6987.25
HexEFC2FB5170211f5857
Octal35730237352702437130127
Binary1110111111000010111110111011011101010001111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2FB; }

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

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

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

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

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

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

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

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