#EFC4FF

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

Shades of Mauve #EFC4FF

Tints of Mauve #EFC4FF

Color information

#EFC4FF (or 0xEFC4FF) is unknown color: approx Mauve. HEX triplet: EF, C4 and FF. RGB value is (239,196,255). Sum of RGB (Red+Green+Blue) = 239+196+255=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FF is #103B00. Grayscale: #D7D7D7. Windows color (decimal): -1063681 or 16762095. OLE color: 16762095.

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

Color convert

RGB239196255-
CMYK0.060.2300
HSL283.73º100%88.43%-
HSV(B)283.73º23.14%100%-
XYZ73.3965.05103.3-
YUV215.58150.25144.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 196 (76.95% from 255) = 28.41%
BLUE value IS 255 (100% from 255) = 36.96%
R=34.64%
G=28.41%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391962550.060.2300283.7310088.43
HexEFC4FF6170011c6458
Octal35730437762700434144130
Binary111011111100010011111111110101110010001110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4FF; }

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

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

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

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

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

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

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

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