COLOR #ECC4D5

HEX: #ECC4D5 RGB: (236,196,213)

Color info

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

RGB color model

#ECC4D5 color RGB value is (236,196,213).

RGB: (236,196,213) (93%, 77%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 213 of 255 = 84%

236
196
213

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

Portions of RGB colors in percentages

R + G + B = 236 + 196 + 213 = 645 (100%)
R 236 of 645 ~ 36.59%
G 196 of 645 ~ 30.39%
B 213 of 645 ~ 33.02'%

%36.59
%30.39
%33.02

CMYK color model

#ECC4D5 color CMYK value is (0,17,10,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 9.75%
  • key color value is 7.45%

CMYK: (0,17,10,7)
C0M17Y10K7 (0%, 17%, 10%, 7%)
(0.00 / 0.17 / 0.10 / 0.07)

CMYK percentages

%0
%16.95
%9.75
%7.45

Codes

Color #ECC4D5 in popluar color models

EC C4 D5
RGB 236 196 213
HSL 335° 51.28% 84.71%
HSB/HSV 335° 16.95% 92.55%
CMYK 0.00% 16.95% 9.75%
7.45%

Color #ECC4D5 in popluar number systems.

HEX EC C4 D5
Decimal 236 196 213
Binary 11101100 11000100 11010101
Octal 354 304 325

Shades and tints

Shades of #ECC4D5

#ECC4D5
(236,196,213)
#D7B3C2
(215,179,194)
#C2A2AF
(194,162,175)
#AD919C
(173,145,156)
#988089
(152,128,137)
#836F76
(131,111,118)
#6E5E63
(110,94,99)
#594D50
(89,77,80)
#443C3D
(68,60,61)
#2F2B2A
(47,43,42)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #ECC4D5

#ECC4D5
(236,196,213)
#EDC9D8
(237,201,216)
#EECEDB
(238,206,219)
#EFD3DE
(239,211,222)
#F0D8E1
(240,216,225)
#F1DDE4
(241,221,228)
#F2E2E7
(242,226,231)
#F3E7EA
(243,231,234)
#F4ECED
(244,236,237)
#F5F1F0
(245,241,240)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4D5; }

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

This text font color is #ECC4D5.

Background Color

.myBgColor { background-color: #ECC4D5; }

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

This div background color is #ECC4D5.

Border color

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

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

This div border color is #ECC4D5.

Opacity

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

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

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

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

This text has shadow with #ECC4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC4D5.

Preview

Color preview on black background

This text has color #ECC4D5 on black background.


Color preview on white background

This text has color #ECC4D5 on white background.


Black color preview on #ECC4D5 background

This text has black color on #ECC4D5 background.


White color preview on #ECC4D5 background

This text has white color on #ECC4D5 background.


Related colors

Complementary color

Complementary color for #hex is #133B2A.


I love getcolorcode.com

Triadic colors

1 #D5ECC4 and #C4D5EC with #ECC4D5 are triadic colors.

2 #D5C4EC and #C4ECD5 with #ECC4D5 are triadic colors.