COLOR #ECD7E9

HEX: #ECD7E9 RGB: (236,215,233)

Color info

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

RGB color model

#ECD7E9 color RGB value is (236,215,233).

RGB: (236,215,233) (93%, 84%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 233 of 255 = 91%

236
215
233

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

Portions of RGB colors in percentages

R + G + B = 236 + 215 + 233 = 684 (100%)
R 236 of 684 ~ 34.5%
G 215 of 684 ~ 31.43%
B 233 of 684 ~ 34.06'%

%34.5
%31.43
%34.06

CMYK color model

#ECD7E9 color CMYK value is (0,9,1,7).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 1.27%
  • key color value is 7.45%

CMYK: (0,9,1,7)
C0M9Y1K7 (0%, 9%, 1%, 7%)
(0.00 / 0.09 / 0.01 / 0.07)

CMYK percentages

%0
%8.9
%1.27
%7.45

Codes

Color #ECD7E9 in popluar color models

EC D7 E9
RGB 236 215 233
HSL 309° 35.59% 88.43%
HSB/HSV 309° 8.90% 92.55%
CMYK 0.00% 8.90% 1.27%
7.45%

Color #ECD7E9 in popluar number systems.

HEX EC D7 E9
Decimal 236 215 233
Binary 11101100 11010111 11101001
Octal 354 327 351

Shades and tints

Shades of #ECD7E9

#ECD7E9
(236,215,233)
#D7C4D4
(215,196,212)
#C2B1BF
(194,177,191)
#AD9EAA
(173,158,170)
#988B95
(152,139,149)
#837880
(131,120,128)
#6E656B
(110,101,107)
#595256
(89,82,86)
#443F41
(68,63,65)
#2F2C2C
(47,44,44)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECD7E9

#ECD7E9
(236,215,233)
#EDDAEB
(237,218,235)
#EEDDED
(238,221,237)
#EFE0EF
(239,224,239)
#F0E3F1
(240,227,241)
#F1E6F3
(241,230,243)
#F2E9F5
(242,233,245)
#F3ECF7
(243,236,247)
#F4EFF9
(244,239,249)
#F5F2FB
(245,242,251)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD7E9 color. Also use rgb(236,215,233) instead hex code.

Text Font Color

.myTextColor { color: #ECD7E9; }

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

This text font color is #ECD7E9.

Background Color

.myBgColor { background-color: #ECD7E9; }

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

This div background color is #ECD7E9.

Border color

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

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

This div border color is #ECD7E9.

Opacity

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

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

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

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

This text has shadow with #ECD7E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD7E9.

Preview

Color preview on black background

This text has color #ECD7E9 on black background.


Color preview on white background

This text has color #ECD7E9 on white background.


Black color preview on #ECD7E9 background

This text has black color on #ECD7E9 background.


White color preview on #ECD7E9 background

This text has white color on #ECD7E9 background.


Related colors

Complementary color

Complementary color for #hex is #132816.


I love getcolorcode.com

Triadic colors

1 #E9ECD7 and #D7E9EC with #ECD7E9 are triadic colors.

2 #E9D7EC and #D7ECE9 with #ECD7E9 are triadic colors.