#ECAAF7

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

Shades of Mauve #ECAAF7

Tints of Mauve #ECAAF7

Color information

#ECAAF7 (or 0xECAAF7) is unknown color: approx Mauve. HEX triplet: EC, AA and F7. RGB value is (236,170,247). Sum of RGB (Red+Green+Blue) = 236+170+247=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECAAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAF7 is #135508. Grayscale: #C6C6C6. Windows color (decimal): -1266953 or 16231148. OLE color: 16231148.

HSL color Cylindrical-coordinate representation of color #ECAAF7: hue angle of 291.43º degrees, saturation: 0.83, 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 #ECAAF7 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236170247-
CMYK0.040.3100.03
HSL291.43º82.8%81.76%-
HSV(B)291.43º31.17%96.86%-
XYZ65.7653.394.82-
YUV198.51155.37154.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=36.14%
G=26.03%
B=37.83%

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
Decimal2361702470.040.3100.03291.4382.881.76
HexECAAF741F031235352
Octal35425236743703443123122
Binary1110110010101010111101111001111101110010001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAF7; }

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

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

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

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

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

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

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

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