COLOR #ECD8EE

HEX: #ECD8EE
RGB: (236,216,238)

Color info

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

RGB color model

#ECD8EE color RGB value is (236,216,238).

  • red value is 236;
  • green value is 216;
  • blue value is 238.
RGB:
(236,216,238)
(93%,85%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 238 of 255 = 93%

236
216
238

R + G + B ~ 90%. #ECD8EE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 238 = 690 (100%)
R 236 of 690 ~ 34.2%
G 216 of 690 ~ 31.3%
B 238 of 690 ~ 34.49%

%34.2
%31.3
%34.49

CMYK color model

#ECD8EE color CMYK value is (1,9,0,7).

  • cyan value is 0.84%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,9,0,7)
C1M9Y0K7 
(1%,9%,0%,7%)
(0.01/0.09/0.00/0.07)	

CMYK percentages

%0.84
%9.24
%0
%6.67

Codes

Color #ECD8EE in popluar color models

ECD8EE
RGB236216238
HSL295°39.29%89.02%
HSB/HSV295°9.24%93.33%
CMYK0.84%9.24%0.00%
6.67%

Color #ECD8EE in popluar number systems.

HEXECD8EE
Decimal236216238
Binary111011001101100011101110
Octal354330356

Shades and tints

Shades of #ECD8EE

#ECD8EE
(236,216,238)
#D7C5D9
(215,197,217)
#C2B2C4
(194,178,196)
#AD9FAF
(173,159,175)
#988C9A
(152,140,154)
#837985
(131,121,133)
#6E6670
(110,102,112)
#59535B
(89,83,91)
#444046
(68,64,70)
#2F2D31
(47,45,49)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #ECD8EE

#ECD8EE
(236,216,238)
#EDDBEF
(237,219,239)
#EEDEF0
(238,222,240)
#EFE1F1
(239,225,241)
#F0E4F2
(240,228,242)
#F1E7F3
(241,231,243)
#F2EAF4
(242,234,244)
#F3EDF5
(243,237,245)
#F4F0F6
(244,240,246)
#F5F3F7
(245,243,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD8EE color. Also use rgb(236,216,238) instead hex code.

Text Font Color

.myTextColor { color: #ECD8EE; }

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

This text font color is #ECD8EE.


Background Color

.myBgColor { background-color: #ECD8EE; }

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

This div background color is #ECD8EE.


Border color

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

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

This div border color is #ECD8EE.


Opacity

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

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

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

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

This text has shadow with #ECD8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8EE on black background.


Color preview on white background

This text has color #ECD8EE on white background.



Black color preview on #ECD8EE background

This text has black color on #ECD8EE background.


White color preview on #ECD8EE background

This text has white color on #ECD8EE background.