COLOR #ECD5EC

HEX: #ECD5EC RGB: (236,213,236)

Color info

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

RGB color model

#ECD5EC color RGB value is (236,213,236).

RGB: (236,213,236) (93%, 84%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 236 of 255 = 93%

236
213
236

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 236 = 685 (100%)
R 236 of 685 ~ 34.45%
G 213 of 685 ~ 31.09%
B 236 of 685 ~ 34.45'%

%34.45
%31.09
%34.45

CMYK color model

#ECD5EC color CMYK value is (0,10,0,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (0,10,0,7) C0M10Y0K7 (0%,10%,0%,7%) (0.00/0.10/0.00/0.07) 

CMYK percentages

%0
%9.75
%0
%7.45

Codes

Color #ECD5EC in popluar color models

EC D5 EC
RGB 236 213 236
HSL 300° 37.70% 88.04%
HSB/HSV 300° 9.75% 92.55%
CMYK 0.00% 9.75% 0.00%
7.45%

Color #ECD5EC in popluar number systems.

HEX EC D5 EC
Decimal 236 213 236
Binary 11101100 11010101 11101100
Octal 354 325 354

Shades and tints

Shades of #ECD5EC

#ECD5EC
(236,213,236)
#D7C2D7
(215,194,215)
#C2AFC2
(194,175,194)
#AD9CAD
(173,156,173)
#988998
(152,137,152)
#837683
(131,118,131)
#6E636E
(110,99,110)
#595059
(89,80,89)
#443D44
(68,61,68)
#2F2A2F
(47,42,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECD5EC

#ECD5EC
(236,213,236)
#EDD8ED
(237,216,237)
#EEDBEE
(238,219,238)
#EFDEEF
(239,222,239)
#F0E1F0
(240,225,240)
#F1E4F1
(241,228,241)
#F2E7F2
(242,231,242)
#F3EAF3
(243,234,243)
#F4EDF4
(244,237,244)
#F5F0F5
(245,240,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5EC; }

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

This text font color is #ECD5EC.

Background Color

.myBgColor { background-color: #ECD5EC; }

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

This div background color is #ECD5EC.

Border color

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

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

This div border color is #ECD5EC.

Opacity

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

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

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

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

This text has shadow with #ECD5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5EC.

Preview

Color preview on black background

This text has color #ECD5EC on black background.


Color preview on white background

This text has color #ECD5EC on white background.


Black color preview on #ECD5EC background

This text has black color on #ECD5EC background.


White color preview on #ECD5EC background

This text has white color on #ECD5EC background.


Related colors

Complementary color

Complementary color for #hex is #132A13.


I love getcolorcode.com

Triadic colors

1 #ECECD5 and #D5ECEC with #ECD5EC are triadic colors.

2 #ECD5EC and #D5ECEC with #ECD5EC are triadic colors.