#ecadf3

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

Shades of Mauve #ECADF3

Tints of Mauve #ECADF3

Color information

#ECADF3 (or 0xECADF3) is unknown color: approx Mauve. HEX triplet: EC, AD and F3. RGB value is (236,173,243). Sum of RGB (Red+Green+Blue) = 236+173+243=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADF3 is #13520C. Grayscale: #C7C7C7. Windows color (decimal): -1266189 or 15969772. OLE color: 15969772.

HSL color Cylindrical-coordinate representation of color #ECADF3: hue angle of 294º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECADF3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236173243-
CMYK0.030.2900.05
HSL294º74.47%81.57%-
HSV(B)294º28.81%95.29%-
XYZ65.7154.1991.79-
YUV199.82152.37153.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=36.20%
G=26.53%
B=37.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361732430.030.2900.0529474.4781.57
HexECADF331D051264a52
Octal35425536333505446112122
Binary1110110010101101111100111111101010110010011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecadf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecadf3; }

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

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

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

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

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

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

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

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