COLOR #ECD4DD

HEX: #ECD4DD
RGB: (236,212,221)

Color info

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

RGB color model

#ECD4DD color RGB value is (236,212,221).

  • red value is 236;
  • green value is 212;
  • blue value is 221.
RGB:
(236,212,221)
(93%,83%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 221 of 255 = 87%

236
212
221

R + G + B ~ 88%. #ECD4DD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 221 = 669 (100%)
R 236 of 669 ~ 35.28%
G 212 of 669 ~ 31.69%
B 221 of 669 ~ 33.03%

%35.28
%31.69
%33.03

CMYK color model

#ECD4DD color CMYK value is (0,10,6,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,10,6,7)
C0M10Y6K7 
(0%,10%,6%,7%)
(0.00/0.10/0.06/0.07)	

CMYK percentages

%0
%10.17
%6.36
%7.45

Codes

Color #ECD4DD in popluar color models

ECD4DD
RGB236212221
HSL338°38.71%87.84%
HSB/HSV338°10.17%92.55%
CMYK0.00%10.17%6.36%
7.45%

Color #ECD4DD in popluar number systems.

HEXECD4DD
Decimal236212221
Binary111011001101010011011101
Octal354324335

Shades and tints

Shades of #ECD4DD

#ECD4DD
(236,212,221)
#D7C1C9
(215,193,201)
#C2AEB5
(194,174,181)
#AD9BA1
(173,155,161)
#98888D
(152,136,141)
#837579
(131,117,121)
#6E6265
(110,98,101)
#594F51
(89,79,81)
#443C3D
(68,60,61)
#2F2929
(47,41,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #ECD4DD

#ECD4DD
(236,212,221)
#EDD7E0
(237,215,224)
#EEDAE3
(238,218,227)
#EFDDE6
(239,221,230)
#F0E0E9
(240,224,233)
#F1E3EC
(241,227,236)
#F2E6EF
(242,230,239)
#F3E9F2
(243,233,242)
#F4ECF5
(244,236,245)
#F5EFF8
(245,239,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD4DD color. Also use rgb(236,212,221) instead hex code.

Text Font Color

.myTextColor { color: #ECD4DD; }

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

This text font color is #ECD4DD.


Background Color

.myBgColor { background-color: #ECD4DD; }

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

This div background color is #ECD4DD.


Border color

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

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

This div border color is #ECD4DD.


Opacity

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

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

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

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

This text has shadow with #ECD4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4DD on black background.


Color preview on white background

This text has color #ECD4DD on white background.



Black color preview on #ECD4DD background

This text has black color on #ECD4DD background.


White color preview on #ECD4DD background

This text has white color on #ECD4DD background.