#ECACF9

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

Shades of Mauve #ECACF9

Tints of Mauve #ECACF9

Color information

#ECACF9 (or 0xECACF9) is unknown color: approx Mauve. HEX triplet: EC, AC and F9. RGB value is (236,172,249). Sum of RGB (Red+Green+Blue) = 236+172+249=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF9 is #135306. Grayscale: #C7C7C7. Windows color (decimal): -1266439 or 16362732. OLE color: 16362732.

HSL color Cylindrical-coordinate representation of color #ECACF9: hue angle of 289.87º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECACF9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236172249-
CMYK0.050.3100.02
HSL289.87º86.52%82.55%-
HSV(B)289.87º30.92%97.65%-
XYZ66.4454.1896.58-
YUV199.91155.7153.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=35.92%
G=26.18%
B=37.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361722490.050.3100.02289.8786.5282.55
HexECACF951F021225753
Octal35425437153702442127123
Binary1110110010101100111110011011111101010010001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACF9; }

 p { color: rgb(236,172,249); }

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

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

 a { background-color: rgb(236,172,249); }

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

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

 span { border-color: rgb(236,172,249); }

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