COLOR #ECDDF0

HEX: #ECDDF0
RGB: (236,221,240)

Color info

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

RGB color model

#ECDDF0 color RGB value is (236,221,240).

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

RGB channels and saturation

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

236
221
240

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 240 = 697 (100%)
R 236 of 697 ~ 33.86%
G 221 of 697 ~ 31.71%
B 240 of 697 ~ 34.43%

%33.86
%31.71
%34.43

CMYK color model

#ECDDF0 color CMYK value is (2,8,0,6).

  • cyan value is 1.67%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,8,0,6)
C2M8Y0K6 
(2%,8%,0%,6%)
(0.02/0.08/0.00/0.06)	

CMYK percentages

%1.67
%7.92
%0
%5.88

Codes

Color #ECDDF0 in popluar color models

ECDDF0
RGB236221240
HSL287°38.78%90.39%
HSB/HSV287°7.92%94.12%
CMYK1.67%7.92%0.00%
5.88%

Color #ECDDF0 in popluar number systems.

HEXECDDF0
Decimal236221240
Binary111011001101110111110000
Octal354335360

Shades and tints

Shades of #ECDDF0

#ECDDF0
(236,221,240)
#D7C9DB
(215,201,219)
#C2B5C6
(194,181,198)
#ADA1B1
(173,161,177)
#988D9C
(152,141,156)
#837987
(131,121,135)
#6E6572
(110,101,114)
#59515D
(89,81,93)
#443D48
(68,61,72)
#2F2933
(47,41,51)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #ECDDF0

#ECDDF0
(236,221,240)
#EDE0F1
(237,224,241)
#EEE3F2
(238,227,242)
#EFE6F3
(239,230,243)
#F0E9F4
(240,233,244)
#F1ECF5
(241,236,245)
#F2EFF6
(242,239,246)
#F3F2F7
(243,242,247)
#F4F5F8
(244,245,248)
#F5F8F9
(245,248,249)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDF0; }

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

This text font color is #ECDDF0.


Background Color

.myBgColor { background-color: #ECDDF0; }

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

This div background color is #ECDDF0.


Border color

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

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

This div border color is #ECDDF0.


Opacity

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

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

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

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

This text has shadow with #ECDDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDF0 on black background.


Color preview on white background

This text has color #ECDDF0 on white background.



Black color preview on #ECDDF0 background

This text has black color on #ECDDF0 background.


White color preview on #ECDDF0 background

This text has white color on #ECDDF0 background.