COLOR #ECDEE6

HEX: #ECDEE6
RGB: (236,222,230)

Color info

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

RGB color model

#ECDEE6 color RGB value is (236,222,230).

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

RGB channels and saturation

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

236
222
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 230 = 688 (100%)
R 236 of 688 ~ 34.3%
G 222 of 688 ~ 32.27%
B 230 of 688 ~ 33.43%

%34.3
%32.27
%33.43

CMYK color model

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

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

CMYK percentages

%0
%5.93
%2.54
%7.45

Codes

Color #ECDEE6 in popluar color models

ECDEE6
RGB236222230
HSL326°26.92%89.80%
HSB/HSV326°5.93%92.55%
CMYK0.00%5.93%2.54%
7.45%

Color #ECDEE6 in popluar number systems.

HEXECDEE6
Decimal236222230
Binary111011001101111011100110
Octal354336346

Shades and tints

Shades of #ECDEE6

#ECDEE6
(236,222,230)
#D7CAD2
(215,202,210)
#C2B6BE
(194,182,190)
#ADA2AA
(173,162,170)
#988E96
(152,142,150)
#837A82
(131,122,130)
#6E666E
(110,102,110)
#59525A
(89,82,90)
#443E46
(68,62,70)
#2F2A32
(47,42,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #ECDEE6

#ECDEE6
(236,222,230)
#EDE1E8
(237,225,232)
#EEE4EA
(238,228,234)
#EFE7EC
(239,231,236)
#F0EAEE
(240,234,238)
#F1EDF0
(241,237,240)
#F2F0F2
(242,240,242)
#F3F3F4
(243,243,244)
#F4F6F6
(244,246,246)
#F5F9F8
(245,249,248)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEE6; }

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

This text font color is #ECDEE6.


Background Color

.myBgColor { background-color: #ECDEE6; }

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

This div background color is #ECDEE6.


Border color

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

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

This div border color is #ECDEE6.


Opacity

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

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

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

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

This text has shadow with #ECDEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEE6 on black background.


Color preview on white background

This text has color #ECDEE6 on white background.



Black color preview on #ECDEE6 background

This text has black color on #ECDEE6 background.


White color preview on #ECDEE6 background

This text has white color on #ECDEE6 background.