COLOR #ECD8E9

HEX: #ECD8E9 RGB: (236,216,233)

Color info

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

RGB color model

#ECD8E9 color RGB value is (236,216,233).

RGB: (236,216,233) (93%, 85%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 233 of 255 = 91%

236
216
233

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

Portions of RGB colors in percentages

R + G + B = 236 + 216 + 233 = 685 (100%)
R 236 of 685 ~ 34.45%
G 216 of 685 ~ 31.53%
B 233 of 685 ~ 34.01'%

%34.45
%31.53
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 1.27%
  • key color value is 7.45%

CMYK: (0,8,1,7)
C0M8Y1K7 (0%, 8%, 1%, 7%)
(0.00 / 0.08 / 0.01 / 0.07)

CMYK percentages

%0
%8.47
%1.27
%7.45

Codes

Color #ECD8E9 in popluar color models

EC D8 E9
RGB 236 216 233
HSL 309° 34.48% 88.63%
HSB/HSV 309° 8.47% 92.55%
CMYK 0.00% 8.47% 1.27%
7.45%

Color #ECD8E9 in popluar number systems.

HEX EC D8 E9
Decimal 236 216 233
Binary 11101100 11011000 11101001
Octal 354 330 351

Shades and tints

Shades of #ECD8E9

#ECD8E9
(236,216,233)
#D7C5D4
(215,197,212)
#C2B2BF
(194,178,191)
#AD9FAA
(173,159,170)
#988C95
(152,140,149)
#837980
(131,121,128)
#6E666B
(110,102,107)
#595356
(89,83,86)
#444041
(68,64,65)
#2F2D2C
(47,45,44)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #ECD8E9

#ECD8E9
(236,216,233)
#EDDBEB
(237,219,235)
#EEDEED
(238,222,237)
#EFE1EF
(239,225,239)
#F0E4F1
(240,228,241)
#F1E7F3
(241,231,243)
#F2EAF5
(242,234,245)
#F3EDF7
(243,237,247)
#F4F0F9
(244,240,249)
#F5F3FB
(245,243,251)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD8E9 color. Also use rgb(236,216,233) instead hex code.

Text Font Color

.myTextColor { color: #ECD8E9; }

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

This text font color is #ECD8E9.

Background Color

.myBgColor { background-color: #ECD8E9; }

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

This div background color is #ECD8E9.

Border color

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

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

This div border color is #ECD8E9.

Opacity

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

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

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

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

This text has shadow with #ECD8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD8E9.

Preview

Color preview on black background

This text has color #ECD8E9 on black background.


Color preview on white background

This text has color #ECD8E9 on white background.


Black color preview on #ECD8E9 background

This text has black color on #ECD8E9 background.


White color preview on #ECD8E9 background

This text has white color on #ECD8E9 background.


Related colors

Complementary color

Complementary color for #hex is #132716.


I love getcolorcode.com

Triadic colors

1 #E9ECD8 and #D8E9EC with #ECD8E9 are triadic colors.

2 #E9D8EC and #D8ECE9 with #ECD8E9 are triadic colors.