COLOR #ECD4EB

HEX: #ECD4EB RGB: (236,212,235)

Color info

#ECD4EB contains red, green and blue colors in about the same proportion. Web safe color of #ECD4EB is #FFCCFF (or #FCF).

RGB color model

#ECD4EB color RGB value is (236,212,235).

RGB: (236,212,235) (93%, 83%, 92%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 235 of 255 = 92%

236
212
235

R + G + B ~ 89%. #ECD4EB is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 212 + 235 = 683 (100%)
R 236 of 683 ~ 34.55%
G 212 of 683 ~ 31.04%
B 235 of 683 ~ 34.41'%

%34.55
%31.04
%34.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 0.42%
  • key color value is 7.45%

CMYK: (0,10,0,7)
C0M10Y0K7 (0%, 10%, 0%, 7%)
(0.00 / 0.10 / 0.00 / 0.07)

CMYK percentages

%0
%10.17
%0.42
%7.45

Codes

Color #ECD4EB in popluar color models

EC D4 EB
RGB 236 212 235
HSL 303° 38.71% 87.84%
HSB/HSV 303° 10.17% 92.55%
CMYK 0.00% 10.17% 0.42%
7.45%

Color #ECD4EB in popluar number systems.

HEX EC D4 EB
Decimal 236 212 235
Binary 11101100 11010100 11101011
Octal 354 324 353

Shades and tints

Shades of #ECD4EB

#ECD4EB
(236,212,235)
#D7C1D6
(215,193,214)
#C2AEC1
(194,174,193)
#AD9BAC
(173,155,172)
#988897
(152,136,151)
#837582
(131,117,130)
#6E626D
(110,98,109)
#594F58
(89,79,88)
#443C43
(68,60,67)
#2F292E
(47,41,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #ECD4EB

#ECD4EB
(236,212,235)
#EDD7EC
(237,215,236)
#EEDAED
(238,218,237)
#EFDDEE
(239,221,238)
#F0E0EF
(240,224,239)
#F1E3F0
(241,227,240)
#F2E6F1
(242,230,241)
#F3E9F2
(243,233,242)
#F4ECF3
(244,236,243)
#F5EFF4
(245,239,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD4EB color. Also use rgb(236,212,235) instead hex code.

Text Font Color

.myTextColor { color: #ECD4EB; }

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

This text font color is #ECD4EB.

Background Color

.myBgColor { background-color: #ECD4EB; }

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

This div background color is #ECD4EB.

Border color

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

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

This div border color is #ECD4EB.

Opacity

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

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

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

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

This text has shadow with #ECD4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD4EB.

Preview

Color preview on black background

This text has color #ECD4EB on black background.


Color preview on white background

This text has color #ECD4EB on white background.


Black color preview on #ECD4EB background

This text has black color on #ECD4EB background.


White color preview on #ECD4EB background

This text has white color on #ECD4EB background.


Related colors

Complementary color

Complementary color for #hex is #132B14.


I love getcolorcode.com

Triadic colors

1 #EBECD4 and #D4EBEC with #ECD4EB are triadic colors.

2 #EBD4EC and #D4ECEB with #ECD4EB are triadic colors.