COLOR #EECDD5

HEX: #EECDD5 RGB: (238,205,213)

Color info

#EECDD5 contains red, green and blue colors in about the same proportion. Web safe color of #EECDD5 is #FFCCCC (or #FCC).

RGB color model

#EECDD5 color RGB value is (238,205,213).

RGB: (238,205,213) (93%, 80%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 213 of 255 = 84%

238
205
213

R + G + B ~ 86%. #EECDD5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 205 + 213 = 656 (100%)
R 238 of 656 ~ 36.28%
G 205 of 656 ~ 31.25%
B 213 of 656 ~ 32.47'%

%36.28
%31.25
%32.47

CMYK color model

#EECDD5 color CMYK value is (0,14,11,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK: (0,14,11,7) C0M14Y11K7 (0%,14%,11%,7%) (0.00/0.14/0.11/0.07) 

CMYK percentages

%0
%13.87
%10.5
%6.67

Codes

Color #EECDD5 in popluar color models

EE CD D5
RGB 238 205 213
HSL 345° 49.25% 86.86%
HSB/HSV 345° 13.87% 93.33%
CMYK 0.00% 13.87% 10.50%
6.67%

Color #EECDD5 in popluar number systems.

HEX EE CD D5
Decimal 238 205 213
Binary 11101110 11001101 11010101
Octal 356 315 325

Shades and tints

Shades of #EECDD5

#EECDD5
(238,205,213)
#D9BBC2
(217,187,194)
#C4A9AF
(196,169,175)
#AF979C
(175,151,156)
#9A8589
(154,133,137)
#857376
(133,115,118)
#706163
(112,97,99)
#5B4F50
(91,79,80)
#463D3D
(70,61,61)
#312B2A
(49,43,42)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #EECDD5

#EECDD5
(238,205,213)
#EFD1D8
(239,209,216)
#F0D5DB
(240,213,219)
#F1D9DE
(241,217,222)
#F2DDE1
(242,221,225)
#F3E1E4
(243,225,228)
#F4E5E7
(244,229,231)
#F5E9EA
(245,233,234)
#F6EDED
(246,237,237)
#F7F1F0
(247,241,240)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECDD5 color. Also use rgb(238,205,213) instead hex code.

Text Font Color

.myTextColor { color: #EECDD5; }

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

This text font color is #EECDD5.

Background Color

.myBgColor { background-color: #EECDD5; }

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

This div background color is #EECDD5.

Border color

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

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

This div border color is #EECDD5.

Opacity

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

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

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

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

This text has shadow with #EECDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECDD5.

Preview

Color preview on black background

This text has color #EECDD5 on black background.


Color preview on white background

This text has color #EECDD5 on white background.


Black color preview on #EECDD5 background

This text has black color on #EECDD5 background.


White color preview on #EECDD5 background

This text has white color on #EECDD5 background.


Related colors

Complementary color

Complementary color for #hex is #11322A.


I love getcolorcode.com

Triadic colors

1 #D5EECD and #CDD5EE with #EECDD5 are triadic colors.

2 #D5CDEE and #CDEED5 with #EECDD5 are triadic colors.