COLOR #D5CDDC

HEX: #D5CDDC
RGB: (213,205,220)

Color info

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

RGB color model

#D5CDDC color RGB value is (213,205,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 220 of 255 = 86%

213
205
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 220 = 638 (100%)
R 213 of 638 ~ 33.39%
G 205 of 638 ~ 32.13%
B 220 of 638 ~ 34.48%

%33.39
%32.13
%34.48

CMYK color model

#D5CDDC color CMYK value is (3,7,0,14).

  • cyan value is 3.18%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,7,0,14)
C3M7Y0K14 
(3%,7%,0%,14%)
(0.03/0.07/0.00/0.14)	

CMYK percentages

%3.18
%6.82
%0
%13.73

Codes

Color #D5CDDC in popluar color models

D5CDDC
RGB213205220
HSL272°17.65%83.33%
HSB/HSV272°6.82%86.27%
CMYK3.18%6.82%0.00%
13.73%

Color #D5CDDC in popluar number systems.

HEXD5CDDC
Decimal213205220
Binary110101011100110111011100
Octal325315334

Shades and tints

Shades of #D5CDDC

#D5CDDC
(213,205,220)
#C2BBC8
(194,187,200)
#AFA9B4
(175,169,180)
#9C97A0
(156,151,160)
#89858C
(137,133,140)
#767378
(118,115,120)
#636164
(99,97,100)
#504F50
(80,79,80)
#3D3D3C
(61,61,60)
#2A2B28
(42,43,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #D5CDDC

#D5CDDC
(213,205,220)
#D8D1DF
(216,209,223)
#DBD5E2
(219,213,226)
#DED9E5
(222,217,229)
#E1DDE8
(225,221,232)
#E4E1EB
(228,225,235)
#E7E5EE
(231,229,238)
#EAE9F1
(234,233,241)
#EDEDF4
(237,237,244)
#F0F1F7
(240,241,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDDC; }

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

This text font color is #D5CDDC.


Background Color

.myBgColor { background-color: #D5CDDC; }

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

This div background color is #D5CDDC.


Border color

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

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

This div border color is #D5CDDC.


Opacity

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

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

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

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

This text has shadow with #D5CDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDDC on black background.


Color preview on white background

This text has color #D5CDDC on white background.



Black color preview on #D5CDDC background

This text has black color on #D5CDDC background.


White color preview on #D5CDDC background

This text has white color on #D5CDDC background.