#ECABF9

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

Shades of Mauve #ECABF9

Tints of Mauve #ECABF9

Color information

#ECABF9 (or 0xECABF9) is unknown color: approx Mauve. HEX triplet: EC, AB and F9. RGB value is (236,171,249). Sum of RGB (Red+Green+Blue) = 236+171+249=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF9 is #135406. Grayscale: #C7C7C7. Windows color (decimal): -1266695 or 16362476. OLE color: 16362476.

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

Color convert

RGB236171249-
CMYK0.050.3100.02
HSL290º86.67%82.35%-
HSV(B)290º31.33%97.65%-
XYZ66.2553.896.51-
YUV199.33156.03154.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 171 (67.19% from 255) = 26.07%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=35.98%
G=26.07%
B=37.96%

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
Decimal2361712490.050.3100.0229086.6782.35
HexECABF951F021225752
Octal35425337153702442127122
Binary1110110010101011111110011011111101010010001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABF9; }

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

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

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

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

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

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

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

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