COLOR #EED0DF

HEX: #EED0DF RGB: (238,208,223)

Color info

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

RGB color model

#EED0DF color RGB value is (238,208,223).

RGB: (238,208,223) (93%, 82%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 223 of 255 = 87%

238
208
223

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

Portions of RGB colors in percentages

R + G + B = 238 + 208 + 223 = 669 (100%)
R 238 of 669 ~ 35.58%
G 208 of 669 ~ 31.09%
B 223 of 669 ~ 33.33'%

%35.58
%31.09
%33.33

CMYK color model

#EED0DF color CMYK value is (0,13,6,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (0,13,6,7)
C0M13Y6K7 (0%, 13%, 6%, 7%)
(0.00 / 0.13 / 0.06 / 0.07)

CMYK percentages

%0
%12.61
%6.3
%6.67

Codes

Color #EED0DF in popluar color models

EE D0 DF
RGB 238 208 223
HSL 330° 46.88% 87.45%
HSB/HSV 330° 12.61% 93.33%
CMYK 0.00% 12.61% 6.30%
6.67%

Color #EED0DF in popluar number systems.

HEX EE D0 DF
Decimal 238 208 223
Binary 11101110 11010000 11011111
Octal 356 320 337

Shades and tints

Shades of #EED0DF

#EED0DF
(238,208,223)
#D9BECB
(217,190,203)
#C4ACB7
(196,172,183)
#AF9AA3
(175,154,163)
#9A888F
(154,136,143)
#85767B
(133,118,123)
#706467
(112,100,103)
#5B5253
(91,82,83)
#46403F
(70,64,63)
#312E2B
(49,46,43)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #EED0DF

#EED0DF
(238,208,223)
#EFD4E1
(239,212,225)
#F0D8E3
(240,216,227)
#F1DCE5
(241,220,229)
#F2E0E7
(242,224,231)
#F3E4E9
(243,228,233)
#F4E8EB
(244,232,235)
#F5ECED
(245,236,237)
#F6F0EF
(246,240,239)
#F7F4F1
(247,244,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED0DF color. Also use rgb(238,208,223) instead hex code.

Text Font Color

.myTextColor { color: #EED0DF; }

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

This text font color is #EED0DF.

Background Color

.myBgColor { background-color: #EED0DF; }

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

This div background color is #EED0DF.

Border color

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

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

This div border color is #EED0DF.

Opacity

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

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

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

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

This text has shadow with #EED0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED0DF.

Preview

Color preview on black background

This text has color #EED0DF on black background.


Color preview on white background

This text has color #EED0DF on white background.


Black color preview on #EED0DF background

This text has black color on #EED0DF background.


White color preview on #EED0DF background

This text has white color on #EED0DF background.


Related colors

Complementary color

Complementary color for #hex is #112F20.


I love getcolorcode.com

Triadic colors

1 #DFEED0 and #D0DFEE with #EED0DF are triadic colors.

2 #DFD0EE and #D0EEDF with #EED0DF are triadic colors.