COLOR #EED3DD

HEX: #EED3DD RGB: (238,211,221)

Color info

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

RGB color model

#EED3DD color RGB value is (238,211,221).

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

RGB channels and saturation

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

238
211
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 221 = 670 (100%)
R 238 of 670 ~ 35.52%
G 211 of 670 ~ 31.49%
B 221 of 670 ~ 32.99'%

%35.52
%31.49
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.34%
  • 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
%11.34
%7.14
%6.67

Codes

Color #EED3DD in popluar color models

EE D3 DD
RGB 238 211 221
HSL 338° 44.26% 88.04%
HSB/HSV 338° 11.34% 93.33%
CMYK 0.00% 11.34% 7.14%
6.67%

Color #EED3DD in popluar number systems.

HEX EE D3 DD
Decimal 238 211 221
Binary 11101110 11010011 11011101
Octal 356 323 335

Shades and tints

Shades of #EED3DD

#EED3DD
(238,211,221)
#D9C0C9
(217,192,201)
#C4ADB5
(196,173,181)
#AF9AA1
(175,154,161)
#9A878D
(154,135,141)
#857479
(133,116,121)
#706165
(112,97,101)
#5B4E51
(91,78,81)
#463B3D
(70,59,61)
#312829
(49,40,41)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #EED3DD

#EED3DD
(238,211,221)
#EFD7E0
(239,215,224)
#F0DBE3
(240,219,227)
#F1DFE6
(241,223,230)
#F2E3E9
(242,227,233)
#F3E7EC
(243,231,236)
#F4EBEF
(244,235,239)
#F5EFF2
(245,239,242)
#F6F3F5
(246,243,245)
#F7F7F8
(247,247,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3DD; }

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

This text font color is #EED3DD.

Background Color

.myBgColor { background-color: #EED3DD; }

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

This div background color is #EED3DD.

Border color

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

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

This div border color is #EED3DD.

Opacity

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

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

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

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

This text has shadow with #EED3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED3DD.

Preview

Color preview on black background

This text has color #EED3DD on black background.


Color preview on white background

This text has color #EED3DD on white background.


Black color preview on #EED3DD background

This text has black color on #EED3DD background.


White color preview on #EED3DD background

This text has white color on #EED3DD background.


Related colors

Complementary color

Complementary color for #hex is #112C22.


I love getcolorcode.com

Triadic colors

1 #DDEED3 and #D3DDEE with #EED3DD are triadic colors.

2 #DDD3EE and #D3EEDD with #EED3DD are triadic colors.