COLOR #E5CDF1

HEX: #E5CDF1 RGB: (229,205,241)

Color info

#E5CDF1 contains red, green and blue colors in about the same proportion. Web safe color of #E5CDF1 is #CCCCFF (or #CCF).

RGB color model

#E5CDF1 color RGB value is (229,205,241).

RGB: (229,205,241) (90%, 80%, 95%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 241 of 255 = 95%

229
205
241

R + G + B ~ 88%. #E5CDF1 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 241 = 675 (100%)
R 229 of 675 ~ 33.93%
G 205 of 675 ~ 30.37%
B 241 of 675 ~ 35.7'%

%33.93
%30.37
%35.7

CMYK color model

#E5CDF1 color CMYK value is (5,15,0,5).

  • cyan value is 4.98%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (5,15,0,5)
C5M15Y0K5 (5%, 15%, 0%, 5%)
(0.05 / 0.15 / 0.00 / 0.05)

CMYK percentages

%4.98
%14.94
%0
%5.49

Codes

Color #E5CDF1 in popluar color models

E5 CD F1
RGB 229 205 241
HSL 280° 56.25% 87.45%
HSB/HSV 280° 14.94% 94.51%
CMYK 4.98% 14.94% 0.00%
5.49%

Color #E5CDF1 in popluar number systems.

HEX E5 CD F1
Decimal 229 205 241
Binary 11100101 11001101 11110001
Octal 345 315 361

Shades and tints

Shades of #E5CDF1

#E5CDF1
(229,205,241)
#D1BBDC
(209,187,220)
#BDA9C7
(189,169,199)
#A997B2
(169,151,178)
#95859D
(149,133,157)
#817388
(129,115,136)
#6D6173
(109,97,115)
#594F5E
(89,79,94)
#453D49
(69,61,73)
#312B34
(49,43,52)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #E5CDF1

#E5CDF1
(229,205,241)
#E7D1F2
(231,209,242)
#E9D5F3
(233,213,243)
#EBD9F4
(235,217,244)
#EDDDF5
(237,221,245)
#EFE1F6
(239,225,246)
#F1E5F7
(241,229,247)
#F3E9F8
(243,233,248)
#F5EDF9
(245,237,249)
#F7F1FA
(247,241,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CDF1 color. Also use rgb(229,205,241) instead hex code.

Text Font Color

.myTextColor { color: #E5CDF1; }

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

This text font color is #E5CDF1.

Background Color

.myBgColor { background-color: #E5CDF1; }

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

This div background color is #E5CDF1.

Border color

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

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

This div border color is #E5CDF1.

Opacity

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

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

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

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

This text has shadow with #E5CDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDF1.

Preview

Color preview on black background

This text has color #E5CDF1 on black background.


Color preview on white background

This text has color #E5CDF1 on white background.


Black color preview on #E5CDF1 background

This text has black color on #E5CDF1 background.


White color preview on #E5CDF1 background

This text has white color on #E5CDF1 background.


Related colors

Complementary color

Complementary color for #hex is #1A320E.


I love getcolorcode.com

Triadic colors

1 #F1E5CD and #CDF1E5 with #E5CDF1 are triadic colors.

2 #F1CDE5 and #CDE5F1 with #E5CDF1 are triadic colors.