COLOR #ECD0ED

HEX: #ECD0ED RGB: (236,208,237)

Color info

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

RGB color model

#ECD0ED color RGB value is (236,208,237).

RGB: (236,208,237) (93%, 82%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 237 of 255 = 93%

236
208
237

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

Portions of RGB colors in percentages

R + G + B = 236 + 208 + 237 = 681 (100%)
R 236 of 681 ~ 34.65%
G 208 of 681 ~ 30.54%
B 237 of 681 ~ 34.8'%

%34.65
%30.54
%34.8

CMYK color model

#ECD0ED color CMYK value is (0,12,0,7).

  • cyan value is 0.42%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,12,0,7)
C0M12Y0K7 (0%, 12%, 0%, 7%)
(0.00 / 0.12 / 0.00 / 0.07)

CMYK percentages

%0.42
%12.24
%0
%7.06

Codes

Color #ECD0ED in popluar color models

EC D0 ED
RGB 236 208 237
HSL 298° 44.62% 87.25%
HSB/HSV 298° 12.24% 92.94%
CMYK 0.42% 12.24% 0.00%
7.06%

Color #ECD0ED in popluar number systems.

HEX EC D0 ED
Decimal 236 208 237
Binary 11101100 11010000 11101101
Octal 354 320 355

Shades and tints

Shades of #ECD0ED

#ECD0ED
(236,208,237)
#D7BED8
(215,190,216)
#C2ACC3
(194,172,195)
#AD9AAE
(173,154,174)
#988899
(152,136,153)
#837684
(131,118,132)
#6E646F
(110,100,111)
#59525A
(89,82,90)
#444045
(68,64,69)
#2F2E30
(47,46,48)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #ECD0ED

#ECD0ED
(236,208,237)
#EDD4EE
(237,212,238)
#EED8EF
(238,216,239)
#EFDCF0
(239,220,240)
#F0E0F1
(240,224,241)
#F1E4F2
(241,228,242)
#F2E8F3
(242,232,243)
#F3ECF4
(243,236,244)
#F4F0F5
(244,240,245)
#F5F4F6
(245,244,246)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD0ED color. Also use rgb(236,208,237) instead hex code.

Text Font Color

.myTextColor { color: #ECD0ED; }

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

This text font color is #ECD0ED.

Background Color

.myBgColor { background-color: #ECD0ED; }

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

This div background color is #ECD0ED.

Border color

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

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

This div border color is #ECD0ED.

Opacity

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

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

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

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

This text has shadow with #ECD0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD0ED.

Preview

Color preview on black background

This text has color #ECD0ED on black background.


Color preview on white background

This text has color #ECD0ED on white background.


Black color preview on #ECD0ED background

This text has black color on #ECD0ED background.


White color preview on #ECD0ED background

This text has white color on #ECD0ED background.


Related colors

Complementary color

Complementary color for #hex is #132F12.


I love getcolorcode.com

Triadic colors

1 #EDECD0 and #D0EDEC with #ECD0ED are triadic colors.

2 #EDD0EC and #D0ECED with #ECD0ED are triadic colors.