COLOR #E4CDDA

HEX: #E4CDDA RGB: (228,205,218)

Color info

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

RGB color model

#E4CDDA color RGB value is (228,205,218).

RGB: (228,205,218) (89%, 80%, 85%)

RGB channels and saturation

R 228 of 255 = 89%
G 205 of 255 = 80%
B 218 of 255 = 85%

228
205
218

R + G + B ~ 85%. #E4CDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 205 + 218 = 651 (100%)
R 228 of 651 ~ 35.02%
G 205 of 651 ~ 31.49%
B 218 of 651 ~ 33.49'%

%35.02
%31.49
%33.49

CMYK color model

#E4CDDA color CMYK value is (0,10,4,11).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 4.39%
  • key color value is 10.59%

CMYK: (0,10,4,11)
C0M10Y4K11 (0%, 10%, 4%, 11%)
(0.00 / 0.10 / 0.04 / 0.11)

CMYK percentages

%0
%10.09
%4.39
%10.59

Codes

Color #E4CDDA in popluar color models

E4 CD DA
RGB 228 205 218
HSL 326° 29.87% 84.90%
HSB/HSV 326° 10.09% 89.41%
CMYK 0.00% 10.09% 4.39%
10.59%

Color #E4CDDA in popluar number systems.

HEX E4 CD DA
Decimal 228 205 218
Binary 11100100 11001101 11011010
Octal 344 315 332

Shades and tints

Shades of #E4CDDA

#E4CDDA
(228,205,218)
#D0BBC7
(208,187,199)
#BCA9B4
(188,169,180)
#A897A1
(168,151,161)
#94858E
(148,133,142)
#80737B
(128,115,123)
#6C6168
(108,97,104)
#584F55
(88,79,85)
#443D42
(68,61,66)
#302B2F
(48,43,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #E4CDDA

#E4CDDA
(228,205,218)
#E6D1DD
(230,209,221)
#E8D5E0
(232,213,224)
#EAD9E3
(234,217,227)
#ECDDE6
(236,221,230)
#EEE1E9
(238,225,233)
#F0E5EC
(240,229,236)
#F2E9EF
(242,233,239)
#F4EDF2
(244,237,242)
#F6F1F5
(246,241,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CDDA; }

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

This text font color is #E4CDDA.

Background Color

.myBgColor { background-color: #E4CDDA; }

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

This div background color is #E4CDDA.

Border color

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

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

This div border color is #E4CDDA.

Opacity

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

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

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

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

This text has shadow with #E4CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CDDA.

Preview

Color preview on black background

This text has color #E4CDDA on black background.


Color preview on white background

This text has color #E4CDDA on white background.


Black color preview on #E4CDDA background

This text has black color on #E4CDDA background.


White color preview on #E4CDDA background

This text has white color on #E4CDDA background.


Related colors

Complementary color

Complementary color for #hex is #1B3225.


I love getcolorcode.com

Triadic colors

1 #DAE4CD and #CDDAE4 with #E4CDDA are triadic colors.

2 #DACDE4 and #CDE4DA with #E4CDDA are triadic colors.