#ECADFE

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

Shades of Mauve #ECADFE

Tints of Mauve #ECADFE

Color information

#ECADFE (or 0xECADFE) is unknown color: approx Mauve. HEX triplet: EC, AD and FE. RGB value is (236,173,254). Sum of RGB (Red+Green+Blue) = 236+173+254=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADFE is #135201. Grayscale: #C8C8C8. Windows color (decimal): -1266178 or 16690668. OLE color: 16690668.

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

Color convert

RGB236173254-
CMYK0.070.3200.00
HSL286.67º97.59%83.73%-
HSV(B)286.67º31.89%99.61%-
XYZ67.4354.88100.8-
YUV201.07157.87152.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=35.60%
G=26.09%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361732540.070.3200.00286.6797.5983.73
HexECADFE7200011f6254
Octal35425537674000437142124
Binary1110110010101101111111101111000000010001111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADFE; }

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

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

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

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

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

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

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

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