COLOR #ECDAE1

HEX: #ECDAE1
RGB: (236,218,225)

Color info

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

RGB color model

#ECDAE1 color RGB value is (236,218,225).

  • red value is 236;
  • green value is 218;
  • blue value is 225.
RGB:
(236,218,225)
(93%,85%,88%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 225 of 255 = 88%

236
218
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 225 = 679 (100%)
R 236 of 679 ~ 34.76%
G 218 of 679 ~ 32.11%
B 225 of 679 ~ 33.14%

%34.76
%32.11
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,8,5,7)
C0M8Y5K7 
(0%,8%,5%,7%)
(0.00/0.08/0.05/0.07)	

CMYK percentages

%0
%7.63
%4.66
%7.45

Codes

Color #ECDAE1 in popluar color models

ECDAE1
RGB236218225
HSL337°32.14%89.02%
HSB/HSV337°7.63%92.55%
CMYK0.00%7.63%4.66%
7.45%

Color #ECDAE1 in popluar number systems.

HEXECDAE1
Decimal236218225
Binary111011001101101011100001
Octal354332341

Shades and tints

Shades of #ECDAE1

#ECDAE1
(236,218,225)
#D7C7CD
(215,199,205)
#C2B4B9
(194,180,185)
#ADA1A5
(173,161,165)
#988E91
(152,142,145)
#837B7D
(131,123,125)
#6E6869
(110,104,105)
#595555
(89,85,85)
#444241
(68,66,65)
#2F2F2D
(47,47,45)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #ECDAE1

#ECDAE1
(236,218,225)
#EDDDE3
(237,221,227)
#EEE0E5
(238,224,229)
#EFE3E7
(239,227,231)
#F0E6E9
(240,230,233)
#F1E9EB
(241,233,235)
#F2ECED
(242,236,237)
#F3EFEF
(243,239,239)
#F4F2F1
(244,242,241)
#F5F5F3
(245,245,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDAE1 color. Also use rgb(236,218,225) instead hex code.

Text Font Color

.myTextColor { color: #ECDAE1; }

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

This text font color is #ECDAE1.


Background Color

.myBgColor { background-color: #ECDAE1; }

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

This div background color is #ECDAE1.


Border color

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

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

This div border color is #ECDAE1.


Opacity

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

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

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

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

This text has shadow with #ECDAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDAE1 on black background.


Color preview on white background

This text has color #ECDAE1 on white background.



Black color preview on #ECDAE1 background

This text has black color on #ECDAE1 background.


White color preview on #ECDAE1 background

This text has white color on #ECDAE1 background.