COLOR #EECFDD

HEX: #EECFDD RGB: (238,207,221)

Color info

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

RGB color model

#EECFDD color RGB value is (238,207,221).

RGB: (238,207,221) (93%, 81%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 221 of 255 = 87%

238
207
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 207 + 221 = 666 (100%)
R 238 of 666 ~ 35.74%
G 207 of 666 ~ 31.08%
B 221 of 666 ~ 33.18'%

%35.74
%31.08
%33.18

CMYK color model

#EECFDD color CMYK value is (0,13,7,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK: (0,13,7,7) C0M13Y7K7 (0%,13%,7%,7%) (0.00/0.13/0.07/0.07) 

CMYK percentages

%0
%13.03
%7.14
%6.67

Codes

Color #EECFDD in popluar color models

EE CF DD
RGB 238 207 221
HSL 333° 47.69% 87.25%
HSB/HSV 333° 13.03% 93.33%
CMYK 0.00% 13.03% 7.14%
6.67%

Color #EECFDD in popluar number systems.

HEX EE CF DD
Decimal 238 207 221
Binary 11101110 11001111 11011101
Octal 356 317 335

Shades and tints

Shades of #EECFDD

#EECFDD
(238,207,221)
#D9BDC9
(217,189,201)
#C4ABB5
(196,171,181)
#AF99A1
(175,153,161)
#9A878D
(154,135,141)
#857579
(133,117,121)
#706365
(112,99,101)
#5B5151
(91,81,81)
#463F3D
(70,63,61)
#312D29
(49,45,41)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EECFDD

#EECFDD
(238,207,221)
#EFD3E0
(239,211,224)
#F0D7E3
(240,215,227)
#F1DBE6
(241,219,230)
#F2DFE9
(242,223,233)
#F3E3EC
(243,227,236)
#F4E7EF
(244,231,239)
#F5EBF2
(245,235,242)
#F6EFF5
(246,239,245)
#F7F3F8
(247,243,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECFDD color. Also use rgb(238,207,221) instead hex code.

Text Font Color

.myTextColor { color: #EECFDD; }

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

This text font color is #EECFDD.

Background Color

.myBgColor { background-color: #EECFDD; }

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

This div background color is #EECFDD.

Border color

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

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

This div border color is #EECFDD.

Opacity

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

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

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

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

This text has shadow with #EECFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECFDD.

Preview

Color preview on black background

This text has color #EECFDD on black background.


Color preview on white background

This text has color #EECFDD on white background.


Black color preview on #EECFDD background

This text has black color on #EECFDD background.


White color preview on #EECFDD background

This text has white color on #EECFDD background.


Related colors

Complementary color

Complementary color for #hex is #113022.


I love getcolorcode.com

Triadic colors

1 #DDEECF and #CFDDEE with #EECFDD are triadic colors.

2 #DDCFEE and #CFEEDD with #EECFDD are triadic colors.