#EFC0FF

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

Shades of Mauve #EFC0FF

Tints of Mauve #EFC0FF

Color information

#EFC0FF (or 0xEFC0FF) is unknown color: approx Mauve. HEX triplet: EF, C0 and FF. RGB value is (239,192,255). Sum of RGB (Red+Green+Blue) = 239+192+255=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FF is #103F00. Grayscale: #D5D5D5. Windows color (decimal): -1064705 or 16761071. OLE color: 16761071.

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

Color convert

RGB239192255-
CMYK0.060.2500
HSL284.76º100%87.65%-
HSV(B)284.76º24.71%100%-
XYZ72.563.27103-
YUV213.24151.57146.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 192 (75.39% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 37.17%
R=34.84%
G=27.99%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391922550.060.2500284.7610087.65
HexEFC0FF6190011d6458
Octal35730037763100435144130
Binary111011111100000011111111110110010010001110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0FF; }

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

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

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

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

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

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

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

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