COLOR #EECEE1

HEX: #EECEE1 RGB: (238,206,225)

Color info

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

RGB color model

#EECEE1 color RGB value is (238,206,225).

RGB: (238,206,225) (93%, 81%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 225 of 255 = 88%

238
206
225

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

Portions of RGB colors in percentages

R + G + B = 238 + 206 + 225 = 669 (100%)
R 238 of 669 ~ 35.58%
G 206 of 669 ~ 30.79%
B 225 of 669 ~ 33.63'%

%35.58
%30.79
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 5.46%
  • key color value is 6.67%

CMYK: (0,13,5,7)
C0M13Y5K7 (0%, 13%, 5%, 7%)
(0.00 / 0.13 / 0.05 / 0.07)

CMYK percentages

%0
%13.45
%5.46
%6.67

Codes

Color #EECEE1 in popluar color models

EE CE E1
RGB 238 206 225
HSL 324° 48.48% 87.06%
HSB/HSV 324° 13.45% 93.33%
CMYK 0.00% 13.45% 5.46%
6.67%

Color #EECEE1 in popluar number systems.

HEX EE CE E1
Decimal 238 206 225
Binary 11101110 11001110 11100001
Octal 356 316 341

Shades and tints

Shades of #EECEE1

#EECEE1
(238,206,225)
#D9BCCD
(217,188,205)
#C4AAB9
(196,170,185)
#AF98A5
(175,152,165)
#9A8691
(154,134,145)
#85747D
(133,116,125)
#706269
(112,98,105)
#5B5055
(91,80,85)
#463E41
(70,62,65)
#312C2D
(49,44,45)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #EECEE1

#EECEE1
(238,206,225)
#EFD2E3
(239,210,227)
#F0D6E5
(240,214,229)
#F1DAE7
(241,218,231)
#F2DEE9
(242,222,233)
#F3E2EB
(243,226,235)
#F4E6ED
(244,230,237)
#F5EAEF
(245,234,239)
#F6EEF1
(246,238,241)
#F7F2F3
(247,242,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECEE1 color. Also use rgb(238,206,225) instead hex code.

Text Font Color

.myTextColor { color: #EECEE1; }

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

This text font color is #EECEE1.

Background Color

.myBgColor { background-color: #EECEE1; }

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

This div background color is #EECEE1.

Border color

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

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

This div border color is #EECEE1.

Opacity

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

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

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

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

This text has shadow with #EECEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECEE1.

Preview

Color preview on black background

This text has color #EECEE1 on black background.


Color preview on white background

This text has color #EECEE1 on white background.


Black color preview on #EECEE1 background

This text has black color on #EECEE1 background.


White color preview on #EECEE1 background

This text has white color on #EECEE1 background.


Related colors

Complementary color

Complementary color for #hex is #11311E.


I love getcolorcode.com

Triadic colors

1 #E1EECE and #CEE1EE with #EECEE1 are triadic colors.

2 #E1CEEE and #CEEEE1 with #EECEE1 are triadic colors.