COLOR #ECC0F1

HEX: #ECC0F1
RGB: (236,192,241)

Color info

#ECC0F1 contains red, green and blue colors in about the same proportion. Web safe color of #ECC0F1 is #FFCCFF (or #FCF).

RGB color model

#ECC0F1 color RGB value is (236,192,241).

  • red value is 236;
  • green value is 192;
  • blue value is 241.
RGB:
(236,192,241)
(93%,75%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 192 of 255 = 75%
B 241 of 255 = 95%

236
192
241

R + G + B ~ 88%. #ECC0F1 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 192 + 241 = 669 (100%)
R 236 of 669 ~ 35.28%
G 192 of 669 ~ 28.7%
B 241 of 669 ~ 36.02%

%35.28
%28.7
%36.02

CMYK color model

#ECC0F1 color CMYK value is (2,20,0,5).

  • cyan value is 2.07%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,20,0,5)
C2M20Y0K5 
(2%,20%,0%,5%)
(0.02/0.20/0.00/0.05)	

CMYK percentages

%2.07
%20.33
%0
%5.49

Codes

Color #ECC0F1 in popluar color models

ECC0F1
RGB236192241
HSL294°63.64%84.90%
HSB/HSV294°20.33%94.51%
CMYK2.07%20.33%0.00%
5.49%

Color #ECC0F1 in popluar number systems.

HEXECC0F1
Decimal236192241
Binary111011001100000011110001
Octal354300361

Shades and tints

Shades of #ECC0F1

#ECC0F1
(236,192,241)
#D7AFDC
(215,175,220)
#C29EC7
(194,158,199)
#AD8DB2
(173,141,178)
#987C9D
(152,124,157)
#836B88
(131,107,136)
#6E5A73
(110,90,115)
#59495E
(89,73,94)
#443849
(68,56,73)
#2F2734
(47,39,52)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #ECC0F1

#ECC0F1
(236,192,241)
#EDC5F2
(237,197,242)
#EECAF3
(238,202,243)
#EFCFF4
(239,207,244)
#F0D4F5
(240,212,245)
#F1D9F6
(241,217,246)
#F2DEF7
(242,222,247)
#F3E3F8
(243,227,248)
#F4E8F9
(244,232,249)
#F5EDFA
(245,237,250)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC0F1 color. Also use rgb(236,192,241) instead hex code.

Text Font Color

.myTextColor { color: #ECC0F1; }

<p style="color:#ECC0F1">This sample text font color is #ECC0F1.</p>

This text font color is #ECC0F1.


Background Color

.myBgColor { background-color: #ECC0F1; }

<div style="background-color:#ECC0F1">Inner text</div>

This div background color is #ECC0F1.


Border color

.myBorderColor { border: 1px solid #ECC0F1; }

<div style="border:3px solid #ECC0F1">Div</div>

This div border color is #ECC0F1.


Opacity

.myOpacity80 { color: #ECC0F1; opacity: 0.8; }

<p style="color:#ECC0F1;opacity:0.8;">80%</p>

Text with #ECC0F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ECC0F1;}

<p style="text-shadow: 3px 3px 1px #ECC0F1">Text here.</p>

This text has shadow with #ECC0F1 color.

.textShadow {text-shadow: 3px 3px 1px #ECC0F1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ECC0F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #ECC0F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECC0F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ECC0F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #ECC0F1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ECC0F1;
  -webkit-box-shadow:	1px 1px 3px 2px #ECC0F1;
  box-shadow:		1px 1px 3px 2px #ECC0F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECC0F1;
-webkit-box-shadow: 1px 1px 3px 2px #ECC0F1;
box-shadow:1px 1px 3px 2px #ECC0F1;">
Div content here</div>
This div box has shadow with color #ECC0F1.

Preview

Color preview on black background

This text has color #ECC0F1 on black background.


Color preview on white background

This text has color #ECC0F1 on white background.



Black color preview on #ECC0F1 background

This text has black color on #ECC0F1 background.


White color preview on #ECC0F1 background

This text has white color on #ECC0F1 background.