COLOR #EED2DD

HEX: #EED2DD RGB: (238,210,221)

Color info

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

RGB color model

#EED2DD color RGB value is (238,210,221).

RGB: (238,210,221) (93%, 82%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 221 of 255 = 87%

238
210
221

R + G + B ~ 87%. #EED2DD is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 221 = 669 (100%)
R 238 of 669 ~ 35.58%
G 210 of 669 ~ 31.39%
B 221 of 669 ~ 33.03'%

%35.58
%31.39
%33.03

CMYK color model

#EED2DD color CMYK value is (0,12,7,7).

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

CMYK: (0,12,7,7)
C0M12Y7K7 (0%, 12%, 7%, 7%)
(0.00 / 0.12 / 0.07 / 0.07)

CMYK percentages

%0
%11.76
%7.14
%6.67

Codes

Color #EED2DD in popluar color models

EE D2 DD
RGB 238 210 221
HSL 336° 45.16% 87.84%
HSB/HSV 336° 11.76% 93.33%
CMYK 0.00% 11.76% 7.14%
6.67%

Color #EED2DD in popluar number systems.

HEX EE D2 DD
Decimal 238 210 221
Binary 11101110 11010010 11011101
Octal 356 322 335

Shades and tints

Shades of #EED2DD

#EED2DD
(238,210,221)
#D9BFC9
(217,191,201)
#C4ACB5
(196,172,181)
#AF99A1
(175,153,161)
#9A868D
(154,134,141)
#857379
(133,115,121)
#706065
(112,96,101)
#5B4D51
(91,77,81)
#463A3D
(70,58,61)
#312729
(49,39,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EED2DD

#EED2DD
(238,210,221)
#EFD6E0
(239,214,224)
#F0DAE3
(240,218,227)
#F1DEE6
(241,222,230)
#F2E2E9
(242,226,233)
#F3E6EC
(243,230,236)
#F4EAEF
(244,234,239)
#F5EEF2
(245,238,242)
#F6F2F5
(246,242,245)
#F7F6F8
(247,246,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2DD; }

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

This text font color is #EED2DD.

Background Color

.myBgColor { background-color: #EED2DD; }

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

This div background color is #EED2DD.

Border color

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

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

This div border color is #EED2DD.

Opacity

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

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

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

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

This text has shadow with #EED2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2DD.

Preview

Color preview on black background

This text has color #EED2DD on black background.


Color preview on white background

This text has color #EED2DD on white background.


Black color preview on #EED2DD background

This text has black color on #EED2DD background.


White color preview on #EED2DD background

This text has white color on #EED2DD background.


Related colors

Complementary color

Complementary color for #hex is #112D22.


I love getcolorcode.com

Triadic colors

1 #DDEED2 and #D2DDEE with #EED2DD are triadic colors.

2 #DDD2EE and #D2EEDD with #EED2DD are triadic colors.