COLOR #EECDDE

HEX: #EECDDE
RGB: (238,205,222)

Color info

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

RGB color model

#EECDDE color RGB value is (238,205,222).

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

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 222 of 255 = 87%

238
205
222

R + G + B ~ 87%. #EECDDE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 222 = 665 (100%)
R 238 of 665 ~ 35.79%
G 205 of 665 ~ 30.83%
B 222 of 665 ~ 33.38%

%35.79
%30.83
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,14,7,7)
C0M14Y7K7 
(0%,14%,7%,7%)
(0.00/0.14/0.07/0.07)	

CMYK percentages

%0
%13.87
%6.72
%6.67

Codes

Color #EECDDE in popluar color models

EECDDE
RGB238205222
HSL329°49.25%86.86%
HSB/HSV329°13.87%93.33%
CMYK0.00%13.87%6.72%
6.67%

Color #EECDDE in popluar number systems.

HEXEECDDE
Decimal238205222
Binary111011101100110111011110
Octal356315336

Shades and tints

Shades of #EECDDE

#EECDDE
(238,205,222)
#D9BBCA
(217,187,202)
#C4A9B6
(196,169,182)
#AF97A2
(175,151,162)
#9A858E
(154,133,142)
#85737A
(133,115,122)
#706166
(112,97,102)
#5B4F52
(91,79,82)
#463D3E
(70,61,62)
#312B2A
(49,43,42)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EECDDE

#EECDDE
(238,205,222)
#EFD1E1
(239,209,225)
#F0D5E4
(240,213,228)
#F1D9E7
(241,217,231)
#F2DDEA
(242,221,234)
#F3E1ED
(243,225,237)
#F4E5F0
(244,229,240)
#F5E9F3
(245,233,243)
#F6EDF6
(246,237,246)
#F7F1F9
(247,241,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDDE; }

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

This text font color is #EECDDE.


Background Color

.myBgColor { background-color: #EECDDE; }

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

This div background color is #EECDDE.


Border color

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

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

This div border color is #EECDDE.


Opacity

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

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

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

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

This text has shadow with #EECDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDDE on black background.


Color preview on white background

This text has color #EECDDE on white background.



Black color preview on #EECDDE background

This text has black color on #EECDDE background.


White color preview on #EECDDE background

This text has white color on #EECDDE background.