COLOR #E5CEDD

HEX: #E5CEDD RGB: (229,206,221)

Color info

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

RGB color model

#E5CEDD color RGB value is (229,206,221).

RGB: (229,206,221) (90%, 81%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 221 of 255 = 87%

229
206
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 206 + 221 = 656 (100%)
R 229 of 656 ~ 34.91%
G 206 of 656 ~ 31.4%
B 221 of 656 ~ 33.69'%

%34.91
%31.4
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (0,10,3,10)
C0M10Y3K10 (0%, 10%, 3%, 10%)
(0.00 / 0.10 / 0.03 / 0.10)

CMYK percentages

%0
%10.04
%3.49
%10.2

Codes

Color #E5CEDD in popluar color models

E5 CE DD
RGB 229 206 221
HSL 321° 30.67% 85.29%
HSB/HSV 321° 10.04% 89.80%
CMYK 0.00% 10.04% 3.49%
10.20%

Color #E5CEDD in popluar number systems.

HEX E5 CE DD
Decimal 229 206 221
Binary 11100101 11001110 11011101
Octal 345 316 335

Shades and tints

Shades of #E5CEDD

#E5CEDD
(229,206,221)
#D1BCC9
(209,188,201)
#BDAAB5
(189,170,181)
#A998A1
(169,152,161)
#95868D
(149,134,141)
#817479
(129,116,121)
#6D6265
(109,98,101)
#595051
(89,80,81)
#453E3D
(69,62,61)
#312C29
(49,44,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5CEDD

#E5CEDD
(229,206,221)
#E7D2E0
(231,210,224)
#E9D6E3
(233,214,227)
#EBDAE6
(235,218,230)
#EDDEE9
(237,222,233)
#EFE2EC
(239,226,236)
#F1E6EF
(241,230,239)
#F3EAF2
(243,234,242)
#F5EEF5
(245,238,245)
#F7F2F8
(247,242,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CEDD color. Also use rgb(229,206,221) instead hex code.

Text Font Color

.myTextColor { color: #E5CEDD; }

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

This text font color is #E5CEDD.

Background Color

.myBgColor { background-color: #E5CEDD; }

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

This div background color is #E5CEDD.

Border color

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

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

This div border color is #E5CEDD.

Opacity

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

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

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

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

This text has shadow with #E5CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CEDD.

Preview

Color preview on black background

This text has color #E5CEDD on black background.


Color preview on white background

This text has color #E5CEDD on white background.


Black color preview on #E5CEDD background

This text has black color on #E5CEDD background.


White color preview on #E5CEDD background

This text has white color on #E5CEDD background.


Related colors

Complementary color

Complementary color for #hex is #1A3122.


I love getcolorcode.com

Triadic colors

1 #DDE5CE and #CEDDE5 with #E5CEDD are triadic colors.

2 #DDCEE5 and #CEE5DD with #E5CEDD are triadic colors.