COLOR #ECD2E5

HEX: #ECD2E5
RGB: (236,210,229)

Color info

#ECD2E5 contains red, green and blue colors in about the same proportion. Web safe color of #ECD2E5 is #FFCCCC (or #FCC).

RGB color model

#ECD2E5 color RGB value is (236,210,229).

  • red value is 236;
  • green value is 210;
  • blue value is 229.
RGB:
(236,210,229)
(93%,82%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 229 of 255 = 90%

236
210
229

R + G + B ~ 88%. #ECD2E5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 229 = 675 (100%)
R 236 of 675 ~ 34.96%
G 210 of 675 ~ 31.11%
B 229 of 675 ~ 33.93%

%34.96
%31.11
%33.93

CMYK color model

#ECD2E5 color CMYK value is (0,11,3,7).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 2.97%
  • key color value is 7.45%
CMYK:
(0,11,3,7)
C0M11Y3K7 
(0%,11%,3%,7%)
(0.00/0.11/0.03/0.07)	

CMYK percentages

%0
%11.02
%2.97
%7.45

Codes

Color #ECD2E5 in popluar color models

ECD2E5
RGB236210229
HSL316°40.63%87.45%
HSB/HSV316°11.02%92.55%
CMYK0.00%11.02%2.97%
7.45%

Color #ECD2E5 in popluar number systems.

HEXECD2E5
Decimal236210229
Binary111011001101001011100101
Octal354322345

Shades and tints

Shades of #ECD2E5

#ECD2E5
(236,210,229)
#D7BFD1
(215,191,209)
#C2ACBD
(194,172,189)
#AD99A9
(173,153,169)
#988695
(152,134,149)
#837381
(131,115,129)
#6E606D
(110,96,109)
#594D59
(89,77,89)
#443A45
(68,58,69)
#2F2731
(47,39,49)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #ECD2E5

#ECD2E5
(236,210,229)
#EDD6E7
(237,214,231)
#EEDAE9
(238,218,233)
#EFDEEB
(239,222,235)
#F0E2ED
(240,226,237)
#F1E6EF
(241,230,239)
#F2EAF1
(242,234,241)
#F3EEF3
(243,238,243)
#F4F2F5
(244,242,245)
#F5F6F7
(245,246,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD2E5; }

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

This text font color is #ECD2E5.


Background Color

.myBgColor { background-color: #ECD2E5; }

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

This div background color is #ECD2E5.


Border color

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

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

This div border color is #ECD2E5.


Opacity

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

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

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

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

This text has shadow with #ECD2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2E5 on black background.


Color preview on white background

This text has color #ECD2E5 on white background.



Black color preview on #ECD2E5 background

This text has black color on #ECD2E5 background.


White color preview on #ECD2E5 background

This text has white color on #ECD2E5 background.