COLOR #D5C7DD

HEX: #D5C7DD RGB: (213,199,221)

Color info

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

RGB color model

#D5C7DD color RGB value is (213,199,221).

RGB: (213,199,221) (84%, 78%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 221 of 255 = 87%

213
199
221

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

Portions of RGB colors in percentages

R + G + B = 213 + 199 + 221 = 633 (100%)
R 213 of 633 ~ 33.65%
G 199 of 633 ~ 31.44%
B 221 of 633 ~ 34.91'%

%33.65
%31.44
%34.91

CMYK color model

#D5C7DD color CMYK value is (4,10,0,13).

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

CMYK: (4,10,0,13)
C4M10Y0K13 (4%, 10%, 0%, 13%)
(0.04 / 0.10 / 0.00 / 0.13)

CMYK percentages

%3.62
%9.95
%0
%13.33

Codes

Color #D5C7DD in popluar color models

D5 C7 DD
RGB 213 199 221
HSL 278° 24.44% 82.35%
HSB/HSV 278° 9.95% 86.67%
CMYK 3.62% 9.95% 0.00%
13.33%

Color #D5C7DD in popluar number systems.

HEX D5 C7 DD
Decimal 213 199 221
Binary 11010101 11000111 11011101
Octal 325 307 335

Shades and tints

Shades of #D5C7DD

#D5C7DD
(213,199,221)
#C2B5C9
(194,181,201)
#AFA3B5
(175,163,181)
#9C91A1
(156,145,161)
#897F8D
(137,127,141)
#766D79
(118,109,121)
#635B65
(99,91,101)
#504951
(80,73,81)
#3D373D
(61,55,61)
#2A2529
(42,37,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5C7DD

#D5C7DD
(213,199,221)
#D8CCE0
(216,204,224)
#DBD1E3
(219,209,227)
#DED6E6
(222,214,230)
#E1DBE9
(225,219,233)
#E4E0EC
(228,224,236)
#E7E5EF
(231,229,239)
#EAEAF2
(234,234,242)
#EDEFF5
(237,239,245)
#F0F4F8
(240,244,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C7DD; }

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

This text font color is #D5C7DD.

Background Color

.myBgColor { background-color: #D5C7DD; }

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

This div background color is #D5C7DD.

Border color

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

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

This div border color is #D5C7DD.

Opacity

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

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

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

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

This text has shadow with #D5C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C7DD.

Preview

Color preview on black background

This text has color #D5C7DD on black background.


Color preview on white background

This text has color #D5C7DD on white background.


Black color preview on #D5C7DD background

This text has black color on #D5C7DD background.


White color preview on #D5C7DD background

This text has white color on #D5C7DD background.


Related colors

Complementary color

Complementary color for #hex is #2A3822.


I love getcolorcode.com

Triadic colors

1 #DDD5C7 and #C7DDD5 with #D5C7DD are triadic colors.

2 #DDC7D5 and #C7D5DD with #D5C7DD are triadic colors.