COLOR #EED4DD

HEX: #EED4DD RGB: (238,212,221)

Color info

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

RGB color model

#EED4DD color RGB value is (238,212,221).

RGB: (238,212,221) (93%, 83%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 221 of 255 = 87%

238
212
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 212 + 221 = 671 (100%)
R 238 of 671 ~ 35.47%
G 212 of 671 ~ 31.59%
B 221 of 671 ~ 32.94'%

%35.47
%31.59
%32.94

CMYK color model

#EED4DD color CMYK value is (0,11,7,7).

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

CMYK: (0,11,7,7)
C0M11Y7K7 (0%, 11%, 7%, 7%)
(0.00 / 0.11 / 0.07 / 0.07)

CMYK percentages

%0
%10.92
%7.14
%6.67

Codes

Color #EED4DD in popluar color models

EE D4 DD
RGB 238 212 221
HSL 339° 43.33% 88.24%
HSB/HSV 339° 10.92% 93.33%
CMYK 0.00% 10.92% 7.14%
6.67%

Color #EED4DD in popluar number systems.

HEX EE D4 DD
Decimal 238 212 221
Binary 11101110 11010100 11011101
Octal 356 324 335

Shades and tints

Shades of #EED4DD

#EED4DD
(238,212,221)
#D9C1C9
(217,193,201)
#C4AEB5
(196,174,181)
#AF9BA1
(175,155,161)
#9A888D
(154,136,141)
#857579
(133,117,121)
#706265
(112,98,101)
#5B4F51
(91,79,81)
#463C3D
(70,60,61)
#312929
(49,41,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EED4DD

#EED4DD
(238,212,221)
#EFD7E0
(239,215,224)
#F0DAE3
(240,218,227)
#F1DDE6
(241,221,230)
#F2E0E9
(242,224,233)
#F3E3EC
(243,227,236)
#F4E6EF
(244,230,239)
#F5E9F2
(245,233,242)
#F6ECF5
(246,236,245)
#F7EFF8
(247,239,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4DD; }

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

This text font color is #EED4DD.

Background Color

.myBgColor { background-color: #EED4DD; }

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

This div background color is #EED4DD.

Border color

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

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

This div border color is #EED4DD.

Opacity

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

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

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

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

This text has shadow with #EED4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED4DD.

Preview

Color preview on black background

This text has color #EED4DD on black background.


Color preview on white background

This text has color #EED4DD on white background.


Black color preview on #EED4DD background

This text has black color on #EED4DD background.


White color preview on #EED4DD background

This text has white color on #EED4DD background.


Related colors

Complementary color

Complementary color for #hex is #112B22.


I love getcolorcode.com

Triadic colors

1 #DDEED4 and #D4DDEE with #EED4DD are triadic colors.

2 #DDD4EE and #D4EEDD with #EED4DD are triadic colors.