COLOR #E4CCDE

HEX: #E4CCDE RGB: (228,204,222)

Color info

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

RGB color model

#E4CCDE color RGB value is (228,204,222).

RGB: (228,204,222) (89%, 80%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 222 of 255 = 87%

228
204
222

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

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 222 = 654 (100%)
R 228 of 654 ~ 34.86%
G 204 of 654 ~ 31.19%
B 222 of 654 ~ 33.94'%

%34.86
%31.19
%33.94

CMYK color model

#E4CCDE color CMYK value is (0,11,3,11).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK: (0,11,3,11) C0M11Y3K11 (0%,11%,3%,11%) (0.00/0.11/0.03/0.11) 

CMYK percentages

%0
%10.53
%2.63
%10.59

Codes

Color #E4CCDE in popluar color models

E4 CC DE
RGB 228 204 222
HSL 315° 30.77% 84.71%
HSB/HSV 315° 10.53% 89.41%
CMYK 0.00% 10.53% 2.63%
10.59%

Color #E4CCDE in popluar number systems.

HEX E4 CC DE
Decimal 228 204 222
Binary 11100100 11001100 11011110
Octal 344 314 336

Shades and tints

Shades of #E4CCDE

#E4CCDE
(228,204,222)
#D0BACA
(208,186,202)
#BCA8B6
(188,168,182)
#A896A2
(168,150,162)
#94848E
(148,132,142)
#80727A
(128,114,122)
#6C6066
(108,96,102)
#584E52
(88,78,82)
#443C3E
(68,60,62)
#302A2A
(48,42,42)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #E4CCDE

#E4CCDE
(228,204,222)
#E6D0E1
(230,208,225)
#E8D4E4
(232,212,228)
#EAD8E7
(234,216,231)
#ECDCEA
(236,220,234)
#EEE0ED
(238,224,237)
#F0E4F0
(240,228,240)
#F2E8F3
(242,232,243)
#F4ECF6
(244,236,246)
#F6F0F9
(246,240,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCDE; }

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

This text font color is #E4CCDE.

Background Color

.myBgColor { background-color: #E4CCDE; }

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

This div background color is #E4CCDE.

Border color

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

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

This div border color is #E4CCDE.

Opacity

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

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

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

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

This text has shadow with #E4CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCDE.

Preview

Color preview on black background

This text has color #E4CCDE on black background.


Color preview on white background

This text has color #E4CCDE on white background.


Black color preview on #E4CCDE background

This text has black color on #E4CCDE background.


White color preview on #E4CCDE background

This text has white color on #E4CCDE background.


Related colors

Complementary color

Complementary color for #hex is #1B3321.


I love getcolorcode.com

Triadic colors

1 #DEE4CC and #CCDEE4 with #E4CCDE are triadic colors.

2 #DECCE4 and #CCE4DE with #E4CCDE are triadic colors.