COLOR #ECDEED

HEX: #ECDEED RGB: (236,222,237)

Color info

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

RGB color model

#ECDEED color RGB value is (236,222,237).

RGB: (236,222,237) (93%, 87%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 237 of 255 = 93%

236
222
237

R + G + B ~ 91%. #ECDEED is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 237 = 695 (100%)
R 236 of 695 ~ 33.96%
G 222 of 695 ~ 31.94%
B 237 of 695 ~ 34.1'%

%33.96
%31.94
%34.1

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,6,0,7)
C0M6Y0K7 (0%, 6%, 0%, 7%)
(0.00 / 0.06 / 0.00 / 0.07)

CMYK percentages

%0.42
%6.33
%0
%7.06

Codes

Color #ECDEED in popluar color models

EC DE ED
RGB 236 222 237
HSL 296° 29.41% 90.00%
HSB/HSV 296° 6.33% 92.94%
CMYK 0.42% 6.33% 0.00%
7.06%

Color #ECDEED in popluar number systems.

HEX EC DE ED
Decimal 236 222 237
Binary 11101100 11011110 11101101
Octal 354 336 355

Shades and tints

Shades of #ECDEED

#ECDEED
(236,222,237)
#D7CAD8
(215,202,216)
#C2B6C3
(194,182,195)
#ADA2AE
(173,162,174)
#988E99
(152,142,153)
#837A84
(131,122,132)
#6E666F
(110,102,111)
#59525A
(89,82,90)
#443E45
(68,62,69)
#2F2A30
(47,42,48)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #ECDEED

#ECDEED
(236,222,237)
#EDE1EE
(237,225,238)
#EEE4EF
(238,228,239)
#EFE7F0
(239,231,240)
#F0EAF1
(240,234,241)
#F1EDF2
(241,237,242)
#F2F0F3
(242,240,243)
#F3F3F4
(243,243,244)
#F4F6F5
(244,246,245)
#F5F9F6
(245,249,246)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEED; }

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

This text font color is #ECDEED.

Background Color

.myBgColor { background-color: #ECDEED; }

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

This div background color is #ECDEED.

Border color

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

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

This div border color is #ECDEED.

Opacity

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

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

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

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

This text has shadow with #ECDEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDEED.

Preview

Color preview on black background

This text has color #ECDEED on black background.


Color preview on white background

This text has color #ECDEED on white background.


Black color preview on #ECDEED background

This text has black color on #ECDEED background.


White color preview on #ECDEED background

This text has white color on #ECDEED background.


Related colors

Complementary color

Complementary color for #hex is #132112.


I love getcolorcode.com

Triadic colors

1 #EDECDE and #DEEDEC with #ECDEED are triadic colors.

2 #EDDEEC and #DEECED with #ECDEED are triadic colors.