COLOR #EFD0ED

HEX: #EFD0ED RGB: (239,208,237)

Color info

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

RGB color model

#EFD0ED color RGB value is (239,208,237).

RGB: (239,208,237) (94%, 82%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 237 of 255 = 93%

239
208
237

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

Portions of RGB colors in percentages

R + G + B = 239 + 208 + 237 = 684 (100%)
R 239 of 684 ~ 34.94%
G 208 of 684 ~ 30.41%
B 237 of 684 ~ 34.65'%

%34.94
%30.41
%34.65

CMYK color model

#EFD0ED color CMYK value is (0,13,1,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 0.84%
  • key color value is 6.27%

CMYK: (0,13,1,6)
C0M13Y1K6 (0%, 13%, 1%, 6%)
(0.00 / 0.13 / 0.01 / 0.06)

CMYK percentages

%0
%12.97
%0.84
%6.27

Codes

Color #EFD0ED in popluar color models

EF D0 ED
RGB 239 208 237
HSL 304° 49.21% 87.65%
HSB/HSV 304° 12.97% 93.73%
CMYK 0.00% 12.97% 0.84%
6.27%

Color #EFD0ED in popluar number systems.

HEX EF D0 ED
Decimal 239 208 237
Binary 11101111 11010000 11101101
Octal 357 320 355

Shades and tints

Shades of #EFD0ED

#EFD0ED
(239,208,237)
#DABED8
(218,190,216)
#C5ACC3
(197,172,195)
#B09AAE
(176,154,174)
#9B8899
(155,136,153)
#867684
(134,118,132)
#71646F
(113,100,111)
#5C525A
(92,82,90)
#474045
(71,64,69)
#322E30
(50,46,48)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #EFD0ED

#EFD0ED
(239,208,237)
#F0D4EE
(240,212,238)
#F1D8EF
(241,216,239)
#F2DCF0
(242,220,240)
#F3E0F1
(243,224,241)
#F4E4F2
(244,228,242)
#F5E8F3
(245,232,243)
#F6ECF4
(246,236,244)
#F7F0F5
(247,240,245)
#F8F4F6
(248,244,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD0ED color. Also use rgb(239,208,237) instead hex code.

Text Font Color

.myTextColor { color: #EFD0ED; }

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

This text font color is #EFD0ED.

Background Color

.myBgColor { background-color: #EFD0ED; }

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

This div background color is #EFD0ED.

Border color

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

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

This div border color is #EFD0ED.

Opacity

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

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

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

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

This text has shadow with #EFD0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD0ED.

Preview

Color preview on black background

This text has color #EFD0ED on black background.


Color preview on white background

This text has color #EFD0ED on white background.


Black color preview on #EFD0ED background

This text has black color on #EFD0ED background.


White color preview on #EFD0ED background

This text has white color on #EFD0ED background.


Related colors

Complementary color

Complementary color for #hex is #102F12.


I love getcolorcode.com

Triadic colors

1 #EDEFD0 and #D0EDEF with #EFD0ED are triadic colors.

2 #EDD0EF and #D0EFED with #EFD0ED are triadic colors.