#EFC6FF

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

Shades of Mauve #EFC6FF

Tints of Mauve #EFC6FF

Color information

#EFC6FF (or 0xEFC6FF) is unknown color: approx Mauve. HEX triplet: EF, C6 and FF. RGB value is (239,198,255). Sum of RGB (Red+Green+Blue) = 239+198+255=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FF is #103900. Grayscale: #D8D8D8. Windows color (decimal): -1063169 or 16762607. OLE color: 16762607.

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

Color convert

RGB239198255-
CMYK0.060.2200
HSL283.16º100%88.82%-
HSV(B)283.16º22.35%100%-
XYZ73.8465.96103.45-
YUV216.76149.58143.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 198 (77.73% from 255) = 28.61%
BLUE value IS 255 (100% from 255) = 36.85%
R=34.54%
G=28.61%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391982550.060.2200283.1610088.82
HexEFC6FF6160011b6459
Octal35730637762600433144131
Binary111011111100011011111111110101100010001101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6FF; }

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

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

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

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

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

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

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

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