COLOR #ECD4E4

HEX: #ECD4E4
RGB: (236,212,228)

Color info

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

RGB color model

#ECD4E4 color RGB value is (236,212,228).

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

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 228 of 255 = 89%

236
212
228

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

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 228 = 676 (100%)
R 236 of 676 ~ 34.91%
G 212 of 676 ~ 31.36%
B 228 of 676 ~ 33.73%

%34.91
%31.36
%33.73

CMYK color model

#ECD4E4 color CMYK value is (0,10,3,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,10,3,7)
C0M10Y3K7 
(0%,10%,3%,7%)
(0.00/0.10/0.03/0.07)	

CMYK percentages

%0
%10.17
%3.39
%7.45

Codes

Color #ECD4E4 in popluar color models

ECD4E4
RGB236212228
HSL320°38.71%87.84%
HSB/HSV320°10.17%92.55%
CMYK0.00%10.17%3.39%
7.45%

Color #ECD4E4 in popluar number systems.

HEXECD4E4
Decimal236212228
Binary111011001101010011100100
Octal354324344

Shades and tints

Shades of #ECD4E4

#ECD4E4
(236,212,228)
#D7C1D0
(215,193,208)
#C2AEBC
(194,174,188)
#AD9BA8
(173,155,168)
#988894
(152,136,148)
#837580
(131,117,128)
#6E626C
(110,98,108)
#594F58
(89,79,88)
#443C44
(68,60,68)
#2F2930
(47,41,48)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECD4E4

#ECD4E4
(236,212,228)
#EDD7E6
(237,215,230)
#EEDAE8
(238,218,232)
#EFDDEA
(239,221,234)
#F0E0EC
(240,224,236)
#F1E3EE
(241,227,238)
#F2E6F0
(242,230,240)
#F3E9F2
(243,233,242)
#F4ECF4
(244,236,244)
#F5EFF6
(245,239,246)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD4E4; }

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

This text font color is #ECD4E4.


Background Color

.myBgColor { background-color: #ECD4E4; }

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

This div background color is #ECD4E4.


Border color

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

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

This div border color is #ECD4E4.


Opacity

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

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

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

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

This text has shadow with #ECD4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4E4 on black background.


Color preview on white background

This text has color #ECD4E4 on white background.



Black color preview on #ECD4E4 background

This text has black color on #ECD4E4 background.


White color preview on #ECD4E4 background

This text has white color on #ECD4E4 background.