COLOR #ECD5E6

HEX: #ECD5E6
RGB: (236,213,230)

Color info

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

RGB color model

#ECD5E6 color RGB value is (236,213,230).

  • red value is 236;
  • green value is 213;
  • blue value is 230.
RGB:
(236,213,230)
(93%,84%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 230 of 255 = 90%

236
213
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 230 = 679 (100%)
R 236 of 679 ~ 34.76%
G 213 of 679 ~ 31.37%
B 230 of 679 ~ 33.87%

%34.76
%31.37
%33.87

CMYK color model

#ECD5E6 color CMYK value is (0,10,3,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,10,3,7)
C0M10Y3K7 
(0%,10%,3%,7%)
(0.00/0.10/0.03/0.07)	

CMYK percentages

%0
%9.75
%2.54
%7.45

Codes

Color #ECD5E6 in popluar color models

ECD5E6
RGB236213230
HSL316°37.70%88.04%
HSB/HSV316°9.75%92.55%
CMYK0.00%9.75%2.54%
7.45%

Color #ECD5E6 in popluar number systems.

HEXECD5E6
Decimal236213230
Binary111011001101010111100110
Octal354325346

Shades and tints

Shades of #ECD5E6

#ECD5E6
(236,213,230)
#D7C2D2
(215,194,210)
#C2AFBE
(194,175,190)
#AD9CAA
(173,156,170)
#988996
(152,137,150)
#837682
(131,118,130)
#6E636E
(110,99,110)
#59505A
(89,80,90)
#443D46
(68,61,70)
#2F2A32
(47,42,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #ECD5E6

#ECD5E6
(236,213,230)
#EDD8E8
(237,216,232)
#EEDBEA
(238,219,234)
#EFDEEC
(239,222,236)
#F0E1EE
(240,225,238)
#F1E4F0
(241,228,240)
#F2E7F2
(242,231,242)
#F3EAF4
(243,234,244)
#F4EDF6
(244,237,246)
#F5F0F8
(245,240,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD5E6 color. Also use rgb(236,213,230) instead hex code.

Text Font Color

.myTextColor { color: #ECD5E6; }

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

This text font color is #ECD5E6.


Background Color

.myBgColor { background-color: #ECD5E6; }

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

This div background color is #ECD5E6.


Border color

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

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

This div border color is #ECD5E6.


Opacity

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

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

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

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

This text has shadow with #ECD5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5E6 on black background.


Color preview on white background

This text has color #ECD5E6 on white background.



Black color preview on #ECD5E6 background

This text has black color on #ECD5E6 background.


White color preview on #ECD5E6 background

This text has white color on #ECD5E6 background.