COLOR #ECD3EF

HEX: #ECD3EF RGB: (236,211,239)

Color info

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

RGB color model

#ECD3EF color RGB value is (236,211,239).

RGB: (236,211,239) (93%, 83%, 94%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 239 of 255 = 94%

236
211
239

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

Portions of RGB colors in percentages

R + G + B = 236 + 211 + 239 = 686 (100%)
R 236 of 686 ~ 34.4%
G 211 of 686 ~ 30.76%
B 239 of 686 ~ 34.84'%

%34.4
%30.76
%34.84

CMYK color model

#ECD3EF color CMYK value is (1,12,0,6).

  • cyan value is 1.26%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,12,0,6)
C1M12Y0K6 (1%, 12%, 0%, 6%)
(0.01 / 0.12 / 0.00 / 0.06)

CMYK percentages

%1.26
%11.72
%0
%6.27

Codes

Color #ECD3EF in popluar color models

EC D3 EF
RGB 236 211 239
HSL 294° 46.67% 88.24%
HSB/HSV 294° 11.72% 93.73%
CMYK 1.26% 11.72% 0.00%
6.27%

Color #ECD3EF in popluar number systems.

HEX EC D3 EF
Decimal 236 211 239
Binary 11101100 11010011 11101111
Octal 354 323 357

Shades and tints

Shades of #ECD3EF

#ECD3EF
(236,211,239)
#D7C0DA
(215,192,218)
#C2ADC5
(194,173,197)
#AD9AB0
(173,154,176)
#98879B
(152,135,155)
#837486
(131,116,134)
#6E6171
(110,97,113)
#594E5C
(89,78,92)
#443B47
(68,59,71)
#2F2832
(47,40,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #ECD3EF

#ECD3EF
(236,211,239)
#EDD7F0
(237,215,240)
#EEDBF1
(238,219,241)
#EFDFF2
(239,223,242)
#F0E3F3
(240,227,243)
#F1E7F4
(241,231,244)
#F2EBF5
(242,235,245)
#F3EFF6
(243,239,246)
#F4F3F7
(244,243,247)
#F5F7F8
(245,247,248)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3EF; }

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

This text font color is #ECD3EF.

Background Color

.myBgColor { background-color: #ECD3EF; }

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

This div background color is #ECD3EF.

Border color

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

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

This div border color is #ECD3EF.

Opacity

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

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

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

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

This text has shadow with #ECD3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD3EF.

Preview

Color preview on black background

This text has color #ECD3EF on black background.


Color preview on white background

This text has color #ECD3EF on white background.


Black color preview on #ECD3EF background

This text has black color on #ECD3EF background.


White color preview on #ECD3EF background

This text has white color on #ECD3EF background.


Related colors

Complementary color

Complementary color for #hex is #132C10.


I love getcolorcode.com

Triadic colors

1 #EFECD3 and #D3EFEC with #ECD3EF are triadic colors.

2 #EFD3EC and #D3ECEF with #ECD3EF are triadic colors.