#ECADFD

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

Shades of Mauve #ECADFD

Tints of Mauve #ECADFD

Color information

#ECADFD (or 0xECADFD) is unknown color: approx Mauve. HEX triplet: EC, AD and FD. RGB value is (236,173,253). Sum of RGB (Red+Green+Blue) = 236+173+253=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADFD is #135202. Grayscale: #C8C8C8. Windows color (decimal): -1266179 or 16625132. OLE color: 16625132.

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

Color convert

RGB236173253-
CMYK0.070.3200.01
HSL287.25º95.24%83.53%-
HSV(B)287.25º31.62%99.22%-
XYZ67.2754.8199.96-
YUV200.96157.37153-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=35.65%
G=26.13%
B=38.22%

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
Decimal2361732530.070.3200.01287.2595.2483.53
HexECADFD7200111f5f54
Octal35425537574001437137124
Binary1110110010101101111111011111000000110001111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADFD; }

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

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

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

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

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

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

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

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