COLOR #ECDDEC

HEX: #ECDDEC
RGB: (236,221,236)

Color info

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

RGB color model

#ECDDEC color RGB value is (236,221,236).

  • red value is 236;
  • green value is 221;
  • blue value is 236.
RGB:
(236,221,236)
(93%,87%,93%)

RGB channels and saturation

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

236
221
236

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 236 = 693 (100%)
R 236 of 693 ~ 34.05%
G 221 of 693 ~ 31.89%
B 236 of 693 ~ 34.05%

%34.05
%31.89
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(0,6,0,7)
C0M6Y0K7 
(0%,6%,0%,7%)
(0.00/0.06/0.00/0.07)	

CMYK percentages

%0
%6.36
%0
%7.45

Codes

Color #ECDDEC in popluar color models

ECDDEC
RGB236221236
HSL300°28.30%89.61%
HSB/HSV300°6.36%92.55%
CMYK0.00%6.36%0.00%
7.45%

Color #ECDDEC in popluar number systems.

HEXECDDEC
Decimal236221236
Binary111011001101110111101100
Octal354335354

Shades and tints

Shades of #ECDDEC

#ECDDEC
(236,221,236)
#D7C9D7
(215,201,215)
#C2B5C2
(194,181,194)
#ADA1AD
(173,161,173)
#988D98
(152,141,152)
#837983
(131,121,131)
#6E656E
(110,101,110)
#595159
(89,81,89)
#443D44
(68,61,68)
#2F292F
(47,41,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #ECDDEC

#ECDDEC
(236,221,236)
#EDE0ED
(237,224,237)
#EEE3EE
(238,227,238)
#EFE6EF
(239,230,239)
#F0E9F0
(240,233,240)
#F1ECF1
(241,236,241)
#F2EFF2
(242,239,242)
#F3F2F3
(243,242,243)
#F4F5F4
(244,245,244)
#F5F8F5
(245,248,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDEC; }

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

This text font color is #ECDDEC.


Background Color

.myBgColor { background-color: #ECDDEC; }

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

This div background color is #ECDDEC.


Border color

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

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

This div border color is #ECDDEC.


Opacity

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

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

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

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

This text has shadow with #ECDDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDEC on black background.


Color preview on white background

This text has color #ECDDEC on white background.



Black color preview on #ECDDEC background

This text has black color on #ECDDEC background.


White color preview on #ECDDEC background

This text has white color on #ECDDEC background.