COLOR #E6CDFB

HEX: #E6CDFB RGB: (230,205,251)

Color info

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

RGB color model

#E6CDFB color RGB value is (230,205,251).

RGB: (230,205,251) (90%, 80%, 98%)

RGB channels and saturation

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

230
205
251

R + G + B ~ 89%. #E6CDFB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 251 = 686 (100%)
R 230 of 686 ~ 33.53%
G 205 of 686 ~ 29.88%
B 251 of 686 ~ 36.59'%

%33.53
%29.88
%36.59

CMYK color model

#E6CDFB color CMYK value is (8,18,0,2).

  • cyan value is 8.37%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (8,18,0,2) C8M18Y0K2 (8%,18%,0%,2%) (0.08/0.18/0.00/0.02) 

CMYK percentages

%8.37
%18.33
%0
%1.57

Codes

Color #E6CDFB in popluar color models

E6 CD FB
RGB 230 205 251
HSL 273° 85.19% 89.41%
HSB/HSV 273° 18.33% 98.43%
CMYK 8.37% 18.33% 0.00%
1.57%

Color #E6CDFB in popluar number systems.

HEX E6 CD FB
Decimal 230 205 251
Binary 11100110 11001101 11111011
Octal 346 315 373

Shades and tints

Shades of #E6CDFB

#E6CDFB
(230,205,251)
#D2BBE5
(210,187,229)
#BEA9CF
(190,169,207)
#AA97B9
(170,151,185)
#9685A3
(150,133,163)
#82738D
(130,115,141)
#6E6177
(110,97,119)
#5A4F61
(90,79,97)
#463D4B
(70,61,75)
#322B35
(50,43,53)
#1E191F
(30,25,31)
#000000
(0,0,0)

Tints of #E6CDFB

#E6CDFB
(230,205,251)
#E8D1FB
(232,209,251)
#EAD5FB
(234,213,251)
#ECD9FB
(236,217,251)
#EEDDFB
(238,221,251)
#F0E1FB
(240,225,251)
#F2E5FB
(242,229,251)
#F4E9FB
(244,233,251)
#F6EDFB
(246,237,251)
#F8F1FB
(248,241,251)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDFB; }

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

This text font color is #E6CDFB.

Background Color

.myBgColor { background-color: #E6CDFB; }

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

This div background color is #E6CDFB.

Border color

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

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

This div border color is #E6CDFB.

Opacity

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

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

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

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

This text has shadow with #E6CDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDFB.

Preview

Color preview on black background

This text has color #E6CDFB on black background.


Color preview on white background

This text has color #E6CDFB on white background.


Black color preview on #E6CDFB background

This text has black color on #E6CDFB background.


White color preview on #E6CDFB background

This text has white color on #E6CDFB background.


Related colors

Complementary color

Complementary color for #hex is #193204.


I love getcolorcode.com

Triadic colors

1 #FBE6CD and #CDFBE6 with #E6CDFB are triadic colors.

2 #FBCDE6 and #CDE6FB with #E6CDFB are triadic colors.