COLOR #EECDDA

HEX: #EECDDA RGB: (238,205,218)

Color info

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

RGB color model

#EECDDA color RGB value is (238,205,218).

RGB: (238,205,218) (93%, 80%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 218 of 255 = 85%

238
205
218

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

Portions of RGB colors in percentages

R + G + B = 238 + 205 + 218 = 661 (100%)
R 238 of 661 ~ 36.01%
G 205 of 661 ~ 31.01%
B 218 of 661 ~ 32.98'%

%36.01
%31.01
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (0,14,8,7)
C0M14Y8K7 (0%, 14%, 8%, 7%)
(0.00 / 0.14 / 0.08 / 0.07)

CMYK percentages

%0
%13.87
%8.4
%6.67

Codes

Color #EECDDA in popluar color models

EE CD DA
RGB 238 205 218
HSL 336° 49.25% 86.86%
HSB/HSV 336° 13.87% 93.33%
CMYK 0.00% 13.87% 8.40%
6.67%

Color #EECDDA in popluar number systems.

HEX EE CD DA
Decimal 238 205 218
Binary 11101110 11001101 11011010
Octal 356 315 332

Shades and tints

Shades of #EECDDA

#EECDDA
(238,205,218)
#D9BBC7
(217,187,199)
#C4A9B4
(196,169,180)
#AF97A1
(175,151,161)
#9A858E
(154,133,142)
#85737B
(133,115,123)
#706168
(112,97,104)
#5B4F55
(91,79,85)
#463D42
(70,61,66)
#312B2F
(49,43,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #EECDDA

#EECDDA
(238,205,218)
#EFD1DD
(239,209,221)
#F0D5E0
(240,213,224)
#F1D9E3
(241,217,227)
#F2DDE6
(242,221,230)
#F3E1E9
(243,225,233)
#F4E5EC
(244,229,236)
#F5E9EF
(245,233,239)
#F6EDF2
(246,237,242)
#F7F1F5
(247,241,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECDDA color. Also use rgb(238,205,218) instead hex code.

Text Font Color

.myTextColor { color: #EECDDA; }

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

This text font color is #EECDDA.

Background Color

.myBgColor { background-color: #EECDDA; }

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

This div background color is #EECDDA.

Border color

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

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

This div border color is #EECDDA.

Opacity

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

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

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

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

This text has shadow with #EECDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECDDA.

Preview

Color preview on black background

This text has color #EECDDA on black background.


Color preview on white background

This text has color #EECDDA on white background.


Black color preview on #EECDDA background

This text has black color on #EECDDA background.


White color preview on #EECDDA background

This text has white color on #EECDDA background.


Related colors

Complementary color

Complementary color for #hex is #113225.


I love getcolorcode.com

Triadic colors

1 #DAEECD and #CDDAEE with #EECDDA are triadic colors.

2 #DACDEE and #CDEEDA with #EECDDA are triadic colors.