#EEACFC

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

Shades of Mauve #EEACFC

Tints of Mauve #EEACFC

Color information

#EEACFC (or 0xEEACFC) is unknown color: approx Mauve. HEX triplet: EE, AC and FC. RGB value is (238,172,252). Sum of RGB (Red+Green+Blue) = 238+172+252=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACFC is #115303. Grayscale: #C8C8C8. Windows color (decimal): -1135364 or 16559342. OLE color: 16559342.

HSL color Cylindrical-coordinate representation of color #EEACFC: hue angle of 289.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEACFC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238172252-
CMYK0.060.3200.01
HSL289.5º93.02%83.14%-
HSV(B)289.5º31.75%98.82%-
XYZ67.5854.7199.09-
YUV200.85156.87154.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 172 (67.58% from 255) = 25.98%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=35.95%
G=25.98%
B=38.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381722520.060.3200.01289.593.0283.14
HexEEACFC620011225d53
Octal35625437464001442135123
Binary1110111010101100111111001101000000110010001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACFC; }

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

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

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

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

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

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

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

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