COLOR #E3CFDD

HEX: #E3CFDD RGB: (227,207,221)

Color info

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

RGB color model

#E3CFDD color RGB value is (227,207,221).

RGB: (227,207,221) (89%, 81%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 207 of 255 = 81%
B 221 of 255 = 87%

227
207
221

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

Portions of RGB colors in percentages

R + G + B = 227 + 207 + 221 = 655 (100%)
R 227 of 655 ~ 34.66%
G 207 of 655 ~ 31.6%
B 221 of 655 ~ 33.74'%

%34.66
%31.6
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (0,9,3,11)
C0M9Y3K11 (0%, 9%, 3%, 11%)
(0.00 / 0.09 / 0.03 / 0.11)

CMYK percentages

%0
%8.81
%2.64
%10.98

Codes

Color #E3CFDD in popluar color models

E3 CF DD
RGB 227 207 221
HSL 318° 26.32% 85.10%
HSB/HSV 318° 8.81% 89.02%
CMYK 0.00% 8.81% 2.64%
10.98%

Color #E3CFDD in popluar number systems.

HEX E3 CF DD
Decimal 227 207 221
Binary 11100011 11001111 11011101
Octal 343 317 335

Shades and tints

Shades of #E3CFDD

#E3CFDD
(227,207,221)
#CFBDC9
(207,189,201)
#BBABB5
(187,171,181)
#A799A1
(167,153,161)
#93878D
(147,135,141)
#7F7579
(127,117,121)
#6B6365
(107,99,101)
#575151
(87,81,81)
#433F3D
(67,63,61)
#2F2D29
(47,45,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #E3CFDD

#E3CFDD
(227,207,221)
#E5D3E0
(229,211,224)
#E7D7E3
(231,215,227)
#E9DBE6
(233,219,230)
#EBDFE9
(235,223,233)
#EDE3EC
(237,227,236)
#EFE7EF
(239,231,239)
#F1EBF2
(241,235,242)
#F3EFF5
(243,239,245)
#F5F3F8
(245,243,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CFDD color. Also use rgb(227,207,221) instead hex code.

Text Font Color

.myTextColor { color: #E3CFDD; }

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

This text font color is #E3CFDD.

Background Color

.myBgColor { background-color: #E3CFDD; }

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

This div background color is #E3CFDD.

Border color

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

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

This div border color is #E3CFDD.

Opacity

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

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

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

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

This text has shadow with #E3CFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CFDD.

Preview

Color preview on black background

This text has color #E3CFDD on black background.


Color preview on white background

This text has color #E3CFDD on white background.


Black color preview on #E3CFDD background

This text has black color on #E3CFDD background.


White color preview on #E3CFDD background

This text has white color on #E3CFDD background.


Related colors

Complementary color

Complementary color for #hex is #1C3022.


I love getcolorcode.com

Triadic colors

1 #DDE3CF and #CFDDE3 with #E3CFDD are triadic colors.

2 #DDCFE3 and #CFE3DD with #E3CFDD are triadic colors.