COLOR #EED3DB

HEX: #EED3DB RGB: (238,211,219)

Color info

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

RGB color model

#EED3DB color RGB value is (238,211,219).

RGB: (238,211,219) (93%, 83%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 219 of 255 = 86%

238
211
219

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

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 219 = 668 (100%)
R 238 of 668 ~ 35.63%
G 211 of 668 ~ 31.59%
B 219 of 668 ~ 32.78'%

%35.63
%31.59
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (0,11,8,7)
C0M11Y8K7 (0%, 11%, 8%, 7%)
(0.00 / 0.11 / 0.08 / 0.07)

CMYK percentages

%0
%11.34
%7.98
%6.67

Codes

Color #EED3DB in popluar color models

EE D3 DB
RGB 238 211 219
HSL 342° 44.26% 88.04%
HSB/HSV 342° 11.34% 93.33%
CMYK 0.00% 11.34% 7.98%
6.67%

Color #EED3DB in popluar number systems.

HEX EE D3 DB
Decimal 238 211 219
Binary 11101110 11010011 11011011
Octal 356 323 333

Shades and tints

Shades of #EED3DB

#EED3DB
(238,211,219)
#D9C0C8
(217,192,200)
#C4ADB5
(196,173,181)
#AF9AA2
(175,154,162)
#9A878F
(154,135,143)
#85747C
(133,116,124)
#706169
(112,97,105)
#5B4E56
(91,78,86)
#463B43
(70,59,67)
#312830
(49,40,48)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #EED3DB

#EED3DB
(238,211,219)
#EFD7DE
(239,215,222)
#F0DBE1
(240,219,225)
#F1DFE4
(241,223,228)
#F2E3E7
(242,227,231)
#F3E7EA
(243,231,234)
#F4EBED
(244,235,237)
#F5EFF0
(245,239,240)
#F6F3F3
(246,243,243)
#F7F7F6
(247,247,246)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3DB; }

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

This text font color is #EED3DB.

Background Color

.myBgColor { background-color: #EED3DB; }

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

This div background color is #EED3DB.

Border color

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

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

This div border color is #EED3DB.

Opacity

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

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

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

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

This text has shadow with #EED3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED3DB.

Preview

Color preview on black background

This text has color #EED3DB on black background.


Color preview on white background

This text has color #EED3DB on white background.


Black color preview on #EED3DB background

This text has black color on #EED3DB background.


White color preview on #EED3DB background

This text has white color on #EED3DB background.


Related colors

Complementary color

Complementary color for #hex is #112C24.


I love getcolorcode.com

Triadic colors

1 #DBEED3 and #D3DBEE with #EED3DB are triadic colors.

2 #DBD3EE and #D3EEDB with #EED3DB are triadic colors.