COLOR #E6CDE6

HEX: #E6CDE6
RGB: (230,205,230)

Color info

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

RGB color model

#E6CDE6 color RGB value is (230,205,230).

  • red value is 230;
  • green value is 205;
  • blue value is 230.
RGB:
(230,205,230)
(90%,80%,90%)

RGB channels and saturation

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

230
205
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 230 = 665 (100%)
R 230 of 665 ~ 34.59%
G 205 of 665 ~ 30.83%
B 230 of 665 ~ 34.59%

%34.59
%30.83
%34.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(0,11,0,10)
C0M11Y0K10 
(0%,11%,0%,10%)
(0.00/0.11/0.00/0.10)	

CMYK percentages

%0
%10.87
%0
%9.8

Codes

Color #E6CDE6 in popluar color models

E6CDE6
RGB230205230
HSL300°33.33%85.29%
HSB/HSV300°10.87%90.20%
CMYK0.00%10.87%0.00%
9.80%

Color #E6CDE6 in popluar number systems.

HEXE6CDE6
Decimal230205230
Binary111001101100110111100110
Octal346315346

Shades and tints

Shades of #E6CDE6

#E6CDE6
(230,205,230)
#D2BBD2
(210,187,210)
#BEA9BE
(190,169,190)
#AA97AA
(170,151,170)
#968596
(150,133,150)
#827382
(130,115,130)
#6E616E
(110,97,110)
#5A4F5A
(90,79,90)
#463D46
(70,61,70)
#322B32
(50,43,50)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #E6CDE6

#E6CDE6
(230,205,230)
#E8D1E8
(232,209,232)
#EAD5EA
(234,213,234)
#ECD9EC
(236,217,236)
#EEDDEE
(238,221,238)
#F0E1F0
(240,225,240)
#F2E5F2
(242,229,242)
#F4E9F4
(244,233,244)
#F6EDF6
(246,237,246)
#F8F1F8
(248,241,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDE6; }

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

This text font color is #E6CDE6.


Background Color

.myBgColor { background-color: #E6CDE6; }

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

This div background color is #E6CDE6.


Border color

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

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

This div border color is #E6CDE6.


Opacity

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

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

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

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

This text has shadow with #E6CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDE6 on black background.


Color preview on white background

This text has color #E6CDE6 on white background.



Black color preview on #E6CDE6 background

This text has black color on #E6CDE6 background.


White color preview on #E6CDE6 background

This text has white color on #E6CDE6 background.