COLOR #D3CDD2

HEX: #D3CDD2
RGB: (211,205,210)

Color info

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

RGB color model

#D3CDD2 color RGB value is (211,205,210).

  • red value is 211;
  • green value is 205;
  • blue value is 210.
RGB:
(211,205,210)
(83%,80%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 205 of 255 = 80%
B 210 of 255 = 82%

211
205
210

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

Portions of RGB colors in percentages

R + G + B =
211 + 205 + 210 = 626 (100%)
R 211 of 626 ~ 33.71%
G 205 of 626 ~ 32.75%
B 210 of 626 ~ 33.55%

%33.71
%32.75
%33.55

CMYK color model

#D3CDD2 color CMYK value is (0,3,0,17).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 0.47%
  • key color value is 17.25%
CMYK:
(0,3,0,17)
C0M3Y0K17 
(0%,3%,0%,17%)
(0.00/0.03/0.00/0.17)	

CMYK percentages

%0
%2.84
%0.47
%17.25

Codes

Color #D3CDD2 in popluar color models

D3CDD2
RGB211205210
HSL310°6.38%81.57%
HSB/HSV310°2.84%82.75%
CMYK0.00%2.84%0.47%
17.25%

Color #D3CDD2 in popluar number systems.

HEXD3CDD2
Decimal211205210
Binary110100111100110111010010
Octal323315322

Shades and tints

Shades of #D3CDD2

#D3CDD2
(211,205,210)
#C0BBBF
(192,187,191)
#ADA9AC
(173,169,172)
#9A9799
(154,151,153)
#878586
(135,133,134)
#747373
(116,115,115)
#616160
(97,97,96)
#4E4F4D
(78,79,77)
#3B3D3A
(59,61,58)
#282B27
(40,43,39)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #D3CDD2

#D3CDD2
(211,205,210)
#D7D1D6
(215,209,214)
#DBD5DA
(219,213,218)
#DFD9DE
(223,217,222)
#E3DDE2
(227,221,226)
#E7E1E6
(231,225,230)
#EBE5EA
(235,229,234)
#EFE9EE
(239,233,238)
#F3EDF2
(243,237,242)
#F7F1F6
(247,241,246)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CDD2 color. Also use rgb(211,205,210) instead hex code.

Text Font Color

.myTextColor { color: #D3CDD2; }

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

This text font color is #D3CDD2.


Background Color

.myBgColor { background-color: #D3CDD2; }

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

This div background color is #D3CDD2.


Border color

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

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

This div border color is #D3CDD2.


Opacity

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

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

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

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

This text has shadow with #D3CDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CDD2 on black background.


Color preview on white background

This text has color #D3CDD2 on white background.



Black color preview on #D3CDD2 background

This text has black color on #D3CDD2 background.


White color preview on #D3CDD2 background

This text has white color on #D3CDD2 background.