COLOR #E4CCCD

HEX: #E4CCCD RGB: (228,204,205)

Color info

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

RGB color model

#E4CCCD color RGB value is (228,204,205).

RGB: (228,204,205) (89%, 80%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 205 of 255 = 80%

228
204
205

R + G + B ~ 83%. #E4CCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 205 = 637 (100%)
R 228 of 637 ~ 35.79%
G 204 of 637 ~ 32.03%
B 205 of 637 ~ 32.18'%

%35.79
%32.03
%32.18

CMYK color model

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

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

CMYK: (0,11,10,11)
C0M11Y10K11 (0%, 11%, 10%, 11%)
(0.00 / 0.11 / 0.10 / 0.11)

CMYK percentages

%0
%10.53
%10.09
%10.59

Codes

Color #E4CCCD in popluar color models

E4 CC CD
RGB 228 204 205
HSL 358° 30.77% 84.71%
HSB/HSV 358° 10.53% 89.41%
CMYK 0.00% 10.53% 10.09%
10.59%

Color #E4CCCD in popluar number systems.

HEX E4 CC CD
Decimal 228 204 205
Binary 11100100 11001100 11001101
Octal 344 314 315

Shades and tints

Shades of #E4CCCD

#E4CCCD
(228,204,205)
#D0BABB
(208,186,187)
#BCA8A9
(188,168,169)
#A89697
(168,150,151)
#948485
(148,132,133)
#807273
(128,114,115)
#6C6061
(108,96,97)
#584E4F
(88,78,79)
#443C3D
(68,60,61)
#302A2B
(48,42,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4CCCD

#E4CCCD
(228,204,205)
#E6D0D1
(230,208,209)
#E8D4D5
(232,212,213)
#EAD8D9
(234,216,217)
#ECDCDD
(236,220,221)
#EEE0E1
(238,224,225)
#F0E4E5
(240,228,229)
#F2E8E9
(242,232,233)
#F4ECED
(244,236,237)
#F6F0F1
(246,240,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCCD; }

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

This text font color is #E4CCCD.

Background Color

.myBgColor { background-color: #E4CCCD; }

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

This div background color is #E4CCCD.

Border color

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

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

This div border color is #E4CCCD.

Opacity

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

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

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

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

This text has shadow with #E4CCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCCD.

Preview

Color preview on black background

This text has color #E4CCCD on black background.


Color preview on white background

This text has color #E4CCCD on white background.


Black color preview on #E4CCCD background

This text has black color on #E4CCCD background.


White color preview on #E4CCCD background

This text has white color on #E4CCCD background.


Related colors

Complementary color

Complementary color for #hex is #1B3332.


I love getcolorcode.com

Triadic colors

1 #CDE4CC and #CCCDE4 with #E4CCCD are triadic colors.

2 #CDCCE4 and #CCE4CD with #E4CCCD are triadic colors.