COLOR #E1CCD6

HEX: #E1CCD6 RGB: (225,204,214)

Color info

#E1CCD6 contains red, green and blue colors in about the same proportion. Web safe color of #E1CCD6 is #CCCCCC (or #CCC).

RGB color model

#E1CCD6 color RGB value is (225,204,214).

RGB: (225,204,214) (88%, 80%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 204 of 255 = 80%
B 214 of 255 = 84%

225
204
214

R + G + B ~ 84%. #E1CCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 204 + 214 = 643 (100%)
R 225 of 643 ~ 34.99%
G 204 of 643 ~ 31.73%
B 214 of 643 ~ 33.28'%

%34.99
%31.73
%33.28

CMYK color model

#E1CCD6 color CMYK value is (0,9,5,12).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 4.89%
  • key color value is 11.76%

CMYK: (0,9,5,12)
C0M9Y5K12 (0%, 9%, 5%, 12%)
(0.00 / 0.09 / 0.05 / 0.12)

CMYK percentages

%0
%9.33
%4.89
%11.76

Codes

Color #E1CCD6 in popluar color models

E1 CC D6
RGB 225 204 214
HSL 331° 25.93% 84.12%
HSB/HSV 331° 9.33% 88.24%
CMYK 0.00% 9.33% 4.89%
11.76%

Color #E1CCD6 in popluar number systems.

HEX E1 CC D6
Decimal 225 204 214
Binary 11100001 11001100 11010110
Octal 341 314 326

Shades and tints

Shades of #E1CCD6

#E1CCD6
(225,204,214)
#CDBAC3
(205,186,195)
#B9A8B0
(185,168,176)
#A5969D
(165,150,157)
#91848A
(145,132,138)
#7D7277
(125,114,119)
#696064
(105,96,100)
#554E51
(85,78,81)
#413C3E
(65,60,62)
#2D2A2B
(45,42,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1CCD6

#E1CCD6
(225,204,214)
#E3D0D9
(227,208,217)
#E5D4DC
(229,212,220)
#E7D8DF
(231,216,223)
#E9DCE2
(233,220,226)
#EBE0E5
(235,224,229)
#EDE4E8
(237,228,232)
#EFE8EB
(239,232,235)
#F1ECEE
(241,236,238)
#F3F0F1
(243,240,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CCD6 color. Also use rgb(225,204,214) instead hex code.

Text Font Color

.myTextColor { color: #E1CCD6; }

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

This text font color is #E1CCD6.

Background Color

.myBgColor { background-color: #E1CCD6; }

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

This div background color is #E1CCD6.

Border color

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

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

This div border color is #E1CCD6.

Opacity

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

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

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

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

This text has shadow with #E1CCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CCD6.

Preview

Color preview on black background

This text has color #E1CCD6 on black background.


Color preview on white background

This text has color #E1CCD6 on white background.


Black color preview on #E1CCD6 background

This text has black color on #E1CCD6 background.


White color preview on #E1CCD6 background

This text has white color on #E1CCD6 background.


Related colors

Complementary color

Complementary color for #hex is #1E3329.


I love getcolorcode.com

Triadic colors

1 #D6E1CC and #CCD6E1 with #E1CCD6 are triadic colors.

2 #D6CCE1 and #CCE1D6 with #E1CCD6 are triadic colors.