#EFC7FF

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

Shades of Mauve #EFC7FF

Tints of Mauve #EFC7FF

Color information

#EFC7FF (or 0xEFC7FF) is unknown color: approx Mauve. HEX triplet: EF, C7 and FF. RGB value is (239,199,255). Sum of RGB (Red+Green+Blue) = 239+199+255=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 199 (78.12% from 255 or 28.72% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FF is #103800. Grayscale: #D9D9D9. Windows color (decimal): -1062913 or 16762863. OLE color: 16762863.

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

Color convert

RGB239199255-
CMYK0.060.2200
HSL282.86º100%89.02%-
HSV(B)282.86º21.96%100%-
XYZ74.0766.42103.52-
YUV217.34149.25143.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 199 (78.12% from 255) = 28.72%
BLUE value IS 255 (100% from 255) = 36.80%
R=34.49%
G=28.72%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391992550.060.2200282.8610089.02
HexEFC7FF6160011b6459
Octal35730737762600433144131
Binary111011111100011111111111110101100010001101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7FF; }

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

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

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

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

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

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

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

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