COLOR #EECBDC

HEX: #EECBDC RGB: (238,203,220)

Color info

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

RGB color model

#EECBDC color RGB value is (238,203,220).

RGB: (238,203,220) (93%, 80%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 220 of 255 = 86%

238
203
220

R + G + B ~ 86%. #EECBDC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 220 = 661 (100%)
R 238 of 661 ~ 36.01%
G 203 of 661 ~ 30.71%
B 220 of 661 ~ 33.28'%

%36.01
%30.71
%33.28

CMYK color model

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

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

CMYK: (0,15,8,7)
C0M15Y8K7 (0%, 15%, 8%, 7%)
(0.00 / 0.15 / 0.08 / 0.07)

CMYK percentages

%0
%14.71
%7.56
%6.67

Codes

Color #EECBDC in popluar color models

EE CB DC
RGB 238 203 220
HSL 331° 50.72% 86.47%
HSB/HSV 331° 14.71% 93.33%
CMYK 0.00% 14.71% 7.56%
6.67%

Color #EECBDC in popluar number systems.

HEX EE CB DC
Decimal 238 203 220
Binary 11101110 11001011 11011100
Octal 356 313 334

Shades and tints

Shades of #EECBDC

#EECBDC
(238,203,220)
#D9B9C8
(217,185,200)
#C4A7B4
(196,167,180)
#AF95A0
(175,149,160)
#9A838C
(154,131,140)
#857178
(133,113,120)
#705F64
(112,95,100)
#5B4D50
(91,77,80)
#463B3C
(70,59,60)
#312928
(49,41,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EECBDC

#EECBDC
(238,203,220)
#EFCFDF
(239,207,223)
#F0D3E2
(240,211,226)
#F1D7E5
(241,215,229)
#F2DBE8
(242,219,232)
#F3DFEB
(243,223,235)
#F4E3EE
(244,227,238)
#F5E7F1
(245,231,241)
#F6EBF4
(246,235,244)
#F7EFF7
(247,239,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBDC; }

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

This text font color is #EECBDC.

Background Color

.myBgColor { background-color: #EECBDC; }

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

This div background color is #EECBDC.

Border color

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

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

This div border color is #EECBDC.

Opacity

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

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

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

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

This text has shadow with #EECBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBDC.

Preview

Color preview on black background

This text has color #EECBDC on black background.


Color preview on white background

This text has color #EECBDC on white background.


Black color preview on #EECBDC background

This text has black color on #EECBDC background.


White color preview on #EECBDC background

This text has white color on #EECBDC background.


Related colors

Complementary color

Complementary color for #hex is #113423.


I love getcolorcode.com

Triadic colors

1 #DCEECB and #CBDCEE with #EECBDC are triadic colors.

2 #DCCBEE and #CBEEDC with #EECBDC are triadic colors.