COLOR #EECDE9

HEX: #EECDE9
RGB: (238,205,233)

Color info

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

RGB color model

#EECDE9 color RGB value is (238,205,233).

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

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 233 of 255 = 91%

238
205
233

R + G + B ~ 88%. #EECDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 233 = 676 (100%)
R 238 of 676 ~ 35.21%
G 205 of 676 ~ 30.33%
B 233 of 676 ~ 34.47%

%35.21
%30.33
%34.47

CMYK color model

#EECDE9 color CMYK value is (0,14,2,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,14,2,7)
C0M14Y2K7 
(0%,14%,2%,7%)
(0.00/0.14/0.02/0.07)	

CMYK percentages

%0
%13.87
%2.1
%6.67

Codes

Color #EECDE9 in popluar color models

EECDE9
RGB238205233
HSL309°49.25%86.86%
HSB/HSV309°13.87%93.33%
CMYK0.00%13.87%2.10%
6.67%

Color #EECDE9 in popluar number systems.

HEXEECDE9
Decimal238205233
Binary111011101100110111101001
Octal356315351

Shades and tints

Shades of #EECDE9

#EECDE9
(238,205,233)
#D9BBD4
(217,187,212)
#C4A9BF
(196,169,191)
#AF97AA
(175,151,170)
#9A8595
(154,133,149)
#857380
(133,115,128)
#70616B
(112,97,107)
#5B4F56
(91,79,86)
#463D41
(70,61,65)
#312B2C
(49,43,44)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #EECDE9

#EECDE9
(238,205,233)
#EFD1EB
(239,209,235)
#F0D5ED
(240,213,237)
#F1D9EF
(241,217,239)
#F2DDF1
(242,221,241)
#F3E1F3
(243,225,243)
#F4E5F5
(244,229,245)
#F5E9F7
(245,233,247)
#F6EDF9
(246,237,249)
#F7F1FB
(247,241,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDE9; }

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

This text font color is #EECDE9.


Background Color

.myBgColor { background-color: #EECDE9; }

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

This div background color is #EECDE9.


Border color

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

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

This div border color is #EECDE9.


Opacity

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

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

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

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

This text has shadow with #EECDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDE9 on black background.


Color preview on white background

This text has color #EECDE9 on white background.



Black color preview on #EECDE9 background

This text has black color on #EECDE9 background.


White color preview on #EECDE9 background

This text has white color on #EECDE9 background.