COLOR #ECD3E6

HEX: #ECD3E6 RGB: (236,211,230)

Color info

#ECD3E6 contains red, green and blue colors in about the same proportion. Web safe color of #ECD3E6 is #FFCCCC (or #FCC).

RGB color model

#ECD3E6 color RGB value is (236,211,230).

RGB: (236,211,230) (93%, 83%, 90%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 230 of 255 = 90%

236
211
230

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

Portions of RGB colors in percentages

R + G + B = 236 + 211 + 230 = 677 (100%)
R 236 of 677 ~ 34.86%
G 211 of 677 ~ 31.17%
B 230 of 677 ~ 33.97'%

%34.86
%31.17
%33.97

CMYK color model

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

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

CMYK: (0,11,3,7)
C0M11Y3K7 (0%, 11%, 3%, 7%)
(0.00 / 0.11 / 0.03 / 0.07)

CMYK percentages

%0
%10.59
%2.54
%7.45

Codes

Color #ECD3E6 in popluar color models

EC D3 E6
RGB 236 211 230
HSL 314° 39.68% 87.65%
HSB/HSV 314° 10.59% 92.55%
CMYK 0.00% 10.59% 2.54%
7.45%

Color #ECD3E6 in popluar number systems.

HEX EC D3 E6
Decimal 236 211 230
Binary 11101100 11010011 11100110
Octal 354 323 346

Shades and tints

Shades of #ECD3E6

#ECD3E6
(236,211,230)
#D7C0D2
(215,192,210)
#C2ADBE
(194,173,190)
#AD9AAA
(173,154,170)
#988796
(152,135,150)
#837482
(131,116,130)
#6E616E
(110,97,110)
#594E5A
(89,78,90)
#443B46
(68,59,70)
#2F2832
(47,40,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #ECD3E6

#ECD3E6
(236,211,230)
#EDD7E8
(237,215,232)
#EEDBEA
(238,219,234)
#EFDFEC
(239,223,236)
#F0E3EE
(240,227,238)
#F1E7F0
(241,231,240)
#F2EBF2
(242,235,242)
#F3EFF4
(243,239,244)
#F4F3F6
(244,243,246)
#F5F7F8
(245,247,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3E6; }

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

This text font color is #ECD3E6.

Background Color

.myBgColor { background-color: #ECD3E6; }

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

This div background color is #ECD3E6.

Border color

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

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

This div border color is #ECD3E6.

Opacity

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

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

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

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

This text has shadow with #ECD3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD3E6.

Preview

Color preview on black background

This text has color #ECD3E6 on black background.


Color preview on white background

This text has color #ECD3E6 on white background.


Black color preview on #ECD3E6 background

This text has black color on #ECD3E6 background.


White color preview on #ECD3E6 background

This text has white color on #ECD3E6 background.


Related colors

Complementary color

Complementary color for #hex is #132C19.


I love getcolorcode.com

Triadic colors

1 #E6ECD3 and #D3E6EC with #ECD3E6 are triadic colors.

2 #E6D3EC and #D3ECE6 with #ECD3E6 are triadic colors.