COLOR #EFD5EA

HEX: #EFD5EA RGB: (239,213,234)

Color info

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

RGB color model

#EFD5EA color RGB value is (239,213,234).

RGB: (239,213,234) (94%, 84%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 234 of 255 = 92%

239
213
234

R + G + B ~ 90%. #EFD5EA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 213 + 234 = 686 (100%)
R 239 of 686 ~ 34.84%
G 213 of 686 ~ 31.05%
B 234 of 686 ~ 34.11'%

%34.84
%31.05
%34.11

CMYK color model

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

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

CMYK: (0,11,2,6)
C0M11Y2K6 (0%, 11%, 2%, 6%)
(0.00 / 0.11 / 0.02 / 0.06)

CMYK percentages

%0
%10.88
%2.09
%6.27

Codes

Color #EFD5EA in popluar color models

EF D5 EA
RGB 239 213 234
HSL 312° 44.83% 88.63%
HSB/HSV 312° 10.88% 93.73%
CMYK 0.00% 10.88% 2.09%
6.27%

Color #EFD5EA in popluar number systems.

HEX EF D5 EA
Decimal 239 213 234
Binary 11101111 11010101 11101010
Octal 357 325 352

Shades and tints

Shades of #EFD5EA

#EFD5EA
(239,213,234)
#DAC2D5
(218,194,213)
#C5AFC0
(197,175,192)
#B09CAB
(176,156,171)
#9B8996
(155,137,150)
#867681
(134,118,129)
#71636C
(113,99,108)
#5C5057
(92,80,87)
#473D42
(71,61,66)
#322A2D
(50,42,45)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFD5EA

#EFD5EA
(239,213,234)
#F0D8EB
(240,216,235)
#F1DBEC
(241,219,236)
#F2DEED
(242,222,237)
#F3E1EE
(243,225,238)
#F4E4EF
(244,228,239)
#F5E7F0
(245,231,240)
#F6EAF1
(246,234,241)
#F7EDF2
(247,237,242)
#F8F0F3
(248,240,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5EA; }

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

This text font color is #EFD5EA.

Background Color

.myBgColor { background-color: #EFD5EA; }

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

This div background color is #EFD5EA.

Border color

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

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

This div border color is #EFD5EA.

Opacity

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

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

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

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

This text has shadow with #EFD5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD5EA.

Preview

Color preview on black background

This text has color #EFD5EA on black background.


Color preview on white background

This text has color #EFD5EA on white background.


Black color preview on #EFD5EA background

This text has black color on #EFD5EA background.


White color preview on #EFD5EA background

This text has white color on #EFD5EA background.


Related colors

Complementary color

Complementary color for #hex is #102A15.


I love getcolorcode.com

Triadic colors

1 #EAEFD5 and #D5EAEF with #EFD5EA are triadic colors.

2 #EAD5EF and #D5EFEA with #EFD5EA are triadic colors.