COLOR #EFDADE

HEX: #EFDADE RGB: (239,218,222)

Color info

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

RGB color model

#EFDADE color RGB value is (239,218,222).

RGB: (239,218,222) (94%, 85%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 222 of 255 = 87%

239
218
222

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

Portions of RGB colors in percentages

R + G + B = 239 + 218 + 222 = 679 (100%)
R 239 of 679 ~ 35.2%
G 218 of 679 ~ 32.11%
B 222 of 679 ~ 32.7'%

%35.2
%32.11
%32.7

CMYK color model

#EFDADE color CMYK value is (0,9,7,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 7.11%
  • key color value is 6.27%

CMYK: (0,9,7,6)
C0M9Y7K6 (0%, 9%, 7%, 6%)
(0.00 / 0.09 / 0.07 / 0.06)

CMYK percentages

%0
%8.79
%7.11
%6.27

Codes

Color #EFDADE in popluar color models

EF DA DE
RGB 239 218 222
HSL 349° 39.62% 89.61%
HSB/HSV 349° 8.79% 93.73%
CMYK 0.00% 8.79% 7.11%
6.27%

Color #EFDADE in popluar number systems.

HEX EF DA DE
Decimal 239 218 222
Binary 11101111 11011010 11011110
Octal 357 332 336

Shades and tints

Shades of #EFDADE

#EFDADE
(239,218,222)
#DAC7CA
(218,199,202)
#C5B4B6
(197,180,182)
#B0A1A2
(176,161,162)
#9B8E8E
(155,142,142)
#867B7A
(134,123,122)
#716866
(113,104,102)
#5C5552
(92,85,82)
#47423E
(71,66,62)
#322F2A
(50,47,42)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFDADE

#EFDADE
(239,218,222)
#F0DDE1
(240,221,225)
#F1E0E4
(241,224,228)
#F2E3E7
(242,227,231)
#F3E6EA
(243,230,234)
#F4E9ED
(244,233,237)
#F5ECF0
(245,236,240)
#F6EFF3
(246,239,243)
#F7F2F6
(247,242,246)
#F8F5F9
(248,245,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDADE color. Also use rgb(239,218,222) instead hex code.

Text Font Color

.myTextColor { color: #EFDADE; }

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

This text font color is #EFDADE.

Background Color

.myBgColor { background-color: #EFDADE; }

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

This div background color is #EFDADE.

Border color

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

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

This div border color is #EFDADE.

Opacity

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

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

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

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

This text has shadow with #EFDADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDADE.

Preview

Color preview on black background

This text has color #EFDADE on black background.


Color preview on white background

This text has color #EFDADE on white background.


Black color preview on #EFDADE background

This text has black color on #EFDADE background.


White color preview on #EFDADE background

This text has white color on #EFDADE background.


Related colors

Complementary color

Complementary color for #hex is #102521.


I love getcolorcode.com

Triadic colors

1 #DEEFDA and #DADEEF with #EFDADE are triadic colors.

2 #DEDAEF and #DAEFDE with #EFDADE are triadic colors.