COLOR #ECD9EB

HEX: #ECD9EB RGB: (236,217,235)

Color info

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

RGB color model

#ECD9EB color RGB value is (236,217,235).

RGB: (236,217,235) (93%, 85%, 92%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 235 of 255 = 92%

236
217
235

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

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 235 = 688 (100%)
R 236 of 688 ~ 34.3%
G 217 of 688 ~ 31.54%
B 235 of 688 ~ 34.16'%

%34.3
%31.54
%34.16

CMYK color model

#ECD9EB color CMYK value is (0,8,0,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 0.42%
  • key color value is 7.45%

CMYK: (0,8,0,7)
C0M8Y0K7 (0%, 8%, 0%, 7%)
(0.00 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0
%8.05
%0.42
%7.45

Codes

Color #ECD9EB in popluar color models

EC D9 EB
RGB 236 217 235
HSL 303° 33.33% 88.82%
HSB/HSV 303° 8.05% 92.55%
CMYK 0.00% 8.05% 0.42%
7.45%

Color #ECD9EB in popluar number systems.

HEX EC D9 EB
Decimal 236 217 235
Binary 11101100 11011001 11101011
Octal 354 331 353

Shades and tints

Shades of #ECD9EB

#ECD9EB
(236,217,235)
#D7C6D6
(215,198,214)
#C2B3C1
(194,179,193)
#ADA0AC
(173,160,172)
#988D97
(152,141,151)
#837A82
(131,122,130)
#6E676D
(110,103,109)
#595458
(89,84,88)
#444143
(68,65,67)
#2F2E2E
(47,46,46)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #ECD9EB

#ECD9EB
(236,217,235)
#EDDCEC
(237,220,236)
#EEDFED
(238,223,237)
#EFE2EE
(239,226,238)
#F0E5EF
(240,229,239)
#F1E8F0
(241,232,240)
#F2EBF1
(242,235,241)
#F3EEF2
(243,238,242)
#F4F1F3
(244,241,243)
#F5F4F4
(245,244,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9EB; }

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

This text font color is #ECD9EB.

Background Color

.myBgColor { background-color: #ECD9EB; }

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

This div background color is #ECD9EB.

Border color

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

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

This div border color is #ECD9EB.

Opacity

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

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

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

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

This text has shadow with #ECD9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD9EB.

Preview

Color preview on black background

This text has color #ECD9EB on black background.


Color preview on white background

This text has color #ECD9EB on white background.


Black color preview on #ECD9EB background

This text has black color on #ECD9EB background.


White color preview on #ECD9EB background

This text has white color on #ECD9EB background.


Related colors

Complementary color

Complementary color for #hex is #132614.


I love getcolorcode.com

Triadic colors

1 #EBECD9 and #D9EBEC with #ECD9EB are triadic colors.

2 #EBD9EC and #D9ECEB with #ECD9EB are triadic colors.