COLOR #ECCDDA

HEX: #ECCDDA
RGB: (236,205,218)

Color info

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

RGB color model

#ECCDDA color RGB value is (236,205,218).

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

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 218 of 255 = 85%

236
205
218

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

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 218 = 659 (100%)
R 236 of 659 ~ 35.81%
G 205 of 659 ~ 31.11%
B 218 of 659 ~ 33.08%

%35.81
%31.11
%33.08

CMYK color model

#ECCDDA color CMYK value is (0,13,8,7).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK:
(0,13,8,7)
C0M13Y8K7 
(0%,13%,8%,7%)
(0.00/0.13/0.08/0.07)	

CMYK percentages

%0
%13.14
%7.63
%7.45

Codes

Color #ECCDDA in popluar color models

ECCDDA
RGB236205218
HSL335°44.93%86.47%
HSB/HSV335°13.14%92.55%
CMYK0.00%13.14%7.63%
7.45%

Color #ECCDDA in popluar number systems.

HEXECCDDA
Decimal236205218
Binary111011001100110111011010
Octal354315332

Shades and tints

Shades of #ECCDDA

#ECCDDA
(236,205,218)
#D7BBC7
(215,187,199)
#C2A9B4
(194,169,180)
#AD97A1
(173,151,161)
#98858E
(152,133,142)
#83737B
(131,115,123)
#6E6168
(110,97,104)
#594F55
(89,79,85)
#443D42
(68,61,66)
#2F2B2F
(47,43,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #ECCDDA

#ECCDDA
(236,205,218)
#EDD1DD
(237,209,221)
#EED5E0
(238,213,224)
#EFD9E3
(239,217,227)
#F0DDE6
(240,221,230)
#F1E1E9
(241,225,233)
#F2E5EC
(242,229,236)
#F3E9EF
(243,233,239)
#F4EDF2
(244,237,242)
#F5F1F5
(245,241,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDDA; }

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

This text font color is #ECCDDA.


Background Color

.myBgColor { background-color: #ECCDDA; }

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

This div background color is #ECCDDA.


Border color

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

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

This div border color is #ECCDDA.


Opacity

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

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

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

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

This text has shadow with #ECCDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDDA on black background.


Color preview on white background

This text has color #ECCDDA on white background.



Black color preview on #ECCDDA background

This text has black color on #ECCDDA background.


White color preview on #ECCDDA background

This text has white color on #ECCDDA background.