COLOR #ECDEEC

HEX: #ECDEEC
RGB: (236,222,236)

Color info

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

RGB color model

#ECDEEC color RGB value is (236,222,236).

  • red value is 236;
  • green value is 222;
  • blue value is 236.
RGB:
(236,222,236)
(93%,87%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 236 of 255 = 93%

236
222
236

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 236 = 694 (100%)
R 236 of 694 ~ 34.01%
G 222 of 694 ~ 31.99%
B 236 of 694 ~ 34.01%

%34.01
%31.99
%34.01

CMYK color model

#ECDEEC color CMYK value is (0,6,0,7).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(0,6,0,7)
C0M6Y0K7 
(0%,6%,0%,7%)
(0.00/0.06/0.00/0.07)	

CMYK percentages

%0
%5.93
%0
%7.45

Codes

Color #ECDEEC in popluar color models

ECDEEC
RGB236222236
HSL300°26.92%89.80%
HSB/HSV300°5.93%92.55%
CMYK0.00%5.93%0.00%
7.45%

Color #ECDEEC in popluar number systems.

HEXECDEEC
Decimal236222236
Binary111011001101111011101100
Octal354336354

Shades and tints

Shades of #ECDEEC

#ECDEEC
(236,222,236)
#D7CAD7
(215,202,215)
#C2B6C2
(194,182,194)
#ADA2AD
(173,162,173)
#988E98
(152,142,152)
#837A83
(131,122,131)
#6E666E
(110,102,110)
#595259
(89,82,89)
#443E44
(68,62,68)
#2F2A2F
(47,42,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #ECDEEC

#ECDEEC
(236,222,236)
#EDE1ED
(237,225,237)
#EEE4EE
(238,228,238)
#EFE7EF
(239,231,239)
#F0EAF0
(240,234,240)
#F1EDF1
(241,237,241)
#F2F0F2
(242,240,242)
#F3F3F3
(243,243,243)
#F4F6F4
(244,246,244)
#F5F9F5
(245,249,245)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEEC; }

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

This text font color is #ECDEEC.


Background Color

.myBgColor { background-color: #ECDEEC; }

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

This div background color is #ECDEEC.


Border color

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

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

This div border color is #ECDEEC.


Opacity

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

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

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

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

This text has shadow with #ECDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEEC on black background.


Color preview on white background

This text has color #ECDEEC on white background.



Black color preview on #ECDEEC background

This text has black color on #ECDEEC background.


White color preview on #ECDEEC background

This text has white color on #ECDEEC background.