COLOR #EECED7

HEX: #EECED7 RGB: (238,206,215)

Color info

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

RGB color model

#EECED7 color RGB value is (238,206,215).

RGB: (238,206,215) (93%, 81%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 215 of 255 = 84%

238
206
215

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

Portions of RGB colors in percentages

R + G + B = 238 + 206 + 215 = 659 (100%)
R 238 of 659 ~ 36.12%
G 206 of 659 ~ 31.26%
B 215 of 659 ~ 32.63'%

%36.12
%31.26
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 9.66%
  • key color value is 6.67%

CMYK: (0,13,10,7)
C0M13Y10K7 (0%, 13%, 10%, 7%)
(0.00 / 0.13 / 0.10 / 0.07)

CMYK percentages

%0
%13.45
%9.66
%6.67

Codes

Color #EECED7 in popluar color models

EE CE D7
RGB 238 206 215
HSL 343° 48.48% 87.06%
HSB/HSV 343° 13.45% 93.33%
CMYK 0.00% 13.45% 9.66%
6.67%

Color #EECED7 in popluar number systems.

HEX EE CE D7
Decimal 238 206 215
Binary 11101110 11001110 11010111
Octal 356 316 327

Shades and tints

Shades of #EECED7

#EECED7
(238,206,215)
#D9BCC4
(217,188,196)
#C4AAB1
(196,170,177)
#AF989E
(175,152,158)
#9A868B
(154,134,139)
#857478
(133,116,120)
#706265
(112,98,101)
#5B5052
(91,80,82)
#463E3F
(70,62,63)
#312C2C
(49,44,44)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #EECED7

#EECED7
(238,206,215)
#EFD2DA
(239,210,218)
#F0D6DD
(240,214,221)
#F1DAE0
(241,218,224)
#F2DEE3
(242,222,227)
#F3E2E6
(243,226,230)
#F4E6E9
(244,230,233)
#F5EAEC
(245,234,236)
#F6EEEF
(246,238,239)
#F7F2F2
(247,242,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECED7 color. Also use rgb(238,206,215) instead hex code.

Text Font Color

.myTextColor { color: #EECED7; }

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

This text font color is #EECED7.

Background Color

.myBgColor { background-color: #EECED7; }

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

This div background color is #EECED7.

Border color

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

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

This div border color is #EECED7.

Opacity

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

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

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

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

This text has shadow with #EECED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECED7.

Preview

Color preview on black background

This text has color #EECED7 on black background.


Color preview on white background

This text has color #EECED7 on white background.


Black color preview on #EECED7 background

This text has black color on #EECED7 background.


White color preview on #EECED7 background

This text has white color on #EECED7 background.


Related colors

Complementary color

Complementary color for #hex is #113128.


I love getcolorcode.com

Gradients

Color #EECED7 is used in Piggy Pink gradient.

Piggy Pink


Triadic colors

1 #D7EECE and #CED7EE with #EECED7 are triadic colors.

2 #D7CEEE and #CEEED7 with #EECED7 are triadic colors.