#ECADFF

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

Shades of Mauve #ECADFF

Tints of Mauve #ECADFF

Color information

#ECADFF (or 0xECADFF) is unknown color: approx Mauve. HEX triplet: EC, AD and FF. RGB value is (236,173,255). Sum of RGB (Red+Green+Blue) = 236+173+255=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADFF is #135200. Grayscale: #C8C8C8. Windows color (decimal): -1266177 or 16756204. OLE color: 16756204.

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

Color convert

RGB236173255-
CMYK0.070.3200
HSL286.1º100%83.92%-
HSV(B)286.1º32.16%100%-
XYZ67.5954.94101.65-
YUV201.18158.37152.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 255 (100% from 255) = 38.40%
R=35.54%
G=26.05%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361732550.070.3200286.110083.92
HexECADFF7200011e6454
Octal35425537774000436144124
Binary1110110010101101111111111111000000010001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADFF; }

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

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

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

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

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

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

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

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