COLOR #EED6DA

HEX: #EED6DA RGB: (238,214,218)

Color info

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

RGB color model

#EED6DA color RGB value is (238,214,218).

RGB: (238,214,218) (93%, 84%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 218 of 255 = 85%

238
214
218

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

Portions of RGB colors in percentages

R + G + B = 238 + 214 + 218 = 670 (100%)
R 238 of 670 ~ 35.52%
G 214 of 670 ~ 31.94%
B 218 of 670 ~ 32.54'%

%35.52
%31.94
%32.54

CMYK color model

#EED6DA color CMYK value is (0,10,8,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (0,10,8,7)
C0M10Y8K7 (0%, 10%, 8%, 7%)
(0.00 / 0.10 / 0.08 / 0.07)

CMYK percentages

%0
%10.08
%8.4
%6.67

Codes

Color #EED6DA in popluar color models

EE D6 DA
RGB 238 214 218
HSL 350° 41.38% 88.63%
HSB/HSV 350° 10.08% 93.33%
CMYK 0.00% 10.08% 8.40%
6.67%

Color #EED6DA in popluar number systems.

HEX EE D6 DA
Decimal 238 214 218
Binary 11101110 11010110 11011010
Octal 356 326 332

Shades and tints

Shades of #EED6DA

#EED6DA
(238,214,218)
#D9C3C7
(217,195,199)
#C4B0B4
(196,176,180)
#AF9DA1
(175,157,161)
#9A8A8E
(154,138,142)
#85777B
(133,119,123)
#706468
(112,100,104)
#5B5155
(91,81,85)
#463E42
(70,62,66)
#312B2F
(49,43,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #EED6DA

#EED6DA
(238,214,218)
#EFD9DD
(239,217,221)
#F0DCE0
(240,220,224)
#F1DFE3
(241,223,227)
#F2E2E6
(242,226,230)
#F3E5E9
(243,229,233)
#F4E8EC
(244,232,236)
#F5EBEF
(245,235,239)
#F6EEF2
(246,238,242)
#F7F1F5
(247,241,245)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED6DA; }

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

This text font color is #EED6DA.

Background Color

.myBgColor { background-color: #EED6DA; }

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

This div background color is #EED6DA.

Border color

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

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

This div border color is #EED6DA.

Opacity

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

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

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

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

This text has shadow with #EED6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED6DA.

Preview

Color preview on black background

This text has color #EED6DA on black background.


Color preview on white background

This text has color #EED6DA on white background.


Black color preview on #EED6DA background

This text has black color on #EED6DA background.


White color preview on #EED6DA background

This text has white color on #EED6DA background.


Related colors

Complementary color

Complementary color for #hex is #112925.


I love getcolorcode.com

Triadic colors

1 #DAEED6 and #D6DAEE with #EED6DA are triadic colors.

2 #DAD6EE and #D6EEDA with #EED6DA are triadic colors.