COLOR #ECDFE4

HEX: #ECDFE4
RGB: (236,223,228)

Color info

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

RGB color model

#ECDFE4 color RGB value is (236,223,228).

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

RGB channels and saturation

R 236 of 255 = 93%
G 223 of 255 = 87%
B 228 of 255 = 89%

236
223
228

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

Portions of RGB colors in percentages

R + G + B =
236 + 223 + 228 = 687 (100%)
R 236 of 687 ~ 34.35%
G 223 of 687 ~ 32.46%
B 228 of 687 ~ 33.19%

%34.35
%32.46
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 3.39%
  • 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.51
%3.39
%7.45

Codes

Color #ECDFE4 in popluar color models

ECDFE4
RGB236223228
HSL337°25.49%90.00%
HSB/HSV337°5.51%92.55%
CMYK0.00%5.51%3.39%
7.45%

Color #ECDFE4 in popluar number systems.

HEXECDFE4
Decimal236223228
Binary111011001101111111100100
Octal354337344

Shades and tints

Shades of #ECDFE4

#ECDFE4
(236,223,228)
#D7CBD0
(215,203,208)
#C2B7BC
(194,183,188)
#ADA3A8
(173,163,168)
#988F94
(152,143,148)
#837B80
(131,123,128)
#6E676C
(110,103,108)
#595358
(89,83,88)
#443F44
(68,63,68)
#2F2B30
(47,43,48)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECDFE4

#ECDFE4
(236,223,228)
#EDE1E6
(237,225,230)
#EEE3E8
(238,227,232)
#EFE5EA
(239,229,234)
#F0E7EC
(240,231,236)
#F1E9EE
(241,233,238)
#F2EBF0
(242,235,240)
#F3EDF2
(243,237,242)
#F4EFF4
(244,239,244)
#F5F1F6
(245,241,246)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDFE4; }

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

This text font color is #ECDFE4.


Background Color

.myBgColor { background-color: #ECDFE4; }

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

This div background color is #ECDFE4.


Border color

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

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

This div border color is #ECDFE4.


Opacity

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

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

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

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

This text has shadow with #ECDFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDFE4 on black background.


Color preview on white background

This text has color #ECDFE4 on white background.



Black color preview on #ECDFE4 background

This text has black color on #ECDFE4 background.


White color preview on #ECDFE4 background

This text has white color on #ECDFE4 background.