COLOR #E6C1DA

HEX: #E6C1DA RGB: (230,193,218)

Color info

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

RGB color model

#E6C1DA color RGB value is (230,193,218).

RGB: (230,193,218) (90%, 76%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 218 of 255 = 85%

230
193
218

R + G + B ~ 84%. #E6C1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 193 + 218 = 641 (100%)
R 230 of 641 ~ 35.88%
G 193 of 641 ~ 30.11%
B 218 of 641 ~ 34.01'%

%35.88
%30.11
%34.01

CMYK color model

#E6C1DA color CMYK value is (0,16,5,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 5.22%
  • key color value is 9.80%

CMYK: (0,16,5,10)
C0M16Y5K10 (0%, 16%, 5%, 10%)
(0.00 / 0.16 / 0.05 / 0.10)

CMYK percentages

%0
%16.09
%5.22
%9.8

Codes

Color #E6C1DA in popluar color models

E6 C1 DA
RGB 230 193 218
HSL 319° 42.53% 82.94%
HSB/HSV 319° 16.09% 90.20%
CMYK 0.00% 16.09% 5.22%
9.80%

Color #E6C1DA in popluar number systems.

HEX E6 C1 DA
Decimal 230 193 218
Binary 11100110 11000001 11011010
Octal 346 301 332

Shades and tints

Shades of #E6C1DA

#E6C1DA
(230,193,218)
#D2B0C7
(210,176,199)
#BE9FB4
(190,159,180)
#AA8EA1
(170,142,161)
#967D8E
(150,125,142)
#826C7B
(130,108,123)
#6E5B68
(110,91,104)
#5A4A55
(90,74,85)
#463942
(70,57,66)
#32282F
(50,40,47)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6C1DA

#E6C1DA
(230,193,218)
#E8C6DD
(232,198,221)
#EACBE0
(234,203,224)
#ECD0E3
(236,208,227)
#EED5E6
(238,213,230)
#F0DAE9
(240,218,233)
#F2DFEC
(242,223,236)
#F4E4EF
(244,228,239)
#F6E9F2
(246,233,242)
#F8EEF5
(248,238,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C1DA color. Also use rgb(230,193,218) instead hex code.

Text Font Color

.myTextColor { color: #E6C1DA; }

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

This text font color is #E6C1DA.

Background Color

.myBgColor { background-color: #E6C1DA; }

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

This div background color is #E6C1DA.

Border color

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

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

This div border color is #E6C1DA.

Opacity

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

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

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

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

This text has shadow with #E6C1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C1DA.

Preview

Color preview on black background

This text has color #E6C1DA on black background.


Color preview on white background

This text has color #E6C1DA on white background.


Black color preview on #E6C1DA background

This text has black color on #E6C1DA background.


White color preview on #E6C1DA background

This text has white color on #E6C1DA background.


Related colors

Complementary color

Complementary color for #hex is #193E25.


I love getcolorcode.com

Triadic colors

1 #DAE6C1 and #C1DAE6 with #E6C1DA are triadic colors.

2 #DAC1E6 and #C1E6DA with #E6C1DA are triadic colors.