COLOR #EECDF1

HEX: #EECDF1
RGB: (238,205,241)

Color info

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

RGB color model

#EECDF1 color RGB value is (238,205,241).

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

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 241 of 255 = 95%

238
205
241

R + G + B ~ 89%. #EECDF1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 241 = 684 (100%)
R 238 of 684 ~ 34.8%
G 205 of 684 ~ 29.97%
B 241 of 684 ~ 35.23%

%34.8
%29.97
%35.23

CMYK color model

#EECDF1 color CMYK value is (1,15,0,5).

  • cyan value is 1.24%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,15,0,5)
C1M15Y0K5 
(1%,15%,0%,5%)
(0.01/0.15/0.00/0.05)	

CMYK percentages

%1.24
%14.94
%0
%5.49

Codes

Color #EECDF1 in popluar color models

EECDF1
RGB238205241
HSL295°56.25%87.45%
HSB/HSV295°14.94%94.51%
CMYK1.24%14.94%0.00%
5.49%

Color #EECDF1 in popluar number systems.

HEXEECDF1
Decimal238205241
Binary111011101100110111110001
Octal356315361

Shades and tints

Shades of #EECDF1

#EECDF1
(238,205,241)
#D9BBDC
(217,187,220)
#C4A9C7
(196,169,199)
#AF97B2
(175,151,178)
#9A859D
(154,133,157)
#857388
(133,115,136)
#706173
(112,97,115)
#5B4F5E
(91,79,94)
#463D49
(70,61,73)
#312B34
(49,43,52)
#1C191F
(28,25,31)
#000000
(0,0,0)

Tints of #EECDF1

#EECDF1
(238,205,241)
#EFD1F2
(239,209,242)
#F0D5F3
(240,213,243)
#F1D9F4
(241,217,244)
#F2DDF5
(242,221,245)
#F3E1F6
(243,225,246)
#F4E5F7
(244,229,247)
#F5E9F8
(245,233,248)
#F6EDF9
(246,237,249)
#F7F1FA
(247,241,250)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDF1; }

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

This text font color is #EECDF1.


Background Color

.myBgColor { background-color: #EECDF1; }

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

This div background color is #EECDF1.


Border color

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

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

This div border color is #EECDF1.


Opacity

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

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

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

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

This text has shadow with #EECDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDF1 on black background.


Color preview on white background

This text has color #EECDF1 on white background.



Black color preview on #EECDF1 background

This text has black color on #EECDF1 background.


White color preview on #EECDF1 background

This text has white color on #EECDF1 background.