#ECACFF

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

Shades of Mauve #ECACFF

Tints of Mauve #ECACFF

Color information

#ECACFF (or 0xECACFF) is unknown color: approx Mauve. HEX triplet: EC, AC and FF. RGB value is (236,172,255). Sum of RGB (Red+Green+Blue) = 236+172+255=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFF is #135300. Grayscale: #C8C8C8. Windows color (decimal): -1266433 or 16755948. OLE color: 16755948.

HSL color Cylindrical-coordinate representation of color #ECACFF: hue angle of 286.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECACFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236172255-
CMYK0.070.3300
HSL286.27º100%83.73%-
HSV(B)286.27º32.55%100%-
XYZ67.3954.56101.59-
YUV200.6158.7153.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 255 (100% from 255) = 38.46%
R=35.60%
G=25.94%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361722550.070.3300286.2710083.73
HexECACFF7210011e6454
Octal35425437774100436144124
Binary1110110010101100111111111111000010010001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACFF; }

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

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

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

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

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

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

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

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