COLOR #EED2D6

HEX: #EED2D6 RGB: (238,210,214)

Color info

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

RGB color model

#EED2D6 color RGB value is (238,210,214).

RGB: (238,210,214) (93%, 82%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 214 of 255 = 84%

238
210
214

R + G + B ~ 86%. #EED2D6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 214 = 662 (100%)
R 238 of 662 ~ 35.95%
G 210 of 662 ~ 31.72%
B 214 of 662 ~ 32.33'%

%35.95
%31.72
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK: (0,12,10,7) C0M12Y10K7 (0%,12%,10%,7%) (0.00/0.12/0.10/0.07) 

CMYK percentages

%0
%11.76
%10.08
%6.67

Codes

Color #EED2D6 in popluar color models

EE D2 D6
RGB 238 210 214
HSL 351° 45.16% 87.84%
HSB/HSV 351° 11.76% 93.33%
CMYK 0.00% 11.76% 10.08%
6.67%

Color #EED2D6 in popluar number systems.

HEX EE D2 D6
Decimal 238 210 214
Binary 11101110 11010010 11010110
Octal 356 322 326

Shades and tints

Shades of #EED2D6

#EED2D6
(238,210,214)
#D9BFC3
(217,191,195)
#C4ACB0
(196,172,176)
#AF999D
(175,153,157)
#9A868A
(154,134,138)
#857377
(133,115,119)
#706064
(112,96,100)
#5B4D51
(91,77,81)
#463A3E
(70,58,62)
#31272B
(49,39,43)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EED2D6

#EED2D6
(238,210,214)
#EFD6D9
(239,214,217)
#F0DADC
(240,218,220)
#F1DEDF
(241,222,223)
#F2E2E2
(242,226,226)
#F3E6E5
(243,230,229)
#F4EAE8
(244,234,232)
#F5EEEB
(245,238,235)
#F6F2EE
(246,242,238)
#F7F6F1
(247,246,241)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2D6; }

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

This text font color is #EED2D6.

Background Color

.myBgColor { background-color: #EED2D6; }

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

This div background color is #EED2D6.

Border color

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

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

This div border color is #EED2D6.

Opacity

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

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

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

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

This text has shadow with #EED2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2D6.

Preview

Color preview on black background

This text has color #EED2D6 on black background.


Color preview on white background

This text has color #EED2D6 on white background.


Black color preview on #EED2D6 background

This text has black color on #EED2D6 background.


White color preview on #EED2D6 background

This text has white color on #EED2D6 background.


Related colors

Complementary color

Complementary color for #hex is #112D29.


I love getcolorcode.com

Triadic colors

1 #D6EED2 and #D2D6EE with #EED2D6 are triadic colors.

2 #D6D2EE and #D2EED6 with #EED2D6 are triadic colors.