COLOR #EEDFD6

HEX: #EEDFD6 RGB: (238,223,214)

Color info

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

RGB color model

#EEDFD6 color RGB value is (238,223,214).

RGB: (238,223,214) (93%, 87%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 214 of 255 = 84%

238
223
214

R + G + B ~ 88%. #EEDFD6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 214 = 675 (100%)
R 238 of 675 ~ 35.26%
G 223 of 675 ~ 33.04%
B 214 of 675 ~ 31.7'%

%35.26
%33.04
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 10.08%
  • key color value is 6.67%

CMYK: (0,6,10,7)
C0M6Y10K7 (0%, 6%, 10%, 7%)
(0.00 / 0.06 / 0.10 / 0.07)

CMYK percentages

%0
%6.3
%10.08
%6.67

Codes

Color #EEDFD6 in popluar color models

EE DF D6
RGB 238 223 214
HSL 23° 41.38% 88.63%
HSB/HSV 23° 10.08% 93.33%
CMYK 0.00% 6.30% 10.08%
6.67%

Color #EEDFD6 in popluar number systems.

HEX EE DF D6
Decimal 238 223 214
Binary 11101110 11011111 11010110
Octal 356 337 326

Shades and tints

Shades of #EEDFD6

#EEDFD6
(238,223,214)
#D9CBC3
(217,203,195)
#C4B7B0
(196,183,176)
#AFA39D
(175,163,157)
#9A8F8A
(154,143,138)
#857B77
(133,123,119)
#706764
(112,103,100)
#5B5351
(91,83,81)
#463F3E
(70,63,62)
#312B2B
(49,43,43)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEDFD6

#EEDFD6
(238,223,214)
#EFE1D9
(239,225,217)
#F0E3DC
(240,227,220)
#F1E5DF
(241,229,223)
#F2E7E2
(242,231,226)
#F3E9E5
(243,233,229)
#F4EBE8
(244,235,232)
#F5EDEB
(245,237,235)
#F6EFEE
(246,239,238)
#F7F1F1
(247,241,241)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDFD6 color. Also use rgb(238,223,214) instead hex code.

Text Font Color

.myTextColor { color: #EEDFD6; }

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

This text font color is #EEDFD6.

Background Color

.myBgColor { background-color: #EEDFD6; }

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

This div background color is #EEDFD6.

Border color

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

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

This div border color is #EEDFD6.

Opacity

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

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

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

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

This text has shadow with #EEDFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDFD6.

Preview

Color preview on black background

This text has color #EEDFD6 on black background.


Color preview on white background

This text has color #EEDFD6 on white background.


Black color preview on #EEDFD6 background

This text has black color on #EEDFD6 background.


White color preview on #EEDFD6 background

This text has white color on #EEDFD6 background.


Related colors

Complementary color

Complementary color for #hex is #112029.


I love getcolorcode.com

Triadic colors

1 #D6EEDF and #DFD6EE with #EEDFD6 are triadic colors.

2 #D6DFEE and #DFEED6 with #EEDFD6 are triadic colors.