COLOR #ECC8DD

HEX: #ECC8DD
RGB: (236,200,221)

Color info

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

RGB color model

#ECC8DD color RGB value is (236,200,221).

  • red value is 236;
  • green value is 200;
  • blue value is 221.
RGB:
(236,200,221)
(93%,78%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 221 of 255 = 87%

236
200
221

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

Portions of RGB colors in percentages

R + G + B =
236 + 200 + 221 = 657 (100%)
R 236 of 657 ~ 35.92%
G 200 of 657 ~ 30.44%
B 221 of 657 ~ 33.64%

%35.92
%30.44
%33.64

CMYK color model

#ECC8DD color CMYK value is (0,15,6,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,15,6,7)
C0M15Y6K7 
(0%,15%,6%,7%)
(0.00/0.15/0.06/0.07)	

CMYK percentages

%0
%15.25
%6.36
%7.45

Codes

Color #ECC8DD in popluar color models

ECC8DD
RGB236200221
HSL325°48.65%85.49%
HSB/HSV325°15.25%92.55%
CMYK0.00%15.25%6.36%
7.45%

Color #ECC8DD in popluar number systems.

HEXECC8DD
Decimal236200221
Binary111011001100100011011101
Octal354310335

Shades and tints

Shades of #ECC8DD

#ECC8DD
(236,200,221)
#D7B6C9
(215,182,201)
#C2A4B5
(194,164,181)
#AD92A1
(173,146,161)
#98808D
(152,128,141)
#836E79
(131,110,121)
#6E5C65
(110,92,101)
#594A51
(89,74,81)
#44383D
(68,56,61)
#2F2629
(47,38,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #ECC8DD

#ECC8DD
(236,200,221)
#EDCDE0
(237,205,224)
#EED2E3
(238,210,227)
#EFD7E6
(239,215,230)
#F0DCE9
(240,220,233)
#F1E1EC
(241,225,236)
#F2E6EF
(242,230,239)
#F3EBF2
(243,235,242)
#F4F0F5
(244,240,245)
#F5F5F8
(245,245,248)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC8DD color. Also use rgb(236,200,221) instead hex code.

Text Font Color

.myTextColor { color: #ECC8DD; }

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

This text font color is #ECC8DD.


Background Color

.myBgColor { background-color: #ECC8DD; }

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

This div background color is #ECC8DD.


Border color

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

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

This div border color is #ECC8DD.


Opacity

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

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

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

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

This text has shadow with #ECC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC8DD on black background.


Color preview on white background

This text has color #ECC8DD on white background.



Black color preview on #ECC8DD background

This text has black color on #ECC8DD background.


White color preview on #ECC8DD background

This text has white color on #ECC8DD background.