COLOR #E6CDE7

HEX: #E6CDE7 RGB: (230,205,231)

Color info

#E6CDE7 contains red, green and blue colors in about the same proportion. Web safe color of #E6CDE7 is #CCCCFF (or #CCF).

RGB color model

#E6CDE7 color RGB value is (230,205,231).

RGB: (230,205,231) (90%, 80%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 231 of 255 = 91%

230
205
231

R + G + B ~ 87%. #E6CDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 231 = 666 (100%)
R 230 of 666 ~ 34.53%
G 205 of 666 ~ 30.78%
B 231 of 666 ~ 34.68'%

%34.53
%30.78
%34.68

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (0,11,0,9)
C0M11Y0K9 (0%, 11%, 0%, 9%)
(0.00 / 0.11 / 0.00 / 0.09)

CMYK percentages

%0.43
%11.26
%0
%9.41

Codes

Color #E6CDE7 in popluar color models

E6 CD E7
RGB 230 205 231
HSL 298° 35.14% 85.49%
HSB/HSV 298° 11.26% 90.59%
CMYK 0.43% 11.26% 0.00%
9.41%

Color #E6CDE7 in popluar number systems.

HEX E6 CD E7
Decimal 230 205 231
Binary 11100110 11001101 11100111
Octal 346 315 347

Shades and tints

Shades of #E6CDE7

#E6CDE7
(230,205,231)
#D2BBD2
(210,187,210)
#BEA9BD
(190,169,189)
#AA97A8
(170,151,168)
#968593
(150,133,147)
#82737E
(130,115,126)
#6E6169
(110,97,105)
#5A4F54
(90,79,84)
#463D3F
(70,61,63)
#322B2A
(50,43,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6CDE7

#E6CDE7
(230,205,231)
#E8D1E9
(232,209,233)
#EAD5EB
(234,213,235)
#ECD9ED
(236,217,237)
#EEDDEF
(238,221,239)
#F0E1F1
(240,225,241)
#F2E5F3
(242,229,243)
#F4E9F5
(244,233,245)
#F6EDF7
(246,237,247)
#F8F1F9
(248,241,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CDE7 color. Also use rgb(230,205,231) instead hex code.

Text Font Color

.myTextColor { color: #E6CDE7; }

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

This text font color is #E6CDE7.

Background Color

.myBgColor { background-color: #E6CDE7; }

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

This div background color is #E6CDE7.

Border color

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

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

This div border color is #E6CDE7.

Opacity

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

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

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

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

This text has shadow with #E6CDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDE7.

Preview

Color preview on black background

This text has color #E6CDE7 on black background.


Color preview on white background

This text has color #E6CDE7 on white background.


Black color preview on #E6CDE7 background

This text has black color on #E6CDE7 background.


White color preview on #E6CDE7 background

This text has white color on #E6CDE7 background.


Related colors

Complementary color

Complementary color for #hex is #193218.


I love getcolorcode.com

Triadic colors

1 #E7E6CD and #CDE7E6 with #E6CDE7 are triadic colors.

2 #E7CDE6 and #CDE6E7 with #E6CDE7 are triadic colors.