COLOR #ECADD8

HEX: #ECADD8 RGB: (236,173,216)

Color info

#ECADD8 contains mainly red and blue colors. Web safe color of #ECADD8 is #FF99CC (or #F9C).

RGB color model

#ECADD8 color RGB value is (236,173,216).

RGB: (236,173,216) (93%, 68%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 216 of 255 = 85%

236
173
216

R + G + B ~ 82%. #ECADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 173 + 216 = 625 (100%)
R 236 of 625 ~ 37.76%
G 173 of 625 ~ 27.68%
B 216 of 625 ~ 34.56'%

%37.76
%27.68
%34.56

CMYK color model

#ECADD8 color CMYK value is (0,27,8,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 8.47%
  • key color value is 7.45%

CMYK: (0,27,8,7)
C0M27Y8K7 (0%, 27%, 8%, 7%)
(0.00 / 0.27 / 0.08 / 0.07)

CMYK percentages

%0
%26.69
%8.47
%7.45

Codes

Color #ECADD8 in popluar color models

EC AD D8
RGB 236 173 216
HSL 319° 62.38% 80.20%
HSB/HSV 319° 26.69% 92.55%
CMYK 0.00% 26.69% 8.47%
7.45%

Color #ECADD8 in popluar number systems.

HEX EC AD D8
Decimal 236 173 216
Binary 11101100 10101101 11011000
Octal 354 255 330

Shades and tints

Shades of #ECADD8

#ECADD8
(236,173,216)
#D79EC5
(215,158,197)
#C28FB2
(194,143,178)
#AD809F
(173,128,159)
#98718C
(152,113,140)
#836279
(131,98,121)
#6E5366
(110,83,102)
#594453
(89,68,83)
#443540
(68,53,64)
#2F262D
(47,38,45)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECADD8

#ECADD8
(236,173,216)
#EDB4DB
(237,180,219)
#EEBBDE
(238,187,222)
#EFC2E1
(239,194,225)
#F0C9E4
(240,201,228)
#F1D0E7
(241,208,231)
#F2D7EA
(242,215,234)
#F3DEED
(243,222,237)
#F4E5F0
(244,229,240)
#F5ECF3
(245,236,243)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECADD8 color. Also use rgb(236,173,216) instead hex code.

Text Font Color

.myTextColor { color: #ECADD8; }

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

This text font color is #ECADD8.

Background Color

.myBgColor { background-color: #ECADD8; }

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

This div background color is #ECADD8.

Border color

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

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

This div border color is #ECADD8.

Opacity

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

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

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

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

This text has shadow with #ECADD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECADD8.

Preview

Color preview on black background

This text has color #ECADD8 on black background.


Color preview on white background

This text has color #ECADD8 on white background.


Black color preview on #ECADD8 background

This text has black color on #ECADD8 background.


White color preview on #ECADD8 background

This text has white color on #ECADD8 background.


Related colors

Complementary color

Complementary color for #hex is #135227.


I love getcolorcode.com

Triadic colors

1 #D8ECAD and #ADD8EC with #ECADD8 are triadic colors.

2 #D8ADEC and #ADECD8 with #ECADD8 are triadic colors.