COLOR #E6C4DD

HEX: #E6C4DD RGB: (230,196,221)

Color info

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

RGB color model

#E6C4DD color RGB value is (230,196,221).

RGB: (230,196,221) (90%, 77%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 221 of 255 = 87%

230
196
221

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

Portions of RGB colors in percentages

R + G + B = 230 + 196 + 221 = 647 (100%)
R 230 of 647 ~ 35.55%
G 196 of 647 ~ 30.29%
B 221 of 647 ~ 34.16'%

%35.55
%30.29
%34.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (0,15,4,10)
C0M15Y4K10 (0%, 15%, 4%, 10%)
(0.00 / 0.15 / 0.04 / 0.10)

CMYK percentages

%0
%14.78
%3.91
%9.8

Codes

Color #E6C4DD in popluar color models

E6 C4 DD
RGB 230 196 221
HSL 316° 40.48% 83.53%
HSB/HSV 316° 14.78% 90.20%
CMYK 0.00% 14.78% 3.91%
9.80%

Color #E6C4DD in popluar number systems.

HEX E6 C4 DD
Decimal 230 196 221
Binary 11100110 11000100 11011101
Octal 346 304 335

Shades and tints

Shades of #E6C4DD

#E6C4DD
(230,196,221)
#D2B3C9
(210,179,201)
#BEA2B5
(190,162,181)
#AA91A1
(170,145,161)
#96808D
(150,128,141)
#826F79
(130,111,121)
#6E5E65
(110,94,101)
#5A4D51
(90,77,81)
#463C3D
(70,60,61)
#322B29
(50,43,41)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6C4DD

#E6C4DD
(230,196,221)
#E8C9E0
(232,201,224)
#EACEE3
(234,206,227)
#ECD3E6
(236,211,230)
#EED8E9
(238,216,233)
#F0DDEC
(240,221,236)
#F2E2EF
(242,226,239)
#F4E7F2
(244,231,242)
#F6ECF5
(246,236,245)
#F8F1F8
(248,241,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C4DD color. Also use rgb(230,196,221) instead hex code.

Text Font Color

.myTextColor { color: #E6C4DD; }

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

This text font color is #E6C4DD.

Background Color

.myBgColor { background-color: #E6C4DD; }

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

This div background color is #E6C4DD.

Border color

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

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

This div border color is #E6C4DD.

Opacity

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

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

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

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

This text has shadow with #E6C4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C4DD.

Preview

Color preview on black background

This text has color #E6C4DD on black background.


Color preview on white background

This text has color #E6C4DD on white background.


Black color preview on #E6C4DD background

This text has black color on #E6C4DD background.


White color preview on #E6C4DD background

This text has white color on #E6C4DD background.


Related colors

Complementary color

Complementary color for #hex is #193B22.


I love getcolorcode.com

Triadic colors

1 #DDE6C4 and #C4DDE6 with #E6C4DD are triadic colors.

2 #DDC4E6 and #C4E6DD with #E6C4DD are triadic colors.