COLOR #ECDDFD

HEX: #ECDDFD
RGB: (236,221,253)

Color info

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

RGB color model

#ECDDFD color RGB value is (236,221,253).

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

RGB channels and saturation

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

236
221
253

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 253 = 710 (100%)
R 236 of 710 ~ 33.24%
G 221 of 710 ~ 31.13%
B 253 of 710 ~ 35.63%

%33.24
%31.13
%35.63

CMYK color model

#ECDDFD color CMYK value is (7,13,0,1).

  • cyan value is 6.72%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,13,0,1)
C7M13Y0K1 
(7%,13%,0%,1%)
(0.07/0.13/0.00/0.01)	

CMYK percentages

%6.72
%12.65
%0
%0.78

Codes

Color #ECDDFD in popluar color models

ECDDFD
RGB236221253
HSL268°88.89%92.94%
HSB/HSV268°12.65%99.22%
CMYK6.72%12.65%0.00%
0.78%

Color #ECDDFD in popluar number systems.

HEXECDDFD
Decimal236221253
Binary111011001101110111111101
Octal354335375

Shades and tints

Shades of #ECDDFD

#ECDDFD
(236,221,253)
#D7C9E6
(215,201,230)
#C2B5CF
(194,181,207)
#ADA1B8
(173,161,184)
#988DA1
(152,141,161)
#83798A
(131,121,138)
#6E6573
(110,101,115)
#59515C
(89,81,92)
#443D45
(68,61,69)
#2F292E
(47,41,46)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #ECDDFD

#ECDDFD
(236,221,253)
#EDE0FD
(237,224,253)
#EEE3FD
(238,227,253)
#EFE6FD
(239,230,253)
#F0E9FD
(240,233,253)
#F1ECFD
(241,236,253)
#F2EFFD
(242,239,253)
#F3F2FD
(243,242,253)
#F4F5FD
(244,245,253)
#F5F8FD
(245,248,253)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDFD; }

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

This text font color is #ECDDFD.


Background Color

.myBgColor { background-color: #ECDDFD; }

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

This div background color is #ECDDFD.


Border color

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

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

This div border color is #ECDDFD.


Opacity

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

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

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

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

This text has shadow with #ECDDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDFD on black background.


Color preview on white background

This text has color #ECDDFD on white background.



Black color preview on #ECDDFD background

This text has black color on #ECDDFD background.


White color preview on #ECDDFD background

This text has white color on #ECDDFD background.