COLOR #E3CCDD

HEX: #E3CCDD RGB: (227,204,221)

Color info

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

RGB color model

#E3CCDD color RGB value is (227,204,221).

RGB: (227,204,221) (89%, 80%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 221 of 255 = 87%

227
204
221

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 221 = 652 (100%)
R 227 of 652 ~ 34.82%
G 204 of 652 ~ 31.29%
B 221 of 652 ~ 33.9'%

%34.82
%31.29
%33.9

CMYK color model

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

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

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

CMYK percentages

%0
%10.13
%2.64
%10.98

Codes

Color #E3CCDD in popluar color models

E3 CC DD
RGB 227 204 221
HSL 316° 29.11% 84.51%
HSB/HSV 316° 10.13% 89.02%
CMYK 0.00% 10.13% 2.64%
10.98%

Color #E3CCDD in popluar number systems.

HEX E3 CC DD
Decimal 227 204 221
Binary 11100011 11001100 11011101
Octal 343 314 335

Shades and tints

Shades of #E3CCDD

#E3CCDD
(227,204,221)
#CFBAC9
(207,186,201)
#BBA8B5
(187,168,181)
#A796A1
(167,150,161)
#93848D
(147,132,141)
#7F7279
(127,114,121)
#6B6065
(107,96,101)
#574E51
(87,78,81)
#433C3D
(67,60,61)
#2F2A29
(47,42,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #E3CCDD

#E3CCDD
(227,204,221)
#E5D0E0
(229,208,224)
#E7D4E3
(231,212,227)
#E9D8E6
(233,216,230)
#EBDCE9
(235,220,233)
#EDE0EC
(237,224,236)
#EFE4EF
(239,228,239)
#F1E8F2
(241,232,242)
#F3ECF5
(243,236,245)
#F5F0F8
(245,240,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCDD; }

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

This text font color is #E3CCDD.

Background Color

.myBgColor { background-color: #E3CCDD; }

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

This div background color is #E3CCDD.

Border color

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

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

This div border color is #E3CCDD.

Opacity

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

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

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

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

This text has shadow with #E3CCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCDD.

Preview

Color preview on black background

This text has color #E3CCDD on black background.


Color preview on white background

This text has color #E3CCDD on white background.


Black color preview on #E3CCDD background

This text has black color on #E3CCDD background.


White color preview on #E3CCDD background

This text has white color on #E3CCDD background.


Related colors

Complementary color

Complementary color for #hex is #1C3322.


I love getcolorcode.com

Triadic colors

1 #DDE3CC and #CCDDE3 with #E3CCDD are triadic colors.

2 #DDCCE3 and #CCE3DD with #E3CCDD are triadic colors.