COLOR #ECDCE7

HEX: #ECDCE7
RGB: (236,220,231)

Color info

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

RGB color model

#ECDCE7 color RGB value is (236,220,231).

  • red value is 236;
  • green value is 220;
  • blue value is 231.
RGB:
(236,220,231)
(93%,86%,91%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 231 of 255 = 91%

236
220
231

R + G + B ~ 90%. #ECDCE7 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 231 = 687 (100%)
R 236 of 687 ~ 34.35%
G 220 of 687 ~ 32.02%
B 231 of 687 ~ 33.62%

%34.35
%32.02
%33.62

CMYK color model

#ECDCE7 color CMYK value is (0,7,2,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 2.12%
  • key color value is 7.45%
CMYK:
(0,7,2,7)
C0M7Y2K7 
(0%,7%,2%,7%)
(0.00/0.07/0.02/0.07)	

CMYK percentages

%0
%6.78
%2.12
%7.45

Codes

Color #ECDCE7 in popluar color models

ECDCE7
RGB236220231
HSL319°29.63%89.41%
HSB/HSV319°6.78%92.55%
CMYK0.00%6.78%2.12%
7.45%

Color #ECDCE7 in popluar number systems.

HEXECDCE7
Decimal236220231
Binary111011001101110011100111
Octal354334347

Shades and tints

Shades of #ECDCE7

#ECDCE7
(236,220,231)
#D7C8D2
(215,200,210)
#C2B4BD
(194,180,189)
#ADA0A8
(173,160,168)
#988C93
(152,140,147)
#83787E
(131,120,126)
#6E6469
(110,100,105)
#595054
(89,80,84)
#443C3F
(68,60,63)
#2F282A
(47,40,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #ECDCE7

#ECDCE7
(236,220,231)
#EDDFE9
(237,223,233)
#EEE2EB
(238,226,235)
#EFE5ED
(239,229,237)
#F0E8EF
(240,232,239)
#F1EBF1
(241,235,241)
#F2EEF3
(242,238,243)
#F3F1F5
(243,241,245)
#F4F4F7
(244,244,247)
#F5F7F9
(245,247,249)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCE7 color. Also use rgb(236,220,231) instead hex code.

Text Font Color

.myTextColor { color: #ECDCE7; }

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

This text font color is #ECDCE7.


Background Color

.myBgColor { background-color: #ECDCE7; }

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

This div background color is #ECDCE7.


Border color

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

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

This div border color is #ECDCE7.


Opacity

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

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

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

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

This text has shadow with #ECDCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCE7 on black background.


Color preview on white background

This text has color #ECDCE7 on white background.



Black color preview on #ECDCE7 background

This text has black color on #ECDCE7 background.


White color preview on #ECDCE7 background

This text has white color on #ECDCE7 background.