#EFAEF6

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

Shades of Mauve #EFAEF6

Tints of Mauve #EFAEF6

Color information

#EFAEF6 (or 0xEFAEF6) is unknown color: approx Mauve. HEX triplet: EF, AE and F6. RGB value is (239,174,246). Sum of RGB (Red+Green+Blue) = 239+174+246=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEF6 is #105109. Grayscale: #C9C9C9. Windows color (decimal): -1069322 or 16166639. OLE color: 16166639.

HSL color Cylindrical-coordinate representation of color #EFAEF6: hue angle of 294.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAEF6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239174246-
CMYK0.030.2900.04
HSL294.17º80%82.35%-
HSV(B)294.17º29.27%96.47%-
XYZ67.3755.2894.31-
YUV201.64153.03154.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=36.27%
G=26.40%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391742460.030.2900.04294.178082.35
HexEFAEF631D041265052
Octal35725636633504446120122
Binary1110111110101110111101101111101010010010011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEF6; }

 p { color: rgb(239,174,246); }

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

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

 a { background-color: rgb(239,174,246); }

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

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

 span { border-color: rgb(239,174,246); }

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