COLOR #EEDFDD

HEX: #EEDFDD RGB: (238,223,221)

Color info

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

RGB color model

#EEDFDD color RGB value is (238,223,221).

RGB: (238,223,221) (93%, 87%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 221 of 255 = 87%

238
223
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 221 = 682 (100%)
R 238 of 682 ~ 34.9%
G 223 of 682 ~ 32.7%
B 221 of 682 ~ 32.4'%

%34.9
%32.7
%32.4

CMYK color model

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

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

CMYK: (0,6,7,7)
C0M6Y7K7 (0%, 6%, 7%, 7%)
(0.00 / 0.06 / 0.07 / 0.07)

CMYK percentages

%0
%6.3
%7.14
%6.67

Codes

Color #EEDFDD in popluar color models

EE DF DD
RGB 238 223 221
HSL 33.33% 90.00%
HSB/HSV 7.14% 93.33%
CMYK 0.00% 6.30% 7.14%
6.67%

Color #EEDFDD in popluar number systems.

HEX EE DF DD
Decimal 238 223 221
Binary 11101110 11011111 11011101
Octal 356 337 335

Shades and tints

Shades of #EEDFDD

#EEDFDD
(238,223,221)
#D9CBC9
(217,203,201)
#C4B7B5
(196,183,181)
#AFA3A1
(175,163,161)
#9A8F8D
(154,143,141)
#857B79
(133,123,121)
#706765
(112,103,101)
#5B5351
(91,83,81)
#463F3D
(70,63,61)
#312B29
(49,43,41)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEDFDD

#EEDFDD
(238,223,221)
#EFE1E0
(239,225,224)
#F0E3E3
(240,227,227)
#F1E5E6
(241,229,230)
#F2E7E9
(242,231,233)
#F3E9EC
(243,233,236)
#F4EBEF
(244,235,239)
#F5EDF2
(245,237,242)
#F6EFF5
(246,239,245)
#F7F1F8
(247,241,248)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFDD; }

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

This text font color is #EEDFDD.

Background Color

.myBgColor { background-color: #EEDFDD; }

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

This div background color is #EEDFDD.

Border color

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

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

This div border color is #EEDFDD.

Opacity

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

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

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

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

This text has shadow with #EEDFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDFDD.

Preview

Color preview on black background

This text has color #EEDFDD on black background.


Color preview on white background

This text has color #EEDFDD on white background.


Black color preview on #EEDFDD background

This text has black color on #EEDFDD background.


White color preview on #EEDFDD background

This text has white color on #EEDFDD background.


Related colors

Complementary color

Complementary color for #hex is #112022.


I love getcolorcode.com

Triadic colors

1 #DDEEDF and #DFDDEE with #EEDFDD are triadic colors.

2 #DDDFEE and #DFEEDD with #EEDFDD are triadic colors.