COLOR #EEDBEC

HEX: #EEDBEC RGB: (238,219,236)

Color info

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

RGB color model

#EEDBEC color RGB value is (238,219,236).

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

RGB channels and saturation

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

238
219
236

R + G + B ~ 91%. #EEDBEC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 236 = 693 (100%)
R 238 of 693 ~ 34.34%
G 219 of 693 ~ 31.6%
B 236 of 693 ~ 34.05'%

%34.34
%31.6
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 0.84%
  • 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.98
%0.84
%6.67

Codes

Color #EEDBEC in popluar color models

EE DB EC
RGB 238 219 236
HSL 306° 35.85% 89.61%
HSB/HSV 306° 7.98% 93.33%
CMYK 0.00% 7.98% 0.84%
6.67%

Color #EEDBEC in popluar number systems.

HEX EE DB EC
Decimal 238 219 236
Binary 11101110 11011011 11101100
Octal 356 333 354

Shades and tints

Shades of #EEDBEC

#EEDBEC
(238,219,236)
#D9C8D7
(217,200,215)
#C4B5C2
(196,181,194)
#AFA2AD
(175,162,173)
#9A8F98
(154,143,152)
#857C83
(133,124,131)
#70696E
(112,105,110)
#5B5659
(91,86,89)
#464344
(70,67,68)
#31302F
(49,48,47)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEDBEC

#EEDBEC
(238,219,236)
#EFDEED
(239,222,237)
#F0E1EE
(240,225,238)
#F1E4EF
(241,228,239)
#F2E7F0
(242,231,240)
#F3EAF1
(243,234,241)
#F4EDF2
(244,237,242)
#F5F0F3
(245,240,243)
#F6F3F4
(246,243,244)
#F7F6F5
(247,246,245)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBEC; }

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

This text font color is #EEDBEC.

Background Color

.myBgColor { background-color: #EEDBEC; }

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

This div background color is #EEDBEC.

Border color

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

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

This div border color is #EEDBEC.

Opacity

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

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

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

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

This text has shadow with #EEDBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBEC.

Preview

Color preview on black background

This text has color #EEDBEC on black background.


Color preview on white background

This text has color #EEDBEC on white background.


Black color preview on #EEDBEC background

This text has black color on #EEDBEC background.


White color preview on #EEDBEC background

This text has white color on #EEDBEC background.


Related colors

Complementary color

Complementary color for #hex is #112413.


I love getcolorcode.com

Triadic colors

1 #ECEEDB and #DBECEE with #EEDBEC are triadic colors.

2 #ECDBEE and #DBEEEC with #EEDBEC are triadic colors.