COLOR #ECCDD4

HEX: #ECCDD4
RGB: (236,205,212)

Color info

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

RGB color model

#ECCDD4 color RGB value is (236,205,212).

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

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 212 of 255 = 83%

236
205
212

R + G + B ~ 85%. #ECCDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 212 = 653 (100%)
R 236 of 653 ~ 36.14%
G 205 of 653 ~ 31.39%
B 212 of 653 ~ 32.47%

%36.14
%31.39
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 10.17%
  • 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
%10.17
%7.45

Codes

Color #ECCDD4 in popluar color models

ECCDD4
RGB236205212
HSL346°44.93%86.47%
HSB/HSV346°13.14%92.55%
CMYK0.00%13.14%10.17%
7.45%

Color #ECCDD4 in popluar number systems.

HEXECCDD4
Decimal236205212
Binary111011001100110111010100
Octal354315324

Shades and tints

Shades of #ECCDD4

#ECCDD4
(236,205,212)
#D7BBC1
(215,187,193)
#C2A9AE
(194,169,174)
#AD979B
(173,151,155)
#988588
(152,133,136)
#837375
(131,115,117)
#6E6162
(110,97,98)
#594F4F
(89,79,79)
#443D3C
(68,61,60)
#2F2B29
(47,43,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECCDD4

#ECCDD4
(236,205,212)
#EDD1D7
(237,209,215)
#EED5DA
(238,213,218)
#EFD9DD
(239,217,221)
#F0DDE0
(240,221,224)
#F1E1E3
(241,225,227)
#F2E5E6
(242,229,230)
#F3E9E9
(243,233,233)
#F4EDEC
(244,237,236)
#F5F1EF
(245,241,239)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDD4; }

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

This text font color is #ECCDD4.


Background Color

.myBgColor { background-color: #ECCDD4; }

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

This div background color is #ECCDD4.


Border color

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

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

This div border color is #ECCDD4.


Opacity

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

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

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

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

This text has shadow with #ECCDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDD4 on black background.


Color preview on white background

This text has color #ECCDD4 on white background.



Black color preview on #ECCDD4 background

This text has black color on #ECCDD4 background.


White color preview on #ECCDD4 background

This text has white color on #ECCDD4 background.