#EEAFF6

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

Shades of Mauve #EEAFF6

Tints of Mauve #EEAFF6

Color information

#EEAFF6 (or 0xEEAFF6) is unknown color: approx Mauve. HEX triplet: EE, AF and F6. RGB value is (238,175,246). Sum of RGB (Red+Green+Blue) = 238+175+246=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 175 (68.75% from 255 or 26.56% 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 #EEAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFF6 is #115009. Grayscale: #C9C9C9. Windows color (decimal): -1134602 or 16166894. OLE color: 16166894.

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

Color convert

RGB238175246-
CMYK0.030.2900.04
HSL293.24º79.78%82.55%-
HSV(B)293.24º28.86%96.47%-
XYZ67.2255.4994.36-
YUV201.93152.87153.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=36.12%
G=26.56%
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
Decimal2381752460.030.2900.04293.2479.7882.55
HexEEAFF631D041255053
Octal35625736633504445120123
Binary1110111010101111111101101111101010010010010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFF6; }

 p { color: rgb(238,175,246); }

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

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

 a { background-color: rgb(238,175,246); }

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

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

 span { border-color: rgb(238,175,246); }

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