COLOR #ECD8EC

HEX: #ECD8EC RGB: (236,216,236)

Color info

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

RGB color model

#ECD8EC color RGB value is (236,216,236).

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

RGB channels and saturation

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

236
216
236

R + G + B ~ 90%. #ECD8EC is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 216 + 236 = 688 (100%)
R 236 of 688 ~ 34.3%
G 216 of 688 ~ 31.4%
B 236 of 688 ~ 34.3'%

%34.3
%31.4
%34.3

CMYK color model

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

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

CMYK: (0,8,0,7)
C0M8Y0K7 (0%, 8%, 0%, 7%)
(0.00 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0
%8.47
%0
%7.45

Codes

Color #ECD8EC in popluar color models

EC D8 EC
RGB 236 216 236
HSL 300° 34.48% 88.63%
HSB/HSV 300° 8.47% 92.55%
CMYK 0.00% 8.47% 0.00%
7.45%

Color #ECD8EC in popluar number systems.

HEX EC D8 EC
Decimal 236 216 236
Binary 11101100 11011000 11101100
Octal 354 330 354

Shades and tints

Shades of #ECD8EC

#ECD8EC
(236,216,236)
#D7C5D7
(215,197,215)
#C2B2C2
(194,178,194)
#AD9FAD
(173,159,173)
#988C98
(152,140,152)
#837983
(131,121,131)
#6E666E
(110,102,110)
#595359
(89,83,89)
#444044
(68,64,68)
#2F2D2F
(47,45,47)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #ECD8EC

#ECD8EC
(236,216,236)
#EDDBED
(237,219,237)
#EEDEEE
(238,222,238)
#EFE1EF
(239,225,239)
#F0E4F0
(240,228,240)
#F1E7F1
(241,231,241)
#F2EAF2
(242,234,242)
#F3EDF3
(243,237,243)
#F4F0F4
(244,240,244)
#F5F3F5
(245,243,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD8EC; }

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

This text font color is #ECD8EC.

Background Color

.myBgColor { background-color: #ECD8EC; }

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

This div background color is #ECD8EC.

Border color

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

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

This div border color is #ECD8EC.

Opacity

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

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

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

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

This text has shadow with #ECD8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD8EC.

Preview

Color preview on black background

This text has color #ECD8EC on black background.


Color preview on white background

This text has color #ECD8EC on white background.


Black color preview on #ECD8EC background

This text has black color on #ECD8EC background.


White color preview on #ECD8EC background

This text has white color on #ECD8EC background.


Related colors

Complementary color

Complementary color for #hex is #132713.


I love getcolorcode.com

Triadic colors

1 #ECECD8 and #D8ECEC with #ECD8EC are triadic colors.

2 #ECD8EC and #D8ECEC with #ECD8EC are triadic colors.