COLOR #ECC4DD

HEX: #ECC4DD
RGB: (236,196,221)

Color info

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

RGB color model

#ECC4DD color RGB value is (236,196,221).

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

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 221 of 255 = 87%

236
196
221

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

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 221 = 653 (100%)
R 236 of 653 ~ 36.14%
G 196 of 653 ~ 30.02%
B 221 of 653 ~ 33.84%

%36.14
%30.02
%33.84

CMYK color model

#ECC4DD color CMYK value is (0,17,6,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,17,6,7)
C0M17Y6K7 
(0%,17%,6%,7%)
(0.00/0.17/0.06/0.07)	

CMYK percentages

%0
%16.95
%6.36
%7.45

Codes

Color #ECC4DD in popluar color models

ECC4DD
RGB236196221
HSL323°51.28%84.71%
HSB/HSV323°16.95%92.55%
CMYK0.00%16.95%6.36%
7.45%

Color #ECC4DD in popluar number systems.

HEXECC4DD
Decimal236196221
Binary111011001100010011011101
Octal354304335

Shades and tints

Shades of #ECC4DD

#ECC4DD
(236,196,221)
#D7B3C9
(215,179,201)
#C2A2B5
(194,162,181)
#AD91A1
(173,145,161)
#98808D
(152,128,141)
#836F79
(131,111,121)
#6E5E65
(110,94,101)
#594D51
(89,77,81)
#443C3D
(68,60,61)
#2F2B29
(47,43,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #ECC4DD

#ECC4DD
(236,196,221)
#EDC9E0
(237,201,224)
#EECEE3
(238,206,227)
#EFD3E6
(239,211,230)
#F0D8E9
(240,216,233)
#F1DDEC
(241,221,236)
#F2E2EF
(242,226,239)
#F3E7F2
(243,231,242)
#F4ECF5
(244,236,245)
#F5F1F8
(245,241,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4DD; }

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

This text font color is #ECC4DD.


Background Color

.myBgColor { background-color: #ECC4DD; }

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

This div background color is #ECC4DD.


Border color

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

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

This div border color is #ECC4DD.


Opacity

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

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

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

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

This text has shadow with #ECC4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4DD on black background.


Color preview on white background

This text has color #ECC4DD on white background.



Black color preview on #ECC4DD background

This text has black color on #ECC4DD background.


White color preview on #ECC4DD background

This text has white color on #ECC4DD background.