COLOR #ECD3EA

HEX: #ECD3EA RGB: (236,211,234)

Color info

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

RGB color model

#ECD3EA color RGB value is (236,211,234).

RGB: (236,211,234) (93%, 83%, 92%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 234 of 255 = 92%

236
211
234

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

Portions of RGB colors in percentages

R + G + B = 236 + 211 + 234 = 681 (100%)
R 236 of 681 ~ 34.65%
G 211 of 681 ~ 30.98%
B 234 of 681 ~ 34.36'%

%34.65
%30.98
%34.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 0.85%
  • key color value is 7.45%

CMYK: (0,11,1,7)
C0M11Y1K7 (0%, 11%, 1%, 7%)
(0.00 / 0.11 / 0.01 / 0.07)

CMYK percentages

%0
%10.59
%0.85
%7.45

Codes

Color #ECD3EA in popluar color models

EC D3 EA
RGB 236 211 234
HSL 305° 39.68% 87.65%
HSB/HSV 305° 10.59% 92.55%
CMYK 0.00% 10.59% 0.85%
7.45%

Color #ECD3EA in popluar number systems.

HEX EC D3 EA
Decimal 236 211 234
Binary 11101100 11010011 11101010
Octal 354 323 352

Shades and tints

Shades of #ECD3EA

#ECD3EA
(236,211,234)
#D7C0D5
(215,192,213)
#C2ADC0
(194,173,192)
#AD9AAB
(173,154,171)
#988796
(152,135,150)
#837481
(131,116,129)
#6E616C
(110,97,108)
#594E57
(89,78,87)
#443B42
(68,59,66)
#2F282D
(47,40,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECD3EA

#ECD3EA
(236,211,234)
#EDD7EB
(237,215,235)
#EEDBEC
(238,219,236)
#EFDFED
(239,223,237)
#F0E3EE
(240,227,238)
#F1E7EF
(241,231,239)
#F2EBF0
(242,235,240)
#F3EFF1
(243,239,241)
#F4F3F2
(244,243,242)
#F5F7F3
(245,247,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3EA; }

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

This text font color is #ECD3EA.

Background Color

.myBgColor { background-color: #ECD3EA; }

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

This div background color is #ECD3EA.

Border color

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

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

This div border color is #ECD3EA.

Opacity

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

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

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

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

This text has shadow with #ECD3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD3EA.

Preview

Color preview on black background

This text has color #ECD3EA on black background.


Color preview on white background

This text has color #ECD3EA on white background.


Black color preview on #ECD3EA background

This text has black color on #ECD3EA background.


White color preview on #ECD3EA background

This text has white color on #ECD3EA background.


Related colors

Complementary color

Complementary color for #hex is #132C15.


I love getcolorcode.com

Triadic colors

1 #EAECD3 and #D3EAEC with #ECD3EA are triadic colors.

2 #EAD3EC and #D3ECEA with #ECD3EA are triadic colors.