COLOR #ECCCF0

HEX: #ECCCF0
RGB: (236,204,240)

Color info

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

RGB color model

#ECCCF0 color RGB value is (236,204,240).

  • red value is 236;
  • green value is 204;
  • blue value is 240.
RGB:
(236,204,240)
(93%,80%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 204 of 255 = 80%
B 240 of 255 = 94%

236
204
240

R + G + B ~ 89%. #ECCCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 204 + 240 = 680 (100%)
R 236 of 680 ~ 34.71%
G 204 of 680 ~ 30%
B 240 of 680 ~ 35.29%

%34.71
%30
%35.29

CMYK color model

#ECCCF0 color CMYK value is (2,15,0,6).

  • cyan value is 1.67%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,15,0,6)
C2M15Y0K6 
(2%,15%,0%,6%)
(0.02/0.15/0.00/0.06)	

CMYK percentages

%1.67
%15
%0
%5.88

Codes

Color #ECCCF0 in popluar color models

ECCCF0
RGB236204240
HSL293°54.55%87.06%
HSB/HSV293°15.00%94.12%
CMYK1.67%15.00%0.00%
5.88%

Color #ECCCF0 in popluar number systems.

HEXECCCF0
Decimal236204240
Binary111011001100110011110000
Octal354314360

Shades and tints

Shades of #ECCCF0

#ECCCF0
(236,204,240)
#D7BADB
(215,186,219)
#C2A8C6
(194,168,198)
#AD96B1
(173,150,177)
#98849C
(152,132,156)
#837287
(131,114,135)
#6E6072
(110,96,114)
#594E5D
(89,78,93)
#443C48
(68,60,72)
#2F2A33
(47,42,51)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #ECCCF0

#ECCCF0
(236,204,240)
#EDD0F1
(237,208,241)
#EED4F2
(238,212,242)
#EFD8F3
(239,216,243)
#F0DCF4
(240,220,244)
#F1E0F5
(241,224,245)
#F2E4F6
(242,228,246)
#F3E8F7
(243,232,247)
#F4ECF8
(244,236,248)
#F5F0F9
(245,240,249)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCCF0 color. Also use rgb(236,204,240) instead hex code.

Text Font Color

.myTextColor { color: #ECCCF0; }

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

This text font color is #ECCCF0.


Background Color

.myBgColor { background-color: #ECCCF0; }

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

This div background color is #ECCCF0.


Border color

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

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

This div border color is #ECCCF0.


Opacity

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

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

Text with #ECCCF0 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 #ECCCF0;}

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

This text has shadow with #ECCCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCCF0 on black background.


Color preview on white background

This text has color #ECCCF0 on white background.



Black color preview on #ECCCF0 background

This text has black color on #ECCCF0 background.


White color preview on #ECCCF0 background

This text has white color on #ECCCF0 background.