COLOR #E4CAD5

HEX: #E4CAD5 RGB: (228,202,213)

Color info

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

RGB color model

#E4CAD5 color RGB value is (228,202,213).

RGB: (228,202,213) (89%, 79%, 84%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 213 of 255 = 84%

228
202
213

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

Portions of RGB colors in percentages

R + G + B = 228 + 202 + 213 = 643 (100%)
R 228 of 643 ~ 35.46%
G 202 of 643 ~ 31.42%
B 213 of 643 ~ 33.13'%

%35.46
%31.42
%33.13

CMYK color model

#E4CAD5 color CMYK value is (0,11,7,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 6.58%
  • key color value is 10.59%

CMYK: (0,11,7,11)
C0M11Y7K11 (0%, 11%, 7%, 11%)
(0.00 / 0.11 / 0.07 / 0.11)

CMYK percentages

%0
%11.4
%6.58
%10.59

Codes

Color #E4CAD5 in popluar color models

E4 CA D5
RGB 228 202 213
HSL 335° 32.50% 84.31%
HSB/HSV 335° 11.40% 89.41%
CMYK 0.00% 11.40% 6.58%
10.59%

Color #E4CAD5 in popluar number systems.

HEX E4 CA D5
Decimal 228 202 213
Binary 11100100 11001010 11010101
Octal 344 312 325

Shades and tints

Shades of #E4CAD5

#E4CAD5
(228,202,213)
#D0B8C2
(208,184,194)
#BCA6AF
(188,166,175)
#A8949C
(168,148,156)
#948289
(148,130,137)
#807076
(128,112,118)
#6C5E63
(108,94,99)
#584C50
(88,76,80)
#443A3D
(68,58,61)
#30282A
(48,40,42)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4CAD5

#E4CAD5
(228,202,213)
#E6CED8
(230,206,216)
#E8D2DB
(232,210,219)
#EAD6DE
(234,214,222)
#ECDAE1
(236,218,225)
#EEDEE4
(238,222,228)
#F0E2E7
(240,226,231)
#F2E6EA
(242,230,234)
#F4EAED
(244,234,237)
#F6EEF0
(246,238,240)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CAD5 color. Also use rgb(228,202,213) instead hex code.

Text Font Color

.myTextColor { color: #E4CAD5; }

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

This text font color is #E4CAD5.

Background Color

.myBgColor { background-color: #E4CAD5; }

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

This div background color is #E4CAD5.

Border color

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

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

This div border color is #E4CAD5.

Opacity

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

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

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

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

This text has shadow with #E4CAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CAD5.

Preview

Color preview on black background

This text has color #E4CAD5 on black background.


Color preview on white background

This text has color #E4CAD5 on white background.


Black color preview on #E4CAD5 background

This text has black color on #E4CAD5 background.


White color preview on #E4CAD5 background

This text has white color on #E4CAD5 background.


Related colors

Complementary color

Complementary color for #hex is #1B352A.


I love getcolorcode.com

Triadic colors

1 #D5E4CA and #CAD5E4 with #E4CAD5 are triadic colors.

2 #D5CAE4 and #CAE4D5 with #E4CAD5 are triadic colors.