COLOR #E4CCDC

HEX: #E4CCDC RGB: (228,204,220)

Color info

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

RGB color model

#E4CCDC color RGB value is (228,204,220).

RGB: (228,204,220) (89%, 80%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 220 of 255 = 86%

228
204
220

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

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 220 = 652 (100%)
R 228 of 652 ~ 34.97%
G 204 of 652 ~ 31.29%
B 220 of 652 ~ 33.74'%

%34.97
%31.29
%33.74

CMYK color model

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

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

CMYK: (0,11,4,11)
C0M11Y4K11 (0%, 11%, 4%, 11%)
(0.00 / 0.11 / 0.04 / 0.11)

CMYK percentages

%0
%10.53
%3.51
%10.59

Codes

Color #E4CCDC in popluar color models

E4 CC DC
RGB 228 204 220
HSL 320° 30.77% 84.71%
HSB/HSV 320° 10.53% 89.41%
CMYK 0.00% 10.53% 3.51%
10.59%

Color #E4CCDC in popluar number systems.

HEX E4 CC DC
Decimal 228 204 220
Binary 11100100 11001100 11011100
Octal 344 314 334

Shades and tints

Shades of #E4CCDC

#E4CCDC
(228,204,220)
#D0BAC8
(208,186,200)
#BCA8B4
(188,168,180)
#A896A0
(168,150,160)
#94848C
(148,132,140)
#807278
(128,114,120)
#6C6064
(108,96,100)
#584E50
(88,78,80)
#443C3C
(68,60,60)
#302A28
(48,42,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4CCDC

#E4CCDC
(228,204,220)
#E6D0DF
(230,208,223)
#E8D4E2
(232,212,226)
#EAD8E5
(234,216,229)
#ECDCE8
(236,220,232)
#EEE0EB
(238,224,235)
#F0E4EE
(240,228,238)
#F2E8F1
(242,232,241)
#F4ECF4
(244,236,244)
#F6F0F7
(246,240,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCDC; }

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

This text font color is #E4CCDC.

Background Color

.myBgColor { background-color: #E4CCDC; }

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

This div background color is #E4CCDC.

Border color

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

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

This div border color is #E4CCDC.

Opacity

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

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

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

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

This text has shadow with #E4CCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCDC.

Preview

Color preview on black background

This text has color #E4CCDC on black background.


Color preview on white background

This text has color #E4CCDC on white background.


Black color preview on #E4CCDC background

This text has black color on #E4CCDC background.


White color preview on #E4CCDC background

This text has white color on #E4CCDC background.


Related colors

Complementary color

Complementary color for #hex is #1B3323.


I love getcolorcode.com

Triadic colors

1 #DCE4CC and #CCDCE4 with #E4CCDC are triadic colors.

2 #DCCCE4 and #CCE4DC with #E4CCDC are triadic colors.