COLOR #ECCDD5

HEX: #ECCDD5
RGB: (236,205,213)

Color info

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

RGB color model

#ECCDD5 color RGB value is (236,205,213).

  • red value is 236;
  • green value is 205;
  • blue value is 213.
RGB:
(236,205,213)
(93%,80%,84%)

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 213 of 255 = 84%

236
205
213

R + G + B ~ 86%. #ECCDD5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 213 = 654 (100%)
R 236 of 654 ~ 36.09%
G 205 of 654 ~ 31.35%
B 213 of 654 ~ 32.57%

%36.09
%31.35
%32.57

CMYK color model

#ECCDD5 color CMYK value is (0,13,10,7).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(0,13,10,7)
C0M13Y10K7 
(0%,13%,10%,7%)
(0.00/0.13/0.10/0.07)	

CMYK percentages

%0
%13.14
%9.75
%7.45

Codes

Color #ECCDD5 in popluar color models

ECCDD5
RGB236205213
HSL345°44.93%86.47%
HSB/HSV345°13.14%92.55%
CMYK0.00%13.14%9.75%
7.45%

Color #ECCDD5 in popluar number systems.

HEXECCDD5
Decimal236205213
Binary111011001100110111010101
Octal354315325

Shades and tints

Shades of #ECCDD5

#ECCDD5
(236,205,213)
#D7BBC2
(215,187,194)
#C2A9AF
(194,169,175)
#AD979C
(173,151,156)
#988589
(152,133,137)
#837376
(131,115,118)
#6E6163
(110,97,99)
#594F50
(89,79,80)
#443D3D
(68,61,61)
#2F2B2A
(47,43,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECCDD5

#ECCDD5
(236,205,213)
#EDD1D8
(237,209,216)
#EED5DB
(238,213,219)
#EFD9DE
(239,217,222)
#F0DDE1
(240,221,225)
#F1E1E4
(241,225,228)
#F2E5E7
(242,229,231)
#F3E9EA
(243,233,234)
#F4EDED
(244,237,237)
#F5F1F0
(245,241,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDD5; }

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

This text font color is #ECCDD5.


Background Color

.myBgColor { background-color: #ECCDD5; }

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

This div background color is #ECCDD5.


Border color

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

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

This div border color is #ECCDD5.


Opacity

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

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

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

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

This text has shadow with #ECCDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDD5 on black background.


Color preview on white background

This text has color #ECCDD5 on white background.



Black color preview on #ECCDD5 background

This text has black color on #ECCDD5 background.


White color preview on #ECCDD5 background

This text has white color on #ECCDD5 background.