#ECACF8

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

Shades of Mauve #ECACF8

Tints of Mauve #ECACF8

Color information

#ECACF8 (or 0xECACF8) is unknown color: approx Mauve. HEX triplet: EC, AC and F8. RGB value is (236,172,248). Sum of RGB (Red+Green+Blue) = 236+172+248=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF8 is #135307. Grayscale: #C7C7C7. Windows color (decimal): -1266440 or 16297196. OLE color: 16297196.

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

Color convert

RGB236172248-
CMYK0.050.3100.03
HSL290.53º84.44%82.35%-
HSV(B)290.53º30.65%97.25%-
XYZ66.2954.1295.76-
YUV199.8155.2153.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=35.98%
G=26.22%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361722480.050.3100.03290.5384.4482.35
HexECACF851F031235452
Octal35425437053703443124122
Binary1110110010101100111110001011111101110010001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACF8; }

 p { color: rgb(236,172,248); }

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

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

 a { background-color: rgb(236,172,248); }

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

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

 span { border-color: rgb(236,172,248); }

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