COLOR #EEDCDB

HEX: #EEDCDB RGB: (238,220,219)

Color info

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

RGB color model

#EEDCDB color RGB value is (238,220,219).

RGB: (238,220,219) (93%, 86%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 219 of 255 = 86%

238
220
219

R + G + B ~ 88%. #EEDCDB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 219 = 677 (100%)
R 238 of 677 ~ 35.16%
G 220 of 677 ~ 32.5%
B 219 of 677 ~ 32.35'%

%35.16
%32.5
%32.35

CMYK color model

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

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

CMYK: (0,8,8,7)
C0M8Y8K7 (0%, 8%, 8%, 7%)
(0.00 / 0.08 / 0.08 / 0.07)

CMYK percentages

%0
%7.56
%7.98
%6.67

Codes

Color #EEDCDB in popluar color models

EE DC DB
RGB 238 220 219
HSL 35.85% 89.61%
HSB/HSV 7.98% 93.33%
CMYK 0.00% 7.56% 7.98%
6.67%

Color #EEDCDB in popluar number systems.

HEX EE DC DB
Decimal 238 220 219
Binary 11101110 11011100 11011011
Octal 356 334 333

Shades and tints

Shades of #EEDCDB

#EEDCDB
(238,220,219)
#D9C8C8
(217,200,200)
#C4B4B5
(196,180,181)
#AFA0A2
(175,160,162)
#9A8C8F
(154,140,143)
#85787C
(133,120,124)
#706469
(112,100,105)
#5B5056
(91,80,86)
#463C43
(70,60,67)
#312830
(49,40,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #EEDCDB

#EEDCDB
(238,220,219)
#EFDFDE
(239,223,222)
#F0E2E1
(240,226,225)
#F1E5E4
(241,229,228)
#F2E8E7
(242,232,231)
#F3EBEA
(243,235,234)
#F4EEED
(244,238,237)
#F5F1F0
(245,241,240)
#F6F4F3
(246,244,243)
#F7F7F6
(247,247,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCDB; }

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

This text font color is #EEDCDB.

Background Color

.myBgColor { background-color: #EEDCDB; }

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

This div background color is #EEDCDB.

Border color

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

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

This div border color is #EEDCDB.

Opacity

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

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

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

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

This text has shadow with #EEDCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCDB.

Preview

Color preview on black background

This text has color #EEDCDB on black background.


Color preview on white background

This text has color #EEDCDB on white background.


Black color preview on #EEDCDB background

This text has black color on #EEDCDB background.


White color preview on #EEDCDB background

This text has white color on #EEDCDB background.


Related colors

Complementary color

Complementary color for #hex is #112324.


I love getcolorcode.com

Triadic colors

1 #DBEEDC and #DCDBEE with #EEDCDB are triadic colors.

2 #DBDCEE and #DCEEDB with #EEDCDB are triadic colors.