COLOR #E6CDDB

HEX: #E6CDDB RGB: (230,205,219)

Color info

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

RGB color model

#E6CDDB color RGB value is (230,205,219).

RGB: (230,205,219) (90%, 80%, 86%)

RGB channels and saturation

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

230
205
219

R + G + B ~ 85%. #E6CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 219 = 654 (100%)
R 230 of 654 ~ 35.17%
G 205 of 654 ~ 31.35%
B 219 of 654 ~ 33.49'%

%35.17
%31.35
%33.49

CMYK color model

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

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

CMYK percentages

%0
%10.87
%4.78
%9.8

Codes

Color #E6CDDB in popluar color models

E6 CD DB
RGB 230 205 219
HSL 326° 33.33% 85.29%
HSB/HSV 326° 10.87% 90.20%
CMYK 0.00% 10.87% 4.78%
9.80%

Color #E6CDDB in popluar number systems.

HEX E6 CD DB
Decimal 230 205 219
Binary 11100110 11001101 11011011
Octal 346 315 333

Shades and tints

Shades of #E6CDDB

#E6CDDB
(230,205,219)
#D2BBC8
(210,187,200)
#BEA9B5
(190,169,181)
#AA97A2
(170,151,162)
#96858F
(150,133,143)
#82737C
(130,115,124)
#6E6169
(110,97,105)
#5A4F56
(90,79,86)
#463D43
(70,61,67)
#322B30
(50,43,48)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6CDDB

#E6CDDB
(230,205,219)
#E8D1DE
(232,209,222)
#EAD5E1
(234,213,225)
#ECD9E4
(236,217,228)
#EEDDE7
(238,221,231)
#F0E1EA
(240,225,234)
#F2E5ED
(242,229,237)
#F4E9F0
(244,233,240)
#F6EDF3
(246,237,243)
#F8F1F6
(248,241,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDDB; }

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

This text font color is #E6CDDB.

Background Color

.myBgColor { background-color: #E6CDDB; }

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

This div background color is #E6CDDB.

Border color

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

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

This div border color is #E6CDDB.

Opacity

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

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

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

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

This text has shadow with #E6CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDDB.

Preview

Color preview on black background

This text has color #E6CDDB on black background.


Color preview on white background

This text has color #E6CDDB on white background.


Black color preview on #E6CDDB background

This text has black color on #E6CDDB background.


White color preview on #E6CDDB background

This text has white color on #E6CDDB background.


Related colors

Complementary color

Complementary color for #hex is #193224.


I love getcolorcode.com

Triadic colors

1 #DBE6CD and #CDDBE6 with #E6CDDB are triadic colors.

2 #DBCDE6 and #CDE6DB with #E6CDDB are triadic colors.