COLOR #E3CCDA

HEX: #E3CCDA RGB: (227,204,218)

Color info

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

RGB color model

#E3CCDA color RGB value is (227,204,218).

RGB: (227,204,218) (89%, 80%, 85%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 218 of 255 = 85%

227
204
218

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 218 = 649 (100%)
R 227 of 649 ~ 34.98%
G 204 of 649 ~ 31.43%
B 218 of 649 ~ 33.59'%

%34.98
%31.43
%33.59

CMYK color model

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

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

CMYK: (0,10,4,11)
C0M10Y4K11 (0%, 10%, 4%, 11%)
(0.00 / 0.10 / 0.04 / 0.11)

CMYK percentages

%0
%10.13
%3.96
%10.98

Codes

Color #E3CCDA in popluar color models

E3 CC DA
RGB 227 204 218
HSL 323° 29.11% 84.51%
HSB/HSV 323° 10.13% 89.02%
CMYK 0.00% 10.13% 3.96%
10.98%

Color #E3CCDA in popluar number systems.

HEX E3 CC DA
Decimal 227 204 218
Binary 11100011 11001100 11011010
Octal 343 314 332

Shades and tints

Shades of #E3CCDA

#E3CCDA
(227,204,218)
#CFBAC7
(207,186,199)
#BBA8B4
(187,168,180)
#A796A1
(167,150,161)
#93848E
(147,132,142)
#7F727B
(127,114,123)
#6B6068
(107,96,104)
#574E55
(87,78,85)
#433C42
(67,60,66)
#2F2A2F
(47,42,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #E3CCDA

#E3CCDA
(227,204,218)
#E5D0DD
(229,208,221)
#E7D4E0
(231,212,224)
#E9D8E3
(233,216,227)
#EBDCE6
(235,220,230)
#EDE0E9
(237,224,233)
#EFE4EC
(239,228,236)
#F1E8EF
(241,232,239)
#F3ECF2
(243,236,242)
#F5F0F5
(245,240,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCDA; }

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

This text font color is #E3CCDA.

Background Color

.myBgColor { background-color: #E3CCDA; }

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

This div background color is #E3CCDA.

Border color

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

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

This div border color is #E3CCDA.

Opacity

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

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

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

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

This text has shadow with #E3CCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCDA.

Preview

Color preview on black background

This text has color #E3CCDA on black background.


Color preview on white background

This text has color #E3CCDA on white background.


Black color preview on #E3CCDA background

This text has black color on #E3CCDA background.


White color preview on #E3CCDA background

This text has white color on #E3CCDA background.


Related colors

Complementary color

Complementary color for #hex is #1C3325.


I love getcolorcode.com

Triadic colors

1 #DAE3CC and #CCDAE3 with #E3CCDA are triadic colors.

2 #DACCE3 and #CCE3DA with #E3CCDA are triadic colors.