COLOR #E6CDEE

HEX: #E6CDEE
RGB: (230,205,238)

Color info

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

RGB color model

#E6CDEE color RGB value is (230,205,238).

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

RGB channels and saturation

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

230
205
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 238 = 673 (100%)
R 230 of 673 ~ 34.18%
G 205 of 673 ~ 30.46%
B 238 of 673 ~ 35.36%

%34.18
%30.46
%35.36

CMYK color model

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

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

CMYK percentages

%3.36
%13.87
%0
%6.67

Codes

Color #E6CDEE in popluar color models

E6CDEE
RGB230205238
HSL285°49.25%86.86%
HSB/HSV285°13.87%93.33%
CMYK3.36%13.87%0.00%
6.67%

Color #E6CDEE in popluar number systems.

HEXE6CDEE
Decimal230205238
Binary111001101100110111101110
Octal346315356

Shades and tints

Shades of #E6CDEE

#E6CDEE
(230,205,238)
#D2BBD9
(210,187,217)
#BEA9C4
(190,169,196)
#AA97AF
(170,151,175)
#96859A
(150,133,154)
#827385
(130,115,133)
#6E6170
(110,97,112)
#5A4F5B
(90,79,91)
#463D46
(70,61,70)
#322B31
(50,43,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #E6CDEE

#E6CDEE
(230,205,238)
#E8D1EF
(232,209,239)
#EAD5F0
(234,213,240)
#ECD9F1
(236,217,241)
#EEDDF2
(238,221,242)
#F0E1F3
(240,225,243)
#F2E5F4
(242,229,244)
#F4E9F5
(244,233,245)
#F6EDF6
(246,237,246)
#F8F1F7
(248,241,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDEE; }

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

This text font color is #E6CDEE.


Background Color

.myBgColor { background-color: #E6CDEE; }

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

This div background color is #E6CDEE.


Border color

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

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

This div border color is #E6CDEE.


Opacity

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

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

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

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

This text has shadow with #E6CDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDEE on black background.


Color preview on white background

This text has color #E6CDEE on white background.



Black color preview on #E6CDEE background

This text has black color on #E6CDEE background.


White color preview on #E6CDEE background

This text has white color on #E6CDEE background.