COLOR #ECDDF9

HEX: #ECDDF9 RGB: (236,221,249)

Color info

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

RGB color model

#ECDDF9 color RGB value is (236,221,249).

RGB: (236,221,249) (93%, 87%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 249 of 255 = 98%

236
221
249

R + G + B ~ 93%. #ECDDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 221 + 249 = 706 (100%)
R 236 of 706 ~ 33.43%
G 221 of 706 ~ 31.3%
B 249 of 706 ~ 35.27'%

%33.43
%31.3
%35.27

CMYK color model

#ECDDF9 color CMYK value is (5,11,0,2).

  • cyan value is 5.22%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (5,11,0,2) C5M11Y0K2 (5%,11%,0%,2%) (0.05/0.11/0.00/0.02) 

CMYK percentages

%5.22
%11.24
%0
%2.35

Codes

Color #ECDDF9 in popluar color models

EC DD F9
RGB 236 221 249
HSL 272° 70.00% 92.16%
HSB/HSV 272° 11.24% 97.65%
CMYK 5.22% 11.24% 0.00%
2.35%

Color #ECDDF9 in popluar number systems.

HEX EC DD F9
Decimal 236 221 249
Binary 11101100 11011101 11111001
Octal 354 335 371

Shades and tints

Shades of #ECDDF9

#ECDDF9
(236,221,249)
#D7C9E3
(215,201,227)
#C2B5CD
(194,181,205)
#ADA1B7
(173,161,183)
#988DA1
(152,141,161)
#83798B
(131,121,139)
#6E6575
(110,101,117)
#59515F
(89,81,95)
#443D49
(68,61,73)
#2F2933
(47,41,51)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #ECDDF9

#ECDDF9
(236,221,249)
#EDE0F9
(237,224,249)
#EEE3F9
(238,227,249)
#EFE6F9
(239,230,249)
#F0E9F9
(240,233,249)
#F1ECF9
(241,236,249)
#F2EFF9
(242,239,249)
#F3F2F9
(243,242,249)
#F4F5F9
(244,245,249)
#F5F8F9
(245,248,249)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDDF9 color. Also use rgb(236,221,249) instead hex code.

Text Font Color

.myTextColor { color: #ECDDF9; }

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

This text font color is #ECDDF9.

Background Color

.myBgColor { background-color: #ECDDF9; }

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

This div background color is #ECDDF9.

Border color

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

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

This div border color is #ECDDF9.

Opacity

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

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

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

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

This text has shadow with #ECDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDDF9.

Preview

Color preview on black background

This text has color #ECDDF9 on black background.


Color preview on white background

This text has color #ECDDF9 on white background.


Black color preview on #ECDDF9 background

This text has black color on #ECDDF9 background.


White color preview on #ECDDF9 background

This text has white color on #ECDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #132206.


I love getcolorcode.com

Triadic colors

1 #F9ECDD and #DDF9EC with #ECDDF9 are triadic colors.

2 #F9DDEC and #DDECF9 with #ECDDF9 are triadic colors.