COLOR #ECD2E9

HEX: #ECD2E9
RGB: (236,210,233)

Color info

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

RGB color model

#ECD2E9 color RGB value is (236,210,233).

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

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 233 of 255 = 91%

236
210
233

R + G + B ~ 89%. #ECD2E9 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 233 = 679 (100%)
R 236 of 679 ~ 34.76%
G 210 of 679 ~ 30.93%
B 233 of 679 ~ 34.32%

%34.76
%30.93
%34.32

CMYK color model

#ECD2E9 color CMYK value is (0,11,1,7).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,11,1,7)
C0M11Y1K7 
(0%,11%,1%,7%)
(0.00/0.11/0.01/0.07)	

CMYK percentages

%0
%11.02
%1.27
%7.45

Codes

Color #ECD2E9 in popluar color models

ECD2E9
RGB236210233
HSL307°40.63%87.45%
HSB/HSV307°11.02%92.55%
CMYK0.00%11.02%1.27%
7.45%

Color #ECD2E9 in popluar number systems.

HEXECD2E9
Decimal236210233
Binary111011001101001011101001
Octal354322351

Shades and tints

Shades of #ECD2E9

#ECD2E9
(236,210,233)
#D7BFD4
(215,191,212)
#C2ACBF
(194,172,191)
#AD99AA
(173,153,170)
#988695
(152,134,149)
#837380
(131,115,128)
#6E606B
(110,96,107)
#594D56
(89,77,86)
#443A41
(68,58,65)
#2F272C
(47,39,44)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #ECD2E9

#ECD2E9
(236,210,233)
#EDD6EB
(237,214,235)
#EEDAED
(238,218,237)
#EFDEEF
(239,222,239)
#F0E2F1
(240,226,241)
#F1E6F3
(241,230,243)
#F2EAF5
(242,234,245)
#F3EEF7
(243,238,247)
#F4F2F9
(244,242,249)
#F5F6FB
(245,246,251)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD2E9; }

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

This text font color is #ECD2E9.


Background Color

.myBgColor { background-color: #ECD2E9; }

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

This div background color is #ECD2E9.


Border color

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

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

This div border color is #ECD2E9.


Opacity

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

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

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

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

This text has shadow with #ECD2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2E9 on black background.


Color preview on white background

This text has color #ECD2E9 on white background.



Black color preview on #ECD2E9 background

This text has black color on #ECD2E9 background.


White color preview on #ECD2E9 background

This text has white color on #ECD2E9 background.