COLOR #EFD5E1

HEX: #EFD5E1 RGB: (239,213,225)

Color info

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

RGB color model

#EFD5E1 color RGB value is (239,213,225).

RGB: (239,213,225) (94%, 84%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 225 of 255 = 88%

239
213
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 213 + 225 = 677 (100%)
R 239 of 677 ~ 35.3%
G 213 of 677 ~ 31.46%
B 225 of 677 ~ 33.23'%

%35.3
%31.46
%33.23

CMYK color model

#EFD5E1 color CMYK value is (0,11,6,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 5.86%
  • key color value is 6.27%

CMYK: (0,11,6,6)
C0M11Y6K6 (0%, 11%, 6%, 6%)
(0.00 / 0.11 / 0.06 / 0.06)

CMYK percentages

%0
%10.88
%5.86
%6.27

Codes

Color #EFD5E1 in popluar color models

EF D5 E1
RGB 239 213 225
HSL 332° 44.83% 88.63%
HSB/HSV 332° 10.88% 93.73%
CMYK 0.00% 10.88% 5.86%
6.27%

Color #EFD5E1 in popluar number systems.

HEX EF D5 E1
Decimal 239 213 225
Binary 11101111 11010101 11100001
Octal 357 325 341

Shades and tints

Shades of #EFD5E1

#EFD5E1
(239,213,225)
#DAC2CD
(218,194,205)
#C5AFB9
(197,175,185)
#B09CA5
(176,156,165)
#9B8991
(155,137,145)
#86767D
(134,118,125)
#716369
(113,99,105)
#5C5055
(92,80,85)
#473D41
(71,61,65)
#322A2D
(50,42,45)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFD5E1

#EFD5E1
(239,213,225)
#F0D8E3
(240,216,227)
#F1DBE5
(241,219,229)
#F2DEE7
(242,222,231)
#F3E1E9
(243,225,233)
#F4E4EB
(244,228,235)
#F5E7ED
(245,231,237)
#F6EAEF
(246,234,239)
#F7EDF1
(247,237,241)
#F8F0F3
(248,240,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD5E1 color. Also use rgb(239,213,225) instead hex code.

Text Font Color

.myTextColor { color: #EFD5E1; }

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

This text font color is #EFD5E1.

Background Color

.myBgColor { background-color: #EFD5E1; }

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

This div background color is #EFD5E1.

Border color

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

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

This div border color is #EFD5E1.

Opacity

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

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

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

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

This text has shadow with #EFD5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD5E1.

Preview

Color preview on black background

This text has color #EFD5E1 on black background.


Color preview on white background

This text has color #EFD5E1 on white background.


Black color preview on #EFD5E1 background

This text has black color on #EFD5E1 background.


White color preview on #EFD5E1 background

This text has white color on #EFD5E1 background.


Related colors

Complementary color

Complementary color for #hex is #102A1E.


I love getcolorcode.com

Triadic colors

1 #E1EFD5 and #D5E1EF with #EFD5E1 are triadic colors.

2 #E1D5EF and #D5EFE1 with #EFD5E1 are triadic colors.