COLOR #ECDDF3

HEX: #ECDDF3
RGB: (236,221,243)

Color info

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

RGB color model

#ECDDF3 color RGB value is (236,221,243).

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

RGB channels and saturation

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

236
221
243

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 243 = 700 (100%)
R 236 of 700 ~ 33.71%
G 221 of 700 ~ 31.57%
B 243 of 700 ~ 34.71%

%33.71
%31.57
%34.71

CMYK color model

#ECDDF3 color CMYK value is (3,9,0,5).

  • cyan value is 2.88%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(3,9,0,5)
C3M9Y0K5 
(3%,9%,0%,5%)
(0.03/0.09/0.00/0.05)	

CMYK percentages

%2.88
%9.05
%0
%4.71

Codes

Color #ECDDF3 in popluar color models

ECDDF3
RGB236221243
HSL281°47.83%90.98%
HSB/HSV281°9.05%95.29%
CMYK2.88%9.05%0.00%
4.71%

Color #ECDDF3 in popluar number systems.

HEXECDDF3
Decimal236221243
Binary111011001101110111110011
Octal354335363

Shades and tints

Shades of #ECDDF3

#ECDDF3
(236,221,243)
#D7C9DD
(215,201,221)
#C2B5C7
(194,181,199)
#ADA1B1
(173,161,177)
#988D9B
(152,141,155)
#837985
(131,121,133)
#6E656F
(110,101,111)
#595159
(89,81,89)
#443D43
(68,61,67)
#2F292D
(47,41,45)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #ECDDF3

#ECDDF3
(236,221,243)
#EDE0F4
(237,224,244)
#EEE3F5
(238,227,245)
#EFE6F6
(239,230,246)
#F0E9F7
(240,233,247)
#F1ECF8
(241,236,248)
#F2EFF9
(242,239,249)
#F3F2FA
(243,242,250)
#F4F5FB
(244,245,251)
#F5F8FC
(245,248,252)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDF3; }

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

This text font color is #ECDDF3.


Background Color

.myBgColor { background-color: #ECDDF3; }

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

This div background color is #ECDDF3.


Border color

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

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

This div border color is #ECDDF3.


Opacity

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

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

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

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

This text has shadow with #ECDDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDF3 on black background.


Color preview on white background

This text has color #ECDDF3 on white background.



Black color preview on #ECDDF3 background

This text has black color on #ECDDF3 background.


White color preview on #ECDDF3 background

This text has white color on #ECDDF3 background.