COLOR #E6CDED

HEX: #E6CDED RGB: (230,205,237)

Color info

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

RGB color model

#E6CDED color RGB value is (230,205,237).

RGB: (230,205,237) (90%, 80%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 237 of 255 = 93%

230
205
237

R + G + B ~ 88%. #E6CDED is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 237 = 672 (100%)
R 230 of 672 ~ 34.23%
G 205 of 672 ~ 30.51%
B 237 of 672 ~ 35.27'%

%34.23
%30.51
%35.27

CMYK color model

#E6CDED color CMYK value is (3,14,0,7).

  • cyan value is 2.95%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (3,14,0,7) C3M14Y0K7 (3%,14%,0%,7%) (0.03/0.14/0.00/0.07) 

CMYK percentages

%2.95
%13.5
%0
%7.06

Codes

Color #E6CDED in popluar color models

E6 CD ED
RGB 230 205 237
HSL 287° 47.06% 86.67%
HSB/HSV 287° 13.50% 92.94%
CMYK 2.95% 13.50% 0.00%
7.06%

Color #E6CDED in popluar number systems.

HEX E6 CD ED
Decimal 230 205 237
Binary 11100110 11001101 11101101
Octal 346 315 355

Shades and tints

Shades of #E6CDED

#E6CDED
(230,205,237)
#D2BBD8
(210,187,216)
#BEA9C3
(190,169,195)
#AA97AE
(170,151,174)
#968599
(150,133,153)
#827384
(130,115,132)
#6E616F
(110,97,111)
#5A4F5A
(90,79,90)
#463D45
(70,61,69)
#322B30
(50,43,48)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6CDED

#E6CDED
(230,205,237)
#E8D1EE
(232,209,238)
#EAD5EF
(234,213,239)
#ECD9F0
(236,217,240)
#EEDDF1
(238,221,241)
#F0E1F2
(240,225,242)
#F2E5F3
(242,229,243)
#F4E9F4
(244,233,244)
#F6EDF5
(246,237,245)
#F8F1F6
(248,241,246)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDED; }

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

This text font color is #E6CDED.

Background Color

.myBgColor { background-color: #E6CDED; }

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

This div background color is #E6CDED.

Border color

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

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

This div border color is #E6CDED.

Opacity

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

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

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

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

This text has shadow with #E6CDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDED.

Preview

Color preview on black background

This text has color #E6CDED on black background.


Color preview on white background

This text has color #E6CDED on white background.


Black color preview on #E6CDED background

This text has black color on #E6CDED background.


White color preview on #E6CDED background

This text has white color on #E6CDED background.


Related colors

Complementary color

Complementary color for #hex is #193212.


I love getcolorcode.com

Triadic colors

1 #EDE6CD and #CDEDE6 with #E6CDED are triadic colors.

2 #EDCDE6 and #CDE6ED with #E6CDED are triadic colors.