COLOR #E4CEDE

HEX: #E4CEDE RGB: (228,206,222)

Color info

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

RGB color model

#E4CEDE color RGB value is (228,206,222).

RGB: (228,206,222) (89%, 81%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 222 of 255 = 87%

228
206
222

R + G + B ~ 86%. #E4CEDE is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 206 + 222 = 656 (100%)
R 228 of 656 ~ 34.76%
G 206 of 656 ~ 31.4%
B 222 of 656 ~ 33.84'%

%34.76
%31.4
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 2.63%
  • key color value is 10.59%

CMYK: (0,10,3,11)
C0M10Y3K11 (0%, 10%, 3%, 11%)
(0.00 / 0.10 / 0.03 / 0.11)

CMYK percentages

%0
%9.65
%2.63
%10.59

Codes

Color #E4CEDE in popluar color models

E4 CE DE
RGB 228 206 222
HSL 316° 28.95% 85.10%
HSB/HSV 316° 9.65% 89.41%
CMYK 0.00% 9.65% 2.63%
10.59%

Color #E4CEDE in popluar number systems.

HEX E4 CE DE
Decimal 228 206 222
Binary 11100100 11001110 11011110
Octal 344 316 336

Shades and tints

Shades of #E4CEDE

#E4CEDE
(228,206,222)
#D0BCCA
(208,188,202)
#BCAAB6
(188,170,182)
#A898A2
(168,152,162)
#94868E
(148,134,142)
#80747A
(128,116,122)
#6C6266
(108,98,102)
#585052
(88,80,82)
#443E3E
(68,62,62)
#302C2A
(48,44,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #E4CEDE

#E4CEDE
(228,206,222)
#E6D2E1
(230,210,225)
#E8D6E4
(232,214,228)
#EADAE7
(234,218,231)
#ECDEEA
(236,222,234)
#EEE2ED
(238,226,237)
#F0E6F0
(240,230,240)
#F2EAF3
(242,234,243)
#F4EEF6
(244,238,246)
#F6F2F9
(246,242,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CEDE; }

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

This text font color is #E4CEDE.

Background Color

.myBgColor { background-color: #E4CEDE; }

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

This div background color is #E4CEDE.

Border color

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

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

This div border color is #E4CEDE.

Opacity

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

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

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

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

This text has shadow with #E4CEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CEDE.

Preview

Color preview on black background

This text has color #E4CEDE on black background.


Color preview on white background

This text has color #E4CEDE on white background.


Black color preview on #E4CEDE background

This text has black color on #E4CEDE background.


White color preview on #E4CEDE background

This text has white color on #E4CEDE background.


Related colors

Complementary color

Complementary color for #hex is #1B3121.


I love getcolorcode.com

Triadic colors

1 #DEE4CE and #CEDEE4 with #E4CEDE are triadic colors.

2 #DECEE4 and #CEE4DE with #E4CEDE are triadic colors.