COLOR #ECD3ED

HEX: #ECD3ED RGB: (236,211,237)

Color info

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

RGB color model

#ECD3ED color RGB value is (236,211,237).

RGB: (236,211,237) (93%, 83%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 237 of 255 = 93%

236
211
237

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

Portions of RGB colors in percentages

R + G + B = 236 + 211 + 237 = 684 (100%)
R 236 of 684 ~ 34.5%
G 211 of 684 ~ 30.85%
B 237 of 684 ~ 34.65'%

%34.5
%30.85
%34.65

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,11,0,7)
C0M11Y0K7 (0%, 11%, 0%, 7%)
(0.00 / 0.11 / 0.00 / 0.07)

CMYK percentages

%0.42
%10.97
%0
%7.06

Codes

Color #ECD3ED in popluar color models

EC D3 ED
RGB 236 211 237
HSL 298° 41.94% 87.84%
HSB/HSV 298° 10.97% 92.94%
CMYK 0.42% 10.97% 0.00%
7.06%

Color #ECD3ED in popluar number systems.

HEX EC D3 ED
Decimal 236 211 237
Binary 11101100 11010011 11101101
Octal 354 323 355

Shades and tints

Shades of #ECD3ED

#ECD3ED
(236,211,237)
#D7C0D8
(215,192,216)
#C2ADC3
(194,173,195)
#AD9AAE
(173,154,174)
#988799
(152,135,153)
#837484
(131,116,132)
#6E616F
(110,97,111)
#594E5A
(89,78,90)
#443B45
(68,59,69)
#2F2830
(47,40,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #ECD3ED

#ECD3ED
(236,211,237)
#EDD7EE
(237,215,238)
#EEDBEF
(238,219,239)
#EFDFF0
(239,223,240)
#F0E3F1
(240,227,241)
#F1E7F2
(241,231,242)
#F2EBF3
(242,235,243)
#F3EFF4
(243,239,244)
#F4F3F5
(244,243,245)
#F5F7F6
(245,247,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3ED; }

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

This text font color is #ECD3ED.

Background Color

.myBgColor { background-color: #ECD3ED; }

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

This div background color is #ECD3ED.

Border color

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

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

This div border color is #ECD3ED.

Opacity

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

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

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

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

This text has shadow with #ECD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD3ED.

Preview

Color preview on black background

This text has color #ECD3ED on black background.


Color preview on white background

This text has color #ECD3ED on white background.


Black color preview on #ECD3ED background

This text has black color on #ECD3ED background.


White color preview on #ECD3ED background

This text has white color on #ECD3ED background.


Related colors

Complementary color

Complementary color for #hex is #132C12.


I love getcolorcode.com

Triadic colors

1 #EDECD3 and #D3EDEC with #ECD3ED are triadic colors.

2 #EDD3EC and #D3ECED with #ECD3ED are triadic colors.