COLOR #D3C8DD

HEX: #D3C8DD RGB: (211,200,221)

Color info

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

RGB color model

#D3C8DD color RGB value is (211,200,221).

RGB: (211,200,221) (83%, 78%, 87%)

RGB channels and saturation

R 211 of 255 = 83%
G 200 of 255 = 78%
B 221 of 255 = 87%

211
200
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 200 + 221 = 632 (100%)
R 211 of 632 ~ 33.39%
G 200 of 632 ~ 31.65%
B 221 of 632 ~ 34.97'%

%33.39
%31.65
%34.97

CMYK color model

#D3C8DD color CMYK value is (5,10,0,13).

  • cyan value is 4.52%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,10,0,13)
C5M10Y0K13 (5%, 10%, 0%, 13%)
(0.05 / 0.10 / 0.00 / 0.13)

CMYK percentages

%4.52
%9.5
%0
%13.33

Codes

Color #D3C8DD in popluar color models

D3 C8 DD
RGB 211 200 221
HSL 271° 23.60% 82.55%
HSB/HSV 271° 9.50% 86.67%
CMYK 4.52% 9.50% 0.00%
13.33%

Color #D3C8DD in popluar number systems.

HEX D3 C8 DD
Decimal 211 200 221
Binary 11010011 11001000 11011101
Octal 323 310 335

Shades and tints

Shades of #D3C8DD

#D3C8DD
(211,200,221)
#C0B6C9
(192,182,201)
#ADA4B5
(173,164,181)
#9A92A1
(154,146,161)
#87808D
(135,128,141)
#746E79
(116,110,121)
#615C65
(97,92,101)
#4E4A51
(78,74,81)
#3B383D
(59,56,61)
#282629
(40,38,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #D3C8DD

#D3C8DD
(211,200,221)
#D7CDE0
(215,205,224)
#DBD2E3
(219,210,227)
#DFD7E6
(223,215,230)
#E3DCE9
(227,220,233)
#E7E1EC
(231,225,236)
#EBE6EF
(235,230,239)
#EFEBF2
(239,235,242)
#F3F0F5
(243,240,245)
#F7F5F8
(247,245,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C8DD color. Also use rgb(211,200,221) instead hex code.

Text Font Color

.myTextColor { color: #D3C8DD; }

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

This text font color is #D3C8DD.

Background Color

.myBgColor { background-color: #D3C8DD; }

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

This div background color is #D3C8DD.

Border color

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

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

This div border color is #D3C8DD.

Opacity

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

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

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

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

This text has shadow with #D3C8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C8DD.

Preview

Color preview on black background

This text has color #D3C8DD on black background.


Color preview on white background

This text has color #D3C8DD on white background.


Black color preview on #D3C8DD background

This text has black color on #D3C8DD background.


White color preview on #D3C8DD background

This text has white color on #D3C8DD background.


Related colors

Complementary color

Complementary color for #hex is #2C3722.


I love getcolorcode.com

Triadic colors

1 #DDD3C8 and #C8DDD3 with #D3C8DD are triadic colors.

2 #DDC8D3 and #C8D3DD with #D3C8DD are triadic colors.