COLOR #D5CDD6

HEX: #D5CDD6
RGB: (213,205,214)

Color info

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

RGB color model

#D5CDD6 color RGB value is (213,205,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 214 of 255 = 84%

213
205
214

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 214 = 632 (100%)
R 213 of 632 ~ 33.7%
G 205 of 632 ~ 32.44%
B 214 of 632 ~ 33.86%

%33.7
%32.44
%33.86

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,4,0,16)
C0M4Y0K16 
(0%,4%,0%,16%)
(0.00/0.04/0.00/0.16)	

CMYK percentages

%0.47
%4.21
%0
%16.08

Codes

Color #D5CDD6 in popluar color models

D5CDD6
RGB213205214
HSL293°9.89%82.16%
HSB/HSV293°4.21%83.92%
CMYK0.47%4.21%0.00%
16.08%

Color #D5CDD6 in popluar number systems.

HEXD5CDD6
Decimal213205214
Binary110101011100110111010110
Octal325315326

Shades and tints

Shades of #D5CDD6

#D5CDD6
(213,205,214)
#C2BBC3
(194,187,195)
#AFA9B0
(175,169,176)
#9C979D
(156,151,157)
#89858A
(137,133,138)
#767377
(118,115,119)
#636164
(99,97,100)
#504F51
(80,79,81)
#3D3D3E
(61,61,62)
#2A2B2B
(42,43,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5CDD6

#D5CDD6
(213,205,214)
#D8D1D9
(216,209,217)
#DBD5DC
(219,213,220)
#DED9DF
(222,217,223)
#E1DDE2
(225,221,226)
#E4E1E5
(228,225,229)
#E7E5E8
(231,229,232)
#EAE9EB
(234,233,235)
#EDEDEE
(237,237,238)
#F0F1F1
(240,241,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDD6; }

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

This text font color is #D5CDD6.


Background Color

.myBgColor { background-color: #D5CDD6; }

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

This div background color is #D5CDD6.


Border color

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

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

This div border color is #D5CDD6.


Opacity

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

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

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

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

This text has shadow with #D5CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDD6 on black background.


Color preview on white background

This text has color #D5CDD6 on white background.



Black color preview on #D5CDD6 background

This text has black color on #D5CDD6 background.


White color preview on #D5CDD6 background

This text has white color on #D5CDD6 background.