COLOR #EFDEF6

HEX: #EFDEF6 RGB: (239,222,246)

Color info

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

RGB color model

#EFDEF6 color RGB value is (239,222,246).

RGB: (239,222,246) (94%, 87%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 246 of 255 = 96%

239
222
246

R + G + B ~ 92%. #EFDEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 222 + 246 = 707 (100%)
R 239 of 707 ~ 33.8%
G 222 of 707 ~ 31.4%
B 246 of 707 ~ 34.79'%

%33.8
%31.4
%34.79

CMYK color model

#EFDEF6 color CMYK value is (3,10,0,4).

  • cyan value is 2.85%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,10,0,4)
C3M10Y0K4 (3%, 10%, 0%, 4%)
(0.03 / 0.10 / 0.00 / 0.04)

CMYK percentages

%2.85
%9.76
%0
%3.53

Codes

Color #EFDEF6 in popluar color models

EF DE F6
RGB 239 222 246
HSL 283° 57.14% 91.76%
HSB/HSV 283° 9.76% 96.47%
CMYK 2.85% 9.76% 0.00%
3.53%

Color #EFDEF6 in popluar number systems.

HEX EF DE F6
Decimal 239 222 246
Binary 11101111 11011110 11110110
Octal 357 336 366

Shades and tints

Shades of #EFDEF6

#EFDEF6
(239,222,246)
#DACAE0
(218,202,224)
#C5B6CA
(197,182,202)
#B0A2B4
(176,162,180)
#9B8E9E
(155,142,158)
#867A88
(134,122,136)
#716672
(113,102,114)
#5C525C
(92,82,92)
#473E46
(71,62,70)
#322A30
(50,42,48)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFDEF6

#EFDEF6
(239,222,246)
#F0E1F6
(240,225,246)
#F1E4F6
(241,228,246)
#F2E7F6
(242,231,246)
#F3EAF6
(243,234,246)
#F4EDF6
(244,237,246)
#F5F0F6
(245,240,246)
#F6F3F6
(246,243,246)
#F7F6F6
(247,246,246)
#F8F9F6
(248,249,246)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEF6; }

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

This text font color is #EFDEF6.

Background Color

.myBgColor { background-color: #EFDEF6; }

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

This div background color is #EFDEF6.

Border color

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

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

This div border color is #EFDEF6.

Opacity

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

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

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

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

This text has shadow with #EFDEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDEF6.

Preview

Color preview on black background

This text has color #EFDEF6 on black background.


Color preview on white background

This text has color #EFDEF6 on white background.


Black color preview on #EFDEF6 background

This text has black color on #EFDEF6 background.


White color preview on #EFDEF6 background

This text has white color on #EFDEF6 background.


Related colors

Complementary color

Complementary color for #hex is #102109.


I love getcolorcode.com

Triadic colors

1 #F6EFDE and #DEF6EF with #EFDEF6 are triadic colors.

2 #F6DEEF and #DEEFF6 with #EFDEF6 are triadic colors.