COLOR #E5CFDC

HEX: #E5CFDC RGB: (229,207,220)

Color info

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

RGB color model

#E5CFDC color RGB value is (229,207,220).

RGB: (229,207,220) (90%, 81%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 220 of 255 = 86%

229
207
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 220 = 656 (100%)
R 229 of 656 ~ 34.91%
G 207 of 656 ~ 31.55%
B 220 of 656 ~ 33.54'%

%34.91
%31.55
%33.54

CMYK color model

#E5CFDC color CMYK value is (0,10,4,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 3.93%
  • key color value is 10.20%

CMYK: (0,10,4,10)
C0M10Y4K10 (0%, 10%, 4%, 10%)
(0.00 / 0.10 / 0.04 / 0.10)

CMYK percentages

%0
%9.61
%3.93
%10.2

Codes

Color #E5CFDC in popluar color models

E5 CF DC
RGB 229 207 220
HSL 325° 29.73% 85.49%
HSB/HSV 325° 9.61% 89.80%
CMYK 0.00% 9.61% 3.93%
10.20%

Color #E5CFDC in popluar number systems.

HEX E5 CF DC
Decimal 229 207 220
Binary 11100101 11001111 11011100
Octal 345 317 334

Shades and tints

Shades of #E5CFDC

#E5CFDC
(229,207,220)
#D1BDC8
(209,189,200)
#BDABB4
(189,171,180)
#A999A0
(169,153,160)
#95878C
(149,135,140)
#817578
(129,117,120)
#6D6364
(109,99,100)
#595150
(89,81,80)
#453F3C
(69,63,60)
#312D28
(49,45,40)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #E5CFDC

#E5CFDC
(229,207,220)
#E7D3DF
(231,211,223)
#E9D7E2
(233,215,226)
#EBDBE5
(235,219,229)
#EDDFE8
(237,223,232)
#EFE3EB
(239,227,235)
#F1E7EE
(241,231,238)
#F3EBF1
(243,235,241)
#F5EFF4
(245,239,244)
#F7F3F7
(247,243,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFDC color. Also use rgb(229,207,220) instead hex code.

Text Font Color

.myTextColor { color: #E5CFDC; }

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

This text font color is #E5CFDC.

Background Color

.myBgColor { background-color: #E5CFDC; }

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

This div background color is #E5CFDC.

Border color

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

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

This div border color is #E5CFDC.

Opacity

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

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

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

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

This text has shadow with #E5CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFDC.

Preview

Color preview on black background

This text has color #E5CFDC on black background.


Color preview on white background

This text has color #E5CFDC on white background.


Black color preview on #E5CFDC background

This text has black color on #E5CFDC background.


White color preview on #E5CFDC background

This text has white color on #E5CFDC background.


Related colors

Complementary color

Complementary color for #hex is #1A3023.


I love getcolorcode.com

Triadic colors

1 #DCE5CF and #CFDCE5 with #E5CFDC are triadic colors.

2 #DCCFE5 and #CFE5DC with #E5CFDC are triadic colors.