COLOR #ECADDA

HEX: #ECADDA RGB: (236,173,218)

Color info

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

RGB color model

#ECADDA color RGB value is (236,173,218).

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

RGB channels and saturation

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

236
173
218

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

Portions of RGB colors in percentages

R + G + B = 236 + 173 + 218 = 627 (100%)
R 236 of 627 ~ 37.64%
G 173 of 627 ~ 27.59%
B 218 of 627 ~ 34.77'%

%37.64
%27.59
%34.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 7.63%
  • 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
%7.63
%7.45

Codes

Color #ECADDA in popluar color models

EC AD DA
RGB 236 173 218
HSL 317° 62.38% 80.20%
HSB/HSV 317° 26.69% 92.55%
CMYK 0.00% 26.69% 7.63%
7.45%

Color #ECADDA in popluar number systems.

HEX EC AD DA
Decimal 236 173 218
Binary 11101100 10101101 11011010
Octal 354 255 332

Shades and tints

Shades of #ECADDA

#ECADDA
(236,173,218)
#D79EC7
(215,158,199)
#C28FB4
(194,143,180)
#AD80A1
(173,128,161)
#98718E
(152,113,142)
#83627B
(131,98,123)
#6E5368
(110,83,104)
#594455
(89,68,85)
#443542
(68,53,66)
#2F262F
(47,38,47)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECADDA

#ECADDA
(236,173,218)
#EDB4DD
(237,180,221)
#EEBBE0
(238,187,224)
#EFC2E3
(239,194,227)
#F0C9E6
(240,201,230)
#F1D0E9
(241,208,233)
#F2D7EC
(242,215,236)
#F3DEEF
(243,222,239)
#F4E5F2
(244,229,242)
#F5ECF5
(245,236,245)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECADDA; }

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

This text font color is #ECADDA.

Background Color

.myBgColor { background-color: #ECADDA; }

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

This div background color is #ECADDA.

Border color

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

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

This div border color is #ECADDA.

Opacity

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

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

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

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

This text has shadow with #ECADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECADDA.

Preview

Color preview on black background

This text has color #ECADDA on black background.


Color preview on white background

This text has color #ECADDA on white background.


Black color preview on #ECADDA background

This text has black color on #ECADDA background.


White color preview on #ECADDA background

This text has white color on #ECADDA background.


Related colors

Complementary color

Complementary color for #hex is #135225.


I love getcolorcode.com

Triadic colors

1 #DAECAD and #ADDAEC with #ECADDA are triadic colors.

2 #DAADEC and #ADECDA with #ECADDA are triadic colors.