COLOR #ECDCE9

HEX: #ECDCE9
RGB: (236,220,233)

Color info

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

RGB color model

#ECDCE9 color RGB value is (236,220,233).

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

RGB channels and saturation

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

236
220
233

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

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 233 = 689 (100%)
R 236 of 689 ~ 34.25%
G 220 of 689 ~ 31.93%
B 233 of 689 ~ 33.82%

%34.25
%31.93
%33.82

CMYK color model

#ECDCE9 color CMYK value is (0,7,1,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,7,1,7)
C0M7Y1K7 
(0%,7%,1%,7%)
(0.00/0.07/0.01/0.07)	

CMYK percentages

%0
%6.78
%1.27
%7.45

Codes

Color #ECDCE9 in popluar color models

ECDCE9
RGB236220233
HSL311°29.63%89.41%
HSB/HSV311°6.78%92.55%
CMYK0.00%6.78%1.27%
7.45%

Color #ECDCE9 in popluar number systems.

HEXECDCE9
Decimal236220233
Binary111011001101110011101001
Octal354334351

Shades and tints

Shades of #ECDCE9

#ECDCE9
(236,220,233)
#D7C8D4
(215,200,212)
#C2B4BF
(194,180,191)
#ADA0AA
(173,160,170)
#988C95
(152,140,149)
#837880
(131,120,128)
#6E646B
(110,100,107)
#595056
(89,80,86)
#443C41
(68,60,65)
#2F282C
(47,40,44)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #ECDCE9

#ECDCE9
(236,220,233)
#EDDFEB
(237,223,235)
#EEE2ED
(238,226,237)
#EFE5EF
(239,229,239)
#F0E8F1
(240,232,241)
#F1EBF3
(241,235,243)
#F2EEF5
(242,238,245)
#F3F1F7
(243,241,247)
#F4F4F9
(244,244,249)
#F5F7FB
(245,247,251)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCE9; }

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

This text font color is #ECDCE9.


Background Color

.myBgColor { background-color: #ECDCE9; }

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

This div background color is #ECDCE9.


Border color

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

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

This div border color is #ECDCE9.


Opacity

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

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

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

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

This text has shadow with #ECDCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCE9 on black background.


Color preview on white background

This text has color #ECDCE9 on white background.



Black color preview on #ECDCE9 background

This text has black color on #ECDCE9 background.


White color preview on #ECDCE9 background

This text has white color on #ECDCE9 background.