COLOR #D5C9DD

HEX: #D5C9DD RGB: (213,201,221)

Color info

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

RGB color model

#D5C9DD color RGB value is (213,201,221).

RGB: (213,201,221) (84%, 79%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 221 of 255 = 87%

213
201
221

R + G + B ~ 83%. #D5C9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 201 + 221 = 635 (100%)
R 213 of 635 ~ 33.54%
G 201 of 635 ~ 31.65%
B 221 of 635 ~ 34.8'%

%33.54
%31.65
%34.8

CMYK color model

#D5C9DD color CMYK value is (4,9,0,13).

  • cyan value is 3.62%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,9,0,13)
C4M9Y0K13 (4%, 9%, 0%, 13%)
(0.04 / 0.09 / 0.00 / 0.13)

CMYK percentages

%3.62
%9.05
%0
%13.33

Codes

Color #D5C9DD in popluar color models

D5 C9 DD
RGB 213 201 221
HSL 276° 22.73% 82.75%
HSB/HSV 276° 9.05% 86.67%
CMYK 3.62% 9.05% 0.00%
13.33%

Color #D5C9DD in popluar number systems.

HEX D5 C9 DD
Decimal 213 201 221
Binary 11010101 11001001 11011101
Octal 325 311 335

Shades and tints

Shades of #D5C9DD

#D5C9DD
(213,201,221)
#C2B7C9
(194,183,201)
#AFA5B5
(175,165,181)
#9C93A1
(156,147,161)
#89818D
(137,129,141)
#766F79
(118,111,121)
#635D65
(99,93,101)
#504B51
(80,75,81)
#3D393D
(61,57,61)
#2A2729
(42,39,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5C9DD

#D5C9DD
(213,201,221)
#D8CDE0
(216,205,224)
#DBD1E3
(219,209,227)
#DED5E6
(222,213,230)
#E1D9E9
(225,217,233)
#E4DDEC
(228,221,236)
#E7E1EF
(231,225,239)
#EAE5F2
(234,229,242)
#EDE9F5
(237,233,245)
#F0EDF8
(240,237,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C9DD color. Also use rgb(213,201,221) instead hex code.

Text Font Color

.myTextColor { color: #D5C9DD; }

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

This text font color is #D5C9DD.

Background Color

.myBgColor { background-color: #D5C9DD; }

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

This div background color is #D5C9DD.

Border color

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

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

This div border color is #D5C9DD.

Opacity

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

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

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

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

This text has shadow with #D5C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C9DD.

Preview

Color preview on black background

This text has color #D5C9DD on black background.


Color preview on white background

This text has color #D5C9DD on white background.


Black color preview on #D5C9DD background

This text has black color on #D5C9DD background.


White color preview on #D5C9DD background

This text has white color on #D5C9DD background.


Related colors

Complementary color

Complementary color for #hex is #2A3622.


I love getcolorcode.com

Triadic colors

1 #DDD5C9 and #C9DDD5 with #D5C9DD are triadic colors.

2 #DDC9D5 and #C9D5DD with #D5C9DD are triadic colors.