COLOR #EED2DB

HEX: #EED2DB RGB: (238,210,219)

Color info

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

RGB color model

#EED2DB color RGB value is (238,210,219).

RGB: (238,210,219) (93%, 82%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 219 of 255 = 86%

238
210
219

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

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 219 = 667 (100%)
R 238 of 667 ~ 35.68%
G 210 of 667 ~ 31.48%
B 219 of 667 ~ 32.83'%

%35.68
%31.48
%32.83

CMYK color model

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

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

CMYK: (0,12,8,7)
C0M12Y8K7 (0%, 12%, 8%, 7%)
(0.00 / 0.12 / 0.08 / 0.07)

CMYK percentages

%0
%11.76
%7.98
%6.67

Codes

Color #EED2DB in popluar color models

EE D2 DB
RGB 238 210 219
HSL 341° 45.16% 87.84%
HSB/HSV 341° 11.76% 93.33%
CMYK 0.00% 11.76% 7.98%
6.67%

Color #EED2DB in popluar number systems.

HEX EE D2 DB
Decimal 238 210 219
Binary 11101110 11010010 11011011
Octal 356 322 333

Shades and tints

Shades of #EED2DB

#EED2DB
(238,210,219)
#D9BFC8
(217,191,200)
#C4ACB5
(196,172,181)
#AF99A2
(175,153,162)
#9A868F
(154,134,143)
#85737C
(133,115,124)
#706069
(112,96,105)
#5B4D56
(91,77,86)
#463A43
(70,58,67)
#312730
(49,39,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #EED2DB

#EED2DB
(238,210,219)
#EFD6DE
(239,214,222)
#F0DAE1
(240,218,225)
#F1DEE4
(241,222,228)
#F2E2E7
(242,226,231)
#F3E6EA
(243,230,234)
#F4EAED
(244,234,237)
#F5EEF0
(245,238,240)
#F6F2F3
(246,242,243)
#F7F6F6
(247,246,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2DB; }

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

This text font color is #EED2DB.

Background Color

.myBgColor { background-color: #EED2DB; }

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

This div background color is #EED2DB.

Border color

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

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

This div border color is #EED2DB.

Opacity

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

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

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

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

This text has shadow with #EED2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2DB.

Preview

Color preview on black background

This text has color #EED2DB on black background.


Color preview on white background

This text has color #EED2DB on white background.


Black color preview on #EED2DB background

This text has black color on #EED2DB background.


White color preview on #EED2DB background

This text has white color on #EED2DB background.


Related colors

Complementary color

Complementary color for #hex is #112D24.


I love getcolorcode.com

Triadic colors

1 #DBEED2 and #D2DBEE with #EED2DB are triadic colors.

2 #DBD2EE and #D2EEDB with #EED2DB are triadic colors.