COLOR #ECDAE7

HEX: #ECDAE7 RGB: (236,218,231)

Color info

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

RGB color model

#ECDAE7 color RGB value is (236,218,231).

RGB: (236,218,231) (93%, 85%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 231 of 255 = 91%

236
218
231

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

Portions of RGB colors in percentages

R + G + B = 236 + 218 + 231 = 685 (100%)
R 236 of 685 ~ 34.45%
G 218 of 685 ~ 31.82%
B 231 of 685 ~ 33.72'%

%34.45
%31.82
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 2.12%
  • key color value is 7.45%

CMYK: (0,8,2,7)
C0M8Y2K7 (0%, 8%, 2%, 7%)
(0.00 / 0.08 / 0.02 / 0.07)

CMYK percentages

%0
%7.63
%2.12
%7.45

Codes

Color #ECDAE7 in popluar color models

EC DA E7
RGB 236 218 231
HSL 317° 32.14% 89.02%
HSB/HSV 317° 7.63% 92.55%
CMYK 0.00% 7.63% 2.12%
7.45%

Color #ECDAE7 in popluar number systems.

HEX EC DA E7
Decimal 236 218 231
Binary 11101100 11011010 11100111
Octal 354 332 347

Shades and tints

Shades of #ECDAE7

#ECDAE7
(236,218,231)
#D7C7D2
(215,199,210)
#C2B4BD
(194,180,189)
#ADA1A8
(173,161,168)
#988E93
(152,142,147)
#837B7E
(131,123,126)
#6E6869
(110,104,105)
#595554
(89,85,84)
#44423F
(68,66,63)
#2F2F2A
(47,47,42)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #ECDAE7

#ECDAE7
(236,218,231)
#EDDDE9
(237,221,233)
#EEE0EB
(238,224,235)
#EFE3ED
(239,227,237)
#F0E6EF
(240,230,239)
#F1E9F1
(241,233,241)
#F2ECF3
(242,236,243)
#F3EFF5
(243,239,245)
#F4F2F7
(244,242,247)
#F5F5F9
(245,245,249)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAE7; }

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

This text font color is #ECDAE7.

Background Color

.myBgColor { background-color: #ECDAE7; }

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

This div background color is #ECDAE7.

Border color

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

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

This div border color is #ECDAE7.

Opacity

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

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

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

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

This text has shadow with #ECDAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDAE7.

Preview

Color preview on black background

This text has color #ECDAE7 on black background.


Color preview on white background

This text has color #ECDAE7 on white background.


Black color preview on #ECDAE7 background

This text has black color on #ECDAE7 background.


White color preview on #ECDAE7 background

This text has white color on #ECDAE7 background.


Related colors

Complementary color

Complementary color for #hex is #132518.


I love getcolorcode.com

Triadic colors

1 #E7ECDA and #DAE7EC with #ECDAE7 are triadic colors.

2 #E7DAEC and #DAECE7 with #ECDAE7 are triadic colors.