#ECACFD

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

Shades of Mauve #ECACFD

Tints of Mauve #ECACFD

Color information

#ECACFD (or 0xECACFD) is unknown color: approx Mauve. HEX triplet: EC, AC and FD. RGB value is (236,172,253). Sum of RGB (Red+Green+Blue) = 236+172+253=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFD is #135302. Grayscale: #C8C8C8. Windows color (decimal): -1266435 or 16624876. OLE color: 16624876.

HSL color Cylindrical-coordinate representation of color #ECACFD: hue angle of 287.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECACFD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236172253-
CMYK0.070.3200.01
HSL287.41º95.29%83.33%-
HSV(B)287.41º32.02%99.22%-
XYZ67.0754.4399.9-
YUV200.37157.7153.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=35.70%
G=26.02%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361722530.070.3200.01287.4195.2983.33
HexECACFD7200111f5f53
Octal35425437574001437137123
Binary1110110010101100111111011111000000110001111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACFD; }

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

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

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

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

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

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

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

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