COLOR #D1C3DD

HEX: #D1C3DD RGB: (209,195,221)

Color info

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

RGB color model

#D1C3DD color RGB value is (209,195,221).

RGB: (209,195,221) (82%, 76%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 221 of 255 = 87%

209
195
221

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

Portions of RGB colors in percentages

R + G + B = 209 + 195 + 221 = 625 (100%)
R 209 of 625 ~ 33.44%
G 195 of 625 ~ 31.2%
B 221 of 625 ~ 35.36'%

%33.44
%31.2
%35.36

CMYK color model

#D1C3DD color CMYK value is (5,12,0,13).

  • cyan value is 5.43%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,12,0,13)
C5M12Y0K13 (5%, 12%, 0%, 13%)
(0.05 / 0.12 / 0.00 / 0.13)

CMYK percentages

%5.43
%11.76
%0
%13.33

Codes

Color #D1C3DD in popluar color models

D1 C3 DD
RGB 209 195 221
HSL 272° 27.66% 81.57%
HSB/HSV 272° 11.76% 86.67%
CMYK 5.43% 11.76% 0.00%
13.33%

Color #D1C3DD in popluar number systems.

HEX D1 C3 DD
Decimal 209 195 221
Binary 11010001 11000011 11011101
Octal 321 303 335

Shades and tints

Shades of #D1C3DD

#D1C3DD
(209,195,221)
#BEB2C9
(190,178,201)
#ABA1B5
(171,161,181)
#9890A1
(152,144,161)
#857F8D
(133,127,141)
#726E79
(114,110,121)
#5F5D65
(95,93,101)
#4C4C51
(76,76,81)
#393B3D
(57,59,61)
#262A29
(38,42,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #D1C3DD

#D1C3DD
(209,195,221)
#D5C8E0
(213,200,224)
#D9CDE3
(217,205,227)
#DDD2E6
(221,210,230)
#E1D7E9
(225,215,233)
#E5DCEC
(229,220,236)
#E9E1EF
(233,225,239)
#EDE6F2
(237,230,242)
#F1EBF5
(241,235,245)
#F5F0F8
(245,240,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C3DD color. Also use rgb(209,195,221) instead hex code.

Text Font Color

.myTextColor { color: #D1C3DD; }

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

This text font color is #D1C3DD.

Background Color

.myBgColor { background-color: #D1C3DD; }

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

This div background color is #D1C3DD.

Border color

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

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

This div border color is #D1C3DD.

Opacity

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

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

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

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

This text has shadow with #D1C3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C3DD.

Preview

Color preview on black background

This text has color #D1C3DD on black background.


Color preview on white background

This text has color #D1C3DD on white background.


Black color preview on #D1C3DD background

This text has black color on #D1C3DD background.


White color preview on #D1C3DD background

This text has white color on #D1C3DD background.


Related colors

Complementary color

Complementary color for #hex is #2E3C22.


I love getcolorcode.com

Triadic colors

1 #DDD1C3 and #C3DDD1 with #D1C3DD are triadic colors.

2 #DDC3D1 and #C3D1DD with #D1C3DD are triadic colors.