COLOR #D5CDD1

HEX: #D5CDD1
RGB: (213,205,209)

Color info

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

RGB color model

#D5CDD1 color RGB value is (213,205,209).

  • red value is 213;
  • green value is 205;
  • blue value is 209.
RGB:
(213,205,209)
(84%,80%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 209 of 255 = 82%

213
205
209

R + G + B ~ 82%. #D5CDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 209 = 627 (100%)
R 213 of 627 ~ 33.97%
G 205 of 627 ~ 32.7%
B 209 of 627 ~ 33.33%

%33.97
%32.7
%33.33

CMYK color model

#D5CDD1 color CMYK value is (0,4,2,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK:
(0,4,2,16)
C0M4Y2K16 
(0%,4%,2%,16%)
(0.00/0.04/0.02/0.16)	

CMYK percentages

%0
%3.76
%1.88
%16.47

Codes

Color #D5CDD1 in popluar color models

D5CDD1
RGB213205209
HSL330°8.70%81.96%
HSB/HSV330°3.76%83.53%
CMYK0.00%3.76%1.88%
16.47%

Color #D5CDD1 in popluar number systems.

HEXD5CDD1
Decimal213205209
Binary110101011100110111010001
Octal325315321

Shades and tints

Shades of #D5CDD1

#D5CDD1
(213,205,209)
#C2BBBE
(194,187,190)
#AFA9AB
(175,169,171)
#9C9798
(156,151,152)
#898585
(137,133,133)
#767372
(118,115,114)
#63615F
(99,97,95)
#504F4C
(80,79,76)
#3D3D39
(61,61,57)
#2A2B26
(42,43,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5CDD1

#D5CDD1
(213,205,209)
#D8D1D5
(216,209,213)
#DBD5D9
(219,213,217)
#DED9DD
(222,217,221)
#E1DDE1
(225,221,225)
#E4E1E5
(228,225,229)
#E7E5E9
(231,229,233)
#EAE9ED
(234,233,237)
#EDEDF1
(237,237,241)
#F0F1F5
(240,241,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDD1 color. Also use rgb(213,205,209) instead hex code.

Text Font Color

.myTextColor { color: #D5CDD1; }

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

This text font color is #D5CDD1.


Background Color

.myBgColor { background-color: #D5CDD1; }

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

This div background color is #D5CDD1.


Border color

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

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

This div border color is #D5CDD1.


Opacity

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

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

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

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

This text has shadow with #D5CDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDD1 on black background.


Color preview on white background

This text has color #D5CDD1 on white background.



Black color preview on #D5CDD1 background

This text has black color on #D5CDD1 background.


White color preview on #D5CDD1 background

This text has white color on #D5CDD1 background.