COLOR #EECDD7

HEX: #EECDD7
RGB: (238,205,215)

Color info

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

RGB color model

#EECDD7 color RGB value is (238,205,215).

  • red value is 238;
  • green value is 205;
  • blue value is 215.
RGB:
(238,205,215)
(93%,80%,84%)

RGB channels and saturation

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

238
205
215

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

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 215 = 658 (100%)
R 238 of 658 ~ 36.17%
G 205 of 658 ~ 31.16%
B 215 of 658 ~ 32.67%

%36.17
%31.16
%32.67

CMYK color model

#EECDD7 color CMYK value is (0,14,10,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(0,14,10,7)
C0M14Y10K7 
(0%,14%,10%,7%)
(0.00/0.14/0.10/0.07)	

CMYK percentages

%0
%13.87
%9.66
%6.67

Codes

Color #EECDD7 in popluar color models

EECDD7
RGB238205215
HSL342°49.25%86.86%
HSB/HSV342°13.87%93.33%
CMYK0.00%13.87%9.66%
6.67%

Color #EECDD7 in popluar number systems.

HEXEECDD7
Decimal238205215
Binary111011101100110111010111
Octal356315327

Shades and tints

Shades of #EECDD7

#EECDD7
(238,205,215)
#D9BBC4
(217,187,196)
#C4A9B1
(196,169,177)
#AF979E
(175,151,158)
#9A858B
(154,133,139)
#857378
(133,115,120)
#706165
(112,97,101)
#5B4F52
(91,79,82)
#463D3F
(70,61,63)
#312B2C
(49,43,44)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EECDD7

#EECDD7
(238,205,215)
#EFD1DA
(239,209,218)
#F0D5DD
(240,213,221)
#F1D9E0
(241,217,224)
#F2DDE3
(242,221,227)
#F3E1E6
(243,225,230)
#F4E5E9
(244,229,233)
#F5E9EC
(245,233,236)
#F6EDEF
(246,237,239)
#F7F1F2
(247,241,242)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDD7; }

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

This text font color is #EECDD7.


Background Color

.myBgColor { background-color: #EECDD7; }

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

This div background color is #EECDD7.


Border color

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

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

This div border color is #EECDD7.


Opacity

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

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

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

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

This text has shadow with #EECDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDD7 on black background.


Color preview on white background

This text has color #EECDD7 on white background.



Black color preview on #EECDD7 background

This text has black color on #EECDD7 background.


White color preview on #EECDD7 background

This text has white color on #EECDD7 background.