#ecabf5

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

Shades of Mauve #ECABF5

Tints of Mauve #ECABF5

Color information

#ECABF5 (or 0xECABF5) is unknown color: approx Mauve. HEX triplet: EC, AB and F5. RGB value is (236,171,245). Sum of RGB (Red+Green+Blue) = 236+171+245=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF5 is #13540A. Grayscale: #C6C6C6. Windows color (decimal): -1266699 or 16100332. OLE color: 16100332.

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

Color convert

RGB236171245-
CMYK0.040.3000.04
HSL292.7º78.72%81.57%-
HSV(B)292.7º30.2%96.08%-
XYZ65.6453.5593.26-
YUV198.87154.03154.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 171 (67.19% from 255) = 26.23%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=36.20%
G=26.23%
B=37.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361712450.040.3000.04292.778.7281.57
HexECABF541E041254f52
Octal35425336543604445117122
Binary11101100101010111111010110011110010010010010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecabf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecabf5; }

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

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

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

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

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

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

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

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