#ECABF7

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

Shades of Mauve #ECABF7

Tints of Mauve #ECABF7

Color information

#ECABF7 (or 0xECABF7) is unknown color: approx Mauve. HEX triplet: EC, AB and F7. RGB value is (236,171,247). Sum of RGB (Red+Green+Blue) = 236+171+247=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF7 is #135408. Grayscale: #C6C6C6. Windows color (decimal): -1266697 or 16231404. OLE color: 16231404.

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

Color convert

RGB236171247-
CMYK0.040.3100.03
HSL291.32º82.61%81.96%-
HSV(B)291.32º30.77%96.86%-
XYZ65.9453.6794.88-
YUV199.1155.03154.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=36.09%
G=26.15%
B=37.77%

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
Decimal2361712470.040.3100.03291.3282.6181.96
HexECABF741F031235352
Octal35425336743703443123122
Binary1110110010101011111101111001111101110010001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABF7; }

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

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

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

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

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

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

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

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