#ECADFC

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

Shades of Mauve #ECADFC

Tints of Mauve #ECADFC

Color information

#ECADFC (or 0xECADFC) is unknown color: approx Mauve. HEX triplet: EC, AD and FC. RGB value is (236,173,252). Sum of RGB (Red+Green+Blue) = 236+173+252=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADFC is #135203. Grayscale: #C8C8C8. Windows color (decimal): -1266180 or 16559596. OLE color: 16559596.

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

Color convert

RGB236173252-
CMYK0.060.3100.01
HSL287.85º92.94%83.33%-
HSV(B)287.85º31.35%98.82%-
XYZ67.1154.7599.13-
YUV200.84156.87153.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 173 (67.97% from 255) = 26.17%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=35.70%
G=26.17%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361732520.060.3100.01287.8592.9483.33
HexECADFC61F011205d53
Octal35425537463701440135123
Binary111011001010110111111100110111110110010000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADFC; }

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

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

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

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

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

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

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

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