COLOR #ECDDF8

HEX: #ECDDF8
RGB: (236,221,248)

Color info

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

RGB color model

#ECDDF8 color RGB value is (236,221,248).

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

RGB channels and saturation

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

236
221
248

R + G + B ~ 92%. #ECDDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 248 = 705 (100%)
R 236 of 705 ~ 33.48%
G 221 of 705 ~ 31.35%
B 248 of 705 ~ 35.18%

%33.48
%31.35
%35.18

CMYK color model

#ECDDF8 color CMYK value is (5,11,0,3).

  • cyan value is 4.84%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(5,11,0,3)
C5M11Y0K3 
(5%,11%,0%,3%)
(0.05/0.11/0.00/0.03)	

CMYK percentages

%4.84
%10.89
%0
%2.75

Codes

Color #ECDDF8 in popluar color models

ECDDF8
RGB236221248
HSL273°65.85%91.96%
HSB/HSV273°10.89%97.25%
CMYK4.84%10.89%0.00%
2.75%

Color #ECDDF8 in popluar number systems.

HEXECDDF8
Decimal236221248
Binary111011001101110111111000
Octal354335370

Shades and tints

Shades of #ECDDF8

#ECDDF8
(236,221,248)
#D7C9E2
(215,201,226)
#C2B5CC
(194,181,204)
#ADA1B6
(173,161,182)
#988DA0
(152,141,160)
#83798A
(131,121,138)
#6E6574
(110,101,116)
#59515E
(89,81,94)
#443D48
(68,61,72)
#2F2932
(47,41,50)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #ECDDF8

#ECDDF8
(236,221,248)
#EDE0F8
(237,224,248)
#EEE3F8
(238,227,248)
#EFE6F8
(239,230,248)
#F0E9F8
(240,233,248)
#F1ECF8
(241,236,248)
#F2EFF8
(242,239,248)
#F3F2F8
(243,242,248)
#F4F5F8
(244,245,248)
#F5F8F8
(245,248,248)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDF8; }

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

This text font color is #ECDDF8.


Background Color

.myBgColor { background-color: #ECDDF8; }

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

This div background color is #ECDDF8.


Border color

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

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

This div border color is #ECDDF8.


Opacity

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

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

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

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

This text has shadow with #ECDDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDF8 on black background.


Color preview on white background

This text has color #ECDDF8 on white background.



Black color preview on #ECDDF8 background

This text has black color on #ECDDF8 background.


White color preview on #ECDDF8 background

This text has white color on #ECDDF8 background.