#ECC1FB

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

Shades of Mauve #ECC1FB

Tints of Mauve #ECC1FB

Color information

#ECC1FB (or 0xECC1FB) is unknown color: approx Mauve. HEX triplet: EC, C1 and FB. RGB value is (236,193,251). Sum of RGB (Red+Green+Blue) = 236+193+251=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FB is #133E04. Grayscale: #D4D4D4. Windows color (decimal): -1261061 or 16499180. OLE color: 16499180.

HSL color Cylindrical-coordinate representation of color #ECC1FB: hue angle of 284.48º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC1FB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236193251-
CMYK0.060.2300.02
HSL284.48º87.88%87.06%-
HSV(B)284.48º23.11%98.43%-
XYZ71.0762.9499.67-
YUV212.47149.75144.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 193 (75.78% from 255) = 28.38%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=34.71%
G=28.38%
B=36.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361932510.060.2300.02284.4887.8887.06
HexECC1FB6170211c5857
Octal35430137362702434130127
Binary1110110011000001111110111101011101010001110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1FB; }

 p { color: rgb(236,193,251); }

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

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

 a { background-color: rgb(236,193,251); }

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

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

 span { border-color: rgb(236,193,251); }

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