COLOR #D3C6DD

HEX: #D3C6DD RGB: (211,198,221)

Color info

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

RGB color model

#D3C6DD color RGB value is (211,198,221).

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

RGB channels and saturation

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

211
198
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 198 + 221 = 630 (100%)
R 211 of 630 ~ 33.49%
G 198 of 630 ~ 31.43%
B 221 of 630 ~ 35.08'%

%33.49
%31.43
%35.08

CMYK color model

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

  • cyan value is 4.52%
  • magenta value is 10.41%
  • 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
%10.41
%0
%13.33

Codes

Color #D3C6DD in popluar color models

D3 C6 DD
RGB 211 198 221
HSL 274° 25.27% 82.16%
HSB/HSV 274° 10.41% 86.67%
CMYK 4.52% 10.41% 0.00%
13.33%

Color #D3C6DD in popluar number systems.

HEX D3 C6 DD
Decimal 211 198 221
Binary 11010011 11000110 11011101
Octal 323 306 335

Shades and tints

Shades of #D3C6DD

#D3C6DD
(211,198,221)
#C0B4C9
(192,180,201)
#ADA2B5
(173,162,181)
#9A90A1
(154,144,161)
#877E8D
(135,126,141)
#746C79
(116,108,121)
#615A65
(97,90,101)
#4E4851
(78,72,81)
#3B363D
(59,54,61)
#282429
(40,36,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D3C6DD

#D3C6DD
(211,198,221)
#D7CBE0
(215,203,224)
#DBD0E3
(219,208,227)
#DFD5E6
(223,213,230)
#E3DAE9
(227,218,233)
#E7DFEC
(231,223,236)
#EBE4EF
(235,228,239)
#EFE9F2
(239,233,242)
#F3EEF5
(243,238,245)
#F7F3F8
(247,243,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C6DD; }

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

This text font color is #D3C6DD.

Background Color

.myBgColor { background-color: #D3C6DD; }

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

This div background color is #D3C6DD.

Border color

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

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

This div border color is #D3C6DD.

Opacity

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

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

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

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

This text has shadow with #D3C6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C6DD.

Preview

Color preview on black background

This text has color #D3C6DD on black background.


Color preview on white background

This text has color #D3C6DD on white background.


Black color preview on #D3C6DD background

This text has black color on #D3C6DD background.


White color preview on #D3C6DD background

This text has white color on #D3C6DD background.


Related colors

Complementary color

Complementary color for #hex is #2C3922.


I love getcolorcode.com

Triadic colors

1 #DDD3C6 and #C6DDD3 with #D3C6DD are triadic colors.

2 #DDC6D3 and #C6D3DD with #D3C6DD are triadic colors.