COLOR #EECDE8

HEX: #EECDE8
RGB: (238,205,232)

Color info

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

RGB color model

#EECDE8 color RGB value is (238,205,232).

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

RGB channels and saturation

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

238
205
232

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

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 232 = 675 (100%)
R 238 of 675 ~ 35.26%
G 205 of 675 ~ 30.37%
B 232 of 675 ~ 34.37%

%35.26
%30.37
%34.37

CMYK color model

#EECDE8 color CMYK value is (0,14,3,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,14,3,7)
C0M14Y3K7 
(0%,14%,3%,7%)
(0.00/0.14/0.03/0.07)	

CMYK percentages

%0
%13.87
%2.52
%6.67

Codes

Color #EECDE8 in popluar color models

EECDE8
RGB238205232
HSL311°49.25%86.86%
HSB/HSV311°13.87%93.33%
CMYK0.00%13.87%2.52%
6.67%

Color #EECDE8 in popluar number systems.

HEXEECDE8
Decimal238205232
Binary111011101100110111101000
Octal356315350

Shades and tints

Shades of #EECDE8

#EECDE8
(238,205,232)
#D9BBD3
(217,187,211)
#C4A9BE
(196,169,190)
#AF97A9
(175,151,169)
#9A8594
(154,133,148)
#85737F
(133,115,127)
#70616A
(112,97,106)
#5B4F55
(91,79,85)
#463D40
(70,61,64)
#312B2B
(49,43,43)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EECDE8

#EECDE8
(238,205,232)
#EFD1EA
(239,209,234)
#F0D5EC
(240,213,236)
#F1D9EE
(241,217,238)
#F2DDF0
(242,221,240)
#F3E1F2
(243,225,242)
#F4E5F4
(244,229,244)
#F5E9F6
(245,233,246)
#F6EDF8
(246,237,248)
#F7F1FA
(247,241,250)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDE8; }

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

This text font color is #EECDE8.


Background Color

.myBgColor { background-color: #EECDE8; }

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

This div background color is #EECDE8.


Border color

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

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

This div border color is #EECDE8.


Opacity

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

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

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

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

This text has shadow with #EECDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDE8 on black background.


Color preview on white background

This text has color #EECDE8 on white background.



Black color preview on #EECDE8 background

This text has black color on #EECDE8 background.


White color preview on #EECDE8 background

This text has white color on #EECDE8 background.