#ECAAFD

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

Shades of Mauve #ECAAFD

Tints of Mauve #ECAAFD

Color information

#ECAAFD (or 0xECAAFD) is unknown color: approx Mauve. HEX triplet: EC, AA and FD. RGB value is (236,170,253). Sum of RGB (Red+Green+Blue) = 236+170+253=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAFD is #135502. Grayscale: #C6C6C6. Windows color (decimal): -1266947 or 16624364. OLE color: 16624364.

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

Color convert

RGB236170253-
CMYK0.070.3300.01
HSL287.71º95.4%82.94%-
HSV(B)287.71º32.81%99.22%-
XYZ66.753.6799.77-
YUV199.2158.37154.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 25.80%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=35.81%
G=25.80%
B=38.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361702530.070.3300.01287.7195.482.94
HexECAAFD721011205f53
Octal35425237574101440137123
Binary1110110010101010111111011111000010110010000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAFD; }

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

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

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

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

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

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

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

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