COLOR #ECDCEF

HEX: #ECDCEF
RGB: (236,220,239)

Color info

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

RGB color model

#ECDCEF color RGB value is (236,220,239).

  • red value is 236;
  • green value is 220;
  • blue value is 239.
RGB:
(236,220,239)
(93%,86%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 239 of 255 = 94%

236
220
239

R + G + B ~ 91%. #ECDCEF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 239 = 695 (100%)
R 236 of 695 ~ 33.96%
G 220 of 695 ~ 31.65%
B 239 of 695 ~ 34.39%

%33.96
%31.65
%34.39

CMYK color model

#ECDCEF color CMYK value is (1,8,0,6).

  • cyan value is 1.26%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,8,0,6)
C1M8Y0K6 
(1%,8%,0%,6%)
(0.01/0.08/0.00/0.06)	

CMYK percentages

%1.26
%7.95
%0
%6.27

Codes

Color #ECDCEF in popluar color models

ECDCEF
RGB236220239
HSL291°37.25%90.00%
HSB/HSV291°7.95%93.73%
CMYK1.26%7.95%0.00%
6.27%

Color #ECDCEF in popluar number systems.

HEXECDCEF
Decimal236220239
Binary111011001101110011101111
Octal354334357

Shades and tints

Shades of #ECDCEF

#ECDCEF
(236,220,239)
#D7C8DA
(215,200,218)
#C2B4C5
(194,180,197)
#ADA0B0
(173,160,176)
#988C9B
(152,140,155)
#837886
(131,120,134)
#6E6471
(110,100,113)
#59505C
(89,80,92)
#443C47
(68,60,71)
#2F2832
(47,40,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #ECDCEF

#ECDCEF
(236,220,239)
#EDDFF0
(237,223,240)
#EEE2F1
(238,226,241)
#EFE5F2
(239,229,242)
#F0E8F3
(240,232,243)
#F1EBF4
(241,235,244)
#F2EEF5
(242,238,245)
#F3F1F6
(243,241,246)
#F4F4F7
(244,244,247)
#F5F7F8
(245,247,248)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCEF color. Also use rgb(236,220,239) instead hex code.

Text Font Color

.myTextColor { color: #ECDCEF; }

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

This text font color is #ECDCEF.


Background Color

.myBgColor { background-color: #ECDCEF; }

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

This div background color is #ECDCEF.


Border color

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

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

This div border color is #ECDCEF.


Opacity

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

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

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

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

This text has shadow with #ECDCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCEF on black background.


Color preview on white background

This text has color #ECDCEF on white background.



Black color preview on #ECDCEF background

This text has black color on #ECDCEF background.


White color preview on #ECDCEF background

This text has white color on #ECDCEF background.