COLOR #ECDAED

HEX: #ECDAED
RGB: (236,218,237)

Color info

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

RGB color model

#ECDAED color RGB value is (236,218,237).

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

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 237 of 255 = 93%

236
218
237

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 237 = 691 (100%)
R 236 of 691 ~ 34.15%
G 218 of 691 ~ 31.55%
B 237 of 691 ~ 34.3%

%34.15
%31.55
%34.3

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,8,0,7)
C0M8Y0K7 
(0%,8%,0%,7%)
(0.00/0.08/0.00/0.07)	

CMYK percentages

%0.42
%8.02
%0
%7.06

Codes

Color #ECDAED in popluar color models

ECDAED
RGB236218237
HSL297°34.55%89.22%
HSB/HSV297°8.02%92.94%
CMYK0.42%8.02%0.00%
7.06%

Color #ECDAED in popluar number systems.

HEXECDAED
Decimal236218237
Binary111011001101101011101101
Octal354332355

Shades and tints

Shades of #ECDAED

#ECDAED
(236,218,237)
#D7C7D8
(215,199,216)
#C2B4C3
(194,180,195)
#ADA1AE
(173,161,174)
#988E99
(152,142,153)
#837B84
(131,123,132)
#6E686F
(110,104,111)
#59555A
(89,85,90)
#444245
(68,66,69)
#2F2F30
(47,47,48)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #ECDAED

#ECDAED
(236,218,237)
#EDDDEE
(237,221,238)
#EEE0EF
(238,224,239)
#EFE3F0
(239,227,240)
#F0E6F1
(240,230,241)
#F1E9F2
(241,233,242)
#F2ECF3
(242,236,243)
#F3EFF4
(243,239,244)
#F4F2F5
(244,242,245)
#F5F5F6
(245,245,246)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAED; }

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

This text font color is #ECDAED.


Background Color

.myBgColor { background-color: #ECDAED; }

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

This div background color is #ECDAED.


Border color

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

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

This div border color is #ECDAED.


Opacity

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

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

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

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

This text has shadow with #ECDAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDAED on black background.


Color preview on white background

This text has color #ECDAED on white background.



Black color preview on #ECDAED background

This text has black color on #ECDAED background.


White color preview on #ECDAED background

This text has white color on #ECDAED background.