COLOR #ECDCE8

HEX: #ECDCE8
RGB: (236,220,232)

Color info

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

RGB color model

#ECDCE8 color RGB value is (236,220,232).

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

RGB channels and saturation

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

236
220
232

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

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 232 = 688 (100%)
R 236 of 688 ~ 34.3%
G 220 of 688 ~ 31.98%
B 232 of 688 ~ 33.72%

%34.3
%31.98
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 1.69%
  • 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
%1.69
%7.45

Codes

Color #ECDCE8 in popluar color models

ECDCE8
RGB236220232
HSL315°29.63%89.41%
HSB/HSV315°6.78%92.55%
CMYK0.00%6.78%1.69%
7.45%

Color #ECDCE8 in popluar number systems.

HEXECDCE8
Decimal236220232
Binary111011001101110011101000
Octal354334350

Shades and tints

Shades of #ECDCE8

#ECDCE8
(236,220,232)
#D7C8D3
(215,200,211)
#C2B4BE
(194,180,190)
#ADA0A9
(173,160,169)
#988C94
(152,140,148)
#83787F
(131,120,127)
#6E646A
(110,100,106)
#595055
(89,80,85)
#443C40
(68,60,64)
#2F282B
(47,40,43)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #ECDCE8

#ECDCE8
(236,220,232)
#EDDFEA
(237,223,234)
#EEE2EC
(238,226,236)
#EFE5EE
(239,229,238)
#F0E8F0
(240,232,240)
#F1EBF2
(241,235,242)
#F2EEF4
(242,238,244)
#F3F1F6
(243,241,246)
#F4F4F8
(244,244,248)
#F5F7FA
(245,247,250)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCE8; }

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

This text font color is #ECDCE8.


Background Color

.myBgColor { background-color: #ECDCE8; }

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

This div background color is #ECDCE8.


Border color

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

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

This div border color is #ECDCE8.


Opacity

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

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

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

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

This text has shadow with #ECDCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCE8 on black background.


Color preview on white background

This text has color #ECDCE8 on white background.



Black color preview on #ECDCE8 background

This text has black color on #ECDCE8 background.


White color preview on #ECDCE8 background

This text has white color on #ECDCE8 background.