COLOR #ECD0E8

HEX: #ECD0E8
RGB: (236,208,232)

Color info

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

RGB color model

#ECD0E8 color RGB value is (236,208,232).

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

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 232 of 255 = 91%

236
208
232

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

Portions of RGB colors in percentages

R + G + B =
236 + 208 + 232 = 676 (100%)
R 236 of 676 ~ 34.91%
G 208 of 676 ~ 30.77%
B 232 of 676 ~ 34.32%

%34.91
%30.77
%34.32

CMYK color model

#ECD0E8 color CMYK value is (0,12,2,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 1.69%
  • key color value is 7.45%
CMYK:
(0,12,2,7)
C0M12Y2K7 
(0%,12%,2%,7%)
(0.00/0.12/0.02/0.07)	

CMYK percentages

%0
%11.86
%1.69
%7.45

Codes

Color #ECD0E8 in popluar color models

ECD0E8
RGB236208232
HSL309°42.42%87.06%
HSB/HSV309°11.86%92.55%
CMYK0.00%11.86%1.69%
7.45%

Color #ECD0E8 in popluar number systems.

HEXECD0E8
Decimal236208232
Binary111011001101000011101000
Octal354320350

Shades and tints

Shades of #ECD0E8

#ECD0E8
(236,208,232)
#D7BED3
(215,190,211)
#C2ACBE
(194,172,190)
#AD9AA9
(173,154,169)
#988894
(152,136,148)
#83767F
(131,118,127)
#6E646A
(110,100,106)
#595255
(89,82,85)
#444040
(68,64,64)
#2F2E2B
(47,46,43)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #ECD0E8

#ECD0E8
(236,208,232)
#EDD4EA
(237,212,234)
#EED8EC
(238,216,236)
#EFDCEE
(239,220,238)
#F0E0F0
(240,224,240)
#F1E4F2
(241,228,242)
#F2E8F4
(242,232,244)
#F3ECF6
(243,236,246)
#F4F0F8
(244,240,248)
#F5F4FA
(245,244,250)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD0E8 color. Also use rgb(236,208,232) instead hex code.

Text Font Color

.myTextColor { color: #ECD0E8; }

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

This text font color is #ECD0E8.


Background Color

.myBgColor { background-color: #ECD0E8; }

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

This div background color is #ECD0E8.


Border color

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

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

This div border color is #ECD0E8.


Opacity

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

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

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

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

This text has shadow with #ECD0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD0E8 on black background.


Color preview on white background

This text has color #ECD0E8 on white background.



Black color preview on #ECD0E8 background

This text has black color on #ECD0E8 background.


White color preview on #ECD0E8 background

This text has white color on #ECD0E8 background.