COLOR #EFD8EE

HEX: #EFD8EE RGB: (239,216,238)

Color info

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

RGB color model

#EFD8EE color RGB value is (239,216,238).

RGB: (239,216,238) (94%, 85%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 238 of 255 = 93%

239
216
238

R + G + B ~ 91%. #EFD8EE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 216 + 238 = 693 (100%)
R 239 of 693 ~ 34.49%
G 216 of 693 ~ 31.17%
B 238 of 693 ~ 34.34'%

%34.49
%31.17
%34.34

CMYK color model

#EFD8EE color CMYK value is (0,10,0,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 0.42%
  • key color value is 6.27%

CMYK: (0,10,0,6)
C0M10Y0K6 (0%, 10%, 0%, 6%)
(0.00 / 0.10 / 0.00 / 0.06)

CMYK percentages

%0
%9.62
%0.42
%6.27

Codes

Color #EFD8EE in popluar color models

EF D8 EE
RGB 239 216 238
HSL 303° 41.82% 89.22%
HSB/HSV 303° 9.62% 93.73%
CMYK 0.00% 9.62% 0.42%
6.27%

Color #EFD8EE in popluar number systems.

HEX EF D8 EE
Decimal 239 216 238
Binary 11101111 11011000 11101110
Octal 357 330 356

Shades and tints

Shades of #EFD8EE

#EFD8EE
(239,216,238)
#DAC5D9
(218,197,217)
#C5B2C4
(197,178,196)
#B09FAF
(176,159,175)
#9B8C9A
(155,140,154)
#867985
(134,121,133)
#716670
(113,102,112)
#5C535B
(92,83,91)
#474046
(71,64,70)
#322D31
(50,45,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFD8EE

#EFD8EE
(239,216,238)
#F0DBEF
(240,219,239)
#F1DEF0
(241,222,240)
#F2E1F1
(242,225,241)
#F3E4F2
(243,228,242)
#F4E7F3
(244,231,243)
#F5EAF4
(245,234,244)
#F6EDF5
(246,237,245)
#F7F0F6
(247,240,246)
#F8F3F7
(248,243,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD8EE color. Also use rgb(239,216,238) instead hex code.

Text Font Color

.myTextColor { color: #EFD8EE; }

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

This text font color is #EFD8EE.

Background Color

.myBgColor { background-color: #EFD8EE; }

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

This div background color is #EFD8EE.

Border color

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

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

This div border color is #EFD8EE.

Opacity

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

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

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

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

This text has shadow with #EFD8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD8EE.

Preview

Color preview on black background

This text has color #EFD8EE on black background.


Color preview on white background

This text has color #EFD8EE on white background.


Black color preview on #EFD8EE background

This text has black color on #EFD8EE background.


White color preview on #EFD8EE background

This text has white color on #EFD8EE background.


Related colors

Complementary color

Complementary color for #hex is #102711.


I love getcolorcode.com

Triadic colors

1 #EEEFD8 and #D8EEEF with #EFD8EE are triadic colors.

2 #EED8EF and #D8EFEE with #EFD8EE are triadic colors.