#ECAAF4

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

Shades of Mauve #ECAAF4

Tints of Mauve #ECAAF4

Color information

#ECAAF4 (or 0xECAAF4) is unknown color: approx Mauve. HEX triplet: EC, AA and F4. RGB value is (236,170,244). Sum of RGB (Red+Green+Blue) = 236+170+244=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAF4 is #13550B. Grayscale: #C5C5C5. Windows color (decimal): -1266956 or 16034540. OLE color: 16034540.

HSL color Cylindrical-coordinate representation of color #ECAAF4: hue angle of 293.51º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAAF4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236170244-
CMYK0.030.3000.04
HSL293.51º77.08%81.18%-
HSV(B)293.51º30.33%95.69%-
XYZ65.353.1192.4-
YUV198.17153.87154.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=36.31%
G=26.15%
B=37.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361702440.030.3000.04293.5177.0881.18
HexECAAF431E041264d51
Octal35425236433604446115121
Binary1110110010101010111101001111110010010010011010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAF4; }

 p { color: rgb(236,170,244); }

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

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

 a { background-color: rgb(236,170,244); }

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

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

 span { border-color: rgb(236,170,244); }

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