COLOR #EECCE0

HEX: #EECCE0 RGB: (238,204,224)

Color info

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

RGB color model

#EECCE0 color RGB value is (238,204,224).

RGB: (238,204,224) (93%, 80%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 224 of 255 = 88%

238
204
224

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

Portions of RGB colors in percentages

R + G + B = 238 + 204 + 224 = 666 (100%)
R 238 of 666 ~ 35.74%
G 204 of 666 ~ 30.63%
B 224 of 666 ~ 33.63'%

%35.74
%30.63
%33.63

CMYK color model

#EECCE0 color CMYK value is (0,14,6,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (0,14,6,7)
C0M14Y6K7 (0%, 14%, 6%, 7%)
(0.00 / 0.14 / 0.06 / 0.07)

CMYK percentages

%0
%14.29
%5.88
%6.67

Codes

Color #EECCE0 in popluar color models

EE CC E0
RGB 238 204 224
HSL 325° 50.00% 86.67%
HSB/HSV 325° 14.29% 93.33%
CMYK 0.00% 14.29% 5.88%
6.67%

Color #EECCE0 in popluar number systems.

HEX EE CC E0
Decimal 238 204 224
Binary 11101110 11001100 11100000
Octal 356 314 340

Shades and tints

Shades of #EECCE0

#EECCE0
(238,204,224)
#D9BACC
(217,186,204)
#C4A8B8
(196,168,184)
#AF96A4
(175,150,164)
#9A8490
(154,132,144)
#85727C
(133,114,124)
#706068
(112,96,104)
#5B4E54
(91,78,84)
#463C40
(70,60,64)
#312A2C
(49,42,44)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EECCE0

#EECCE0
(238,204,224)
#EFD0E2
(239,208,226)
#F0D4E4
(240,212,228)
#F1D8E6
(241,216,230)
#F2DCE8
(242,220,232)
#F3E0EA
(243,224,234)
#F4E4EC
(244,228,236)
#F5E8EE
(245,232,238)
#F6ECF0
(246,236,240)
#F7F0F2
(247,240,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECCE0 color. Also use rgb(238,204,224) instead hex code.

Text Font Color

.myTextColor { color: #EECCE0; }

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

This text font color is #EECCE0.

Background Color

.myBgColor { background-color: #EECCE0; }

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

This div background color is #EECCE0.

Border color

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

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

This div border color is #EECCE0.

Opacity

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

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

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

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

This text has shadow with #EECCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECCE0.

Preview

Color preview on black background

This text has color #EECCE0 on black background.


Color preview on white background

This text has color #EECCE0 on white background.


Black color preview on #EECCE0 background

This text has black color on #EECCE0 background.


White color preview on #EECCE0 background

This text has white color on #EECCE0 background.


Related colors

Complementary color

Complementary color for #hex is #11331F.


I love getcolorcode.com

Triadic colors

1 #E0EECC and #CCE0EE with #EECCE0 are triadic colors.

2 #E0CCEE and #CCEEE0 with #EECCE0 are triadic colors.