COLOR #EEDCEB

HEX: #EEDCEB RGB: (238,220,235)

Color info

#EEDCEB contains red, green and blue colors in about the same proportion. Web safe color of #EEDCEB is #FFCCFF (or #FCF).

RGB color model

#EEDCEB color RGB value is (238,220,235).

RGB: (238,220,235) (93%, 86%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 235 of 255 = 92%

238
220
235

R + G + B ~ 90%. #EEDCEB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 235 = 693 (100%)
R 238 of 693 ~ 34.34%
G 220 of 693 ~ 31.75%
B 235 of 693 ~ 33.91'%

%34.34
%31.75
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK: (0,8,1,7) C0M8Y1K7 (0%,8%,1%,7%) (0.00/0.08/0.01/0.07) 

CMYK percentages

%0
%7.56
%1.26
%6.67

Codes

Color #EEDCEB in popluar color models

EE DC EB
RGB 238 220 235
HSL 310° 34.62% 89.80%
HSB/HSV 310° 7.56% 93.33%
CMYK 0.00% 7.56% 1.26%
6.67%

Color #EEDCEB in popluar number systems.

HEX EE DC EB
Decimal 238 220 235
Binary 11101110 11011100 11101011
Octal 356 334 353

Shades and tints

Shades of #EEDCEB

#EEDCEB
(238,220,235)
#D9C8D6
(217,200,214)
#C4B4C1
(196,180,193)
#AFA0AC
(175,160,172)
#9A8C97
(154,140,151)
#857882
(133,120,130)
#70646D
(112,100,109)
#5B5058
(91,80,88)
#463C43
(70,60,67)
#31282E
(49,40,46)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEDCEB

#EEDCEB
(238,220,235)
#EFDFEC
(239,223,236)
#F0E2ED
(240,226,237)
#F1E5EE
(241,229,238)
#F2E8EF
(242,232,239)
#F3EBF0
(243,235,240)
#F4EEF1
(244,238,241)
#F5F1F2
(245,241,242)
#F6F4F3
(246,244,243)
#F7F7F4
(247,247,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCEB; }

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

This text font color is #EEDCEB.

Background Color

.myBgColor { background-color: #EEDCEB; }

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

This div background color is #EEDCEB.

Border color

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

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

This div border color is #EEDCEB.

Opacity

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

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

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

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

This text has shadow with #EEDCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCEB.

Preview

Color preview on black background

This text has color #EEDCEB on black background.


Color preview on white background

This text has color #EEDCEB on white background.


Black color preview on #EEDCEB background

This text has black color on #EEDCEB background.


White color preview on #EEDCEB background

This text has white color on #EEDCEB background.


Related colors

Complementary color

Complementary color for #hex is #112314.


I love getcolorcode.com

Triadic colors

1 #EBEEDC and #DCEBEE with #EEDCEB are triadic colors.

2 #EBDCEE and #DCEEEB with #EEDCEB are triadic colors.