COLOR #ECD0EC

HEX: #ECD0EC RGB: (236,208,236)

Color info

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

RGB color model

#ECD0EC color RGB value is (236,208,236).

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

RGB channels and saturation

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

236
208
236

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

Portions of RGB colors in percentages

R + G + B = 236 + 208 + 236 = 680 (100%)
R 236 of 680 ~ 34.71%
G 208 of 680 ~ 30.59%
B 236 of 680 ~ 34.71'%

%34.71
%30.59
%34.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (0,12,0,7) C0M12Y0K7 (0%,12%,0%,7%) (0.00/0.12/0.00/0.07) 

CMYK percentages

%0
%11.86
%0
%7.45

Codes

Color #ECD0EC in popluar color models

EC D0 EC
RGB 236 208 236
HSL 300° 42.42% 87.06%
HSB/HSV 300° 11.86% 92.55%
CMYK 0.00% 11.86% 0.00%
7.45%

Color #ECD0EC in popluar number systems.

HEX EC D0 EC
Decimal 236 208 236
Binary 11101100 11010000 11101100
Octal 354 320 354

Shades and tints

Shades of #ECD0EC

#ECD0EC
(236,208,236)
#D7BED7
(215,190,215)
#C2ACC2
(194,172,194)
#AD9AAD
(173,154,173)
#988898
(152,136,152)
#837683
(131,118,131)
#6E646E
(110,100,110)
#595259
(89,82,89)
#444044
(68,64,68)
#2F2E2F
(47,46,47)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #ECD0EC

#ECD0EC
(236,208,236)
#EDD4ED
(237,212,237)
#EED8EE
(238,216,238)
#EFDCEF
(239,220,239)
#F0E0F0
(240,224,240)
#F1E4F1
(241,228,241)
#F2E8F2
(242,232,242)
#F3ECF3
(243,236,243)
#F4F0F4
(244,240,244)
#F5F4F5
(245,244,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD0EC; }

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

This text font color is #ECD0EC.

Background Color

.myBgColor { background-color: #ECD0EC; }

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

This div background color is #ECD0EC.

Border color

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

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

This div border color is #ECD0EC.

Opacity

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

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

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

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

This text has shadow with #ECD0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD0EC.

Preview

Color preview on black background

This text has color #ECD0EC on black background.


Color preview on white background

This text has color #ECD0EC on white background.


Black color preview on #ECD0EC background

This text has black color on #ECD0EC background.


White color preview on #ECD0EC background

This text has white color on #ECD0EC background.


Related colors

Complementary color

Complementary color for #hex is #132F13.


I love getcolorcode.com

Triadic colors

1 #ECECD0 and #D0ECEC with #ECD0EC are triadic colors.

2 #ECD0EC and #D0ECEC with #ECD0EC are triadic colors.