#EEACF8

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

Shades of Mauve #EEACF8

Tints of Mauve #EEACF8

Color information

#EEACF8 (or 0xEEACF8) is unknown color: approx Mauve. HEX triplet: EE, AC and F8. RGB value is (238,172,248). Sum of RGB (Red+Green+Blue) = 238+172+248=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACF8 is #115307. Grayscale: #C8C8C8. Windows color (decimal): -1135368 or 16297198. OLE color: 16297198.

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

Color convert

RGB238172248-
CMYK0.040.3100.03
HSL292.11º84.44%82.35%-
HSV(B)292.11º30.65%97.25%-
XYZ66.9654.4695.79-
YUV200.4154.87154.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=36.17%
G=26.14%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381722480.040.3100.03292.1184.4482.35
HexEEACF841F031245452
Octal35625437043703444124122
Binary1110111010101100111110001001111101110010010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACF8; }

 p { color: rgb(238,172,248); }

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

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

 a { background-color: rgb(238,172,248); }

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

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

 span { border-color: rgb(238,172,248); }

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