COLOR #ECDBE1

HEX: #ECDBE1
RGB: (236,219,225)

Color info

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

RGB color model

#ECDBE1 color RGB value is (236,219,225).

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

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 225 of 255 = 88%

236
219
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 225 = 680 (100%)
R 236 of 680 ~ 34.71%
G 219 of 680 ~ 32.21%
B 225 of 680 ~ 33.09%

%34.71
%32.21
%33.09

CMYK color model

#ECDBE1 color CMYK value is (0,7,5,7).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,7,5,7)
C0M7Y5K7 
(0%,7%,5%,7%)
(0.00/0.07/0.05/0.07)	

CMYK percentages

%0
%7.2
%4.66
%7.45

Codes

Color #ECDBE1 in popluar color models

ECDBE1
RGB236219225
HSL339°30.91%89.22%
HSB/HSV339°7.20%92.55%
CMYK0.00%7.20%4.66%
7.45%

Color #ECDBE1 in popluar number systems.

HEXECDBE1
Decimal236219225
Binary111011001101101111100001
Octal354333341

Shades and tints

Shades of #ECDBE1

#ECDBE1
(236,219,225)
#D7C8CD
(215,200,205)
#C2B5B9
(194,181,185)
#ADA2A5
(173,162,165)
#988F91
(152,143,145)
#837C7D
(131,124,125)
#6E6969
(110,105,105)
#595655
(89,86,85)
#444341
(68,67,65)
#2F302D
(47,48,45)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #ECDBE1

#ECDBE1
(236,219,225)
#EDDEE3
(237,222,227)
#EEE1E5
(238,225,229)
#EFE4E7
(239,228,231)
#F0E7E9
(240,231,233)
#F1EAEB
(241,234,235)
#F2EDED
(242,237,237)
#F3F0EF
(243,240,239)
#F4F3F1
(244,243,241)
#F5F6F3
(245,246,243)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBE1; }

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

This text font color is #ECDBE1.


Background Color

.myBgColor { background-color: #ECDBE1; }

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

This div background color is #ECDBE1.


Border color

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

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

This div border color is #ECDBE1.


Opacity

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

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

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

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

This text has shadow with #ECDBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBE1 on black background.


Color preview on white background

This text has color #ECDBE1 on white background.



Black color preview on #ECDBE1 background

This text has black color on #ECDBE1 background.


White color preview on #ECDBE1 background

This text has white color on #ECDBE1 background.