COLOR #ECDBE4

HEX: #ECDBE4
RGB: (236,219,228)

Color info

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

RGB color model

#ECDBE4 color RGB value is (236,219,228).

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

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 228 of 255 = 89%

236
219
228

R + G + B ~ 89%. #ECDBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 228 = 683 (100%)
R 236 of 683 ~ 34.55%
G 219 of 683 ~ 32.06%
B 228 of 683 ~ 33.38%

%34.55
%32.06
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,7,3,7)
C0M7Y3K7 
(0%,7%,3%,7%)
(0.00/0.07/0.03/0.07)	

CMYK percentages

%0
%7.2
%3.39
%7.45

Codes

Color #ECDBE4 in popluar color models

ECDBE4
RGB236219228
HSL328°30.91%89.22%
HSB/HSV328°7.20%92.55%
CMYK0.00%7.20%3.39%
7.45%

Color #ECDBE4 in popluar number systems.

HEXECDBE4
Decimal236219228
Binary111011001101101111100100
Octal354333344

Shades and tints

Shades of #ECDBE4

#ECDBE4
(236,219,228)
#D7C8D0
(215,200,208)
#C2B5BC
(194,181,188)
#ADA2A8
(173,162,168)
#988F94
(152,143,148)
#837C80
(131,124,128)
#6E696C
(110,105,108)
#595658
(89,86,88)
#444344
(68,67,68)
#2F3030
(47,48,48)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #ECDBE4

#ECDBE4
(236,219,228)
#EDDEE6
(237,222,230)
#EEE1E8
(238,225,232)
#EFE4EA
(239,228,234)
#F0E7EC
(240,231,236)
#F1EAEE
(241,234,238)
#F2EDF0
(242,237,240)
#F3F0F2
(243,240,242)
#F4F3F4
(244,243,244)
#F5F6F6
(245,246,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBE4; }

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

This text font color is #ECDBE4.


Background Color

.myBgColor { background-color: #ECDBE4; }

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

This div background color is #ECDBE4.


Border color

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

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

This div border color is #ECDBE4.


Opacity

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

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

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

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

This text has shadow with #ECDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBE4 on black background.


Color preview on white background

This text has color #ECDBE4 on white background.



Black color preview on #ECDBE4 background

This text has black color on #ECDBE4 background.


White color preview on #ECDBE4 background

This text has white color on #ECDBE4 background.