COLOR #D1C4D5

HEX: #D1C4D5 RGB: (209,196,213)

Color info

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

RGB color model

#D1C4D5 color RGB value is (209,196,213).

RGB: (209,196,213) (82%, 77%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 196 of 255 = 77%
B 213 of 255 = 84%

209
196
213

R + G + B ~ 81%. #D1C4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 196 + 213 = 618 (100%)
R 209 of 618 ~ 33.82%
G 196 of 618 ~ 31.72%
B 213 of 618 ~ 34.47'%

%33.82
%31.72
%34.47

CMYK color model

#D1C4D5 color CMYK value is (2,8,0,16).

  • cyan value is 1.88%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (2,8,0,16) C2M8Y0K16 (2%,8%,0%,16%) (0.02/0.08/0.00/0.16) 

CMYK percentages

%1.88
%7.98
%0
%16.47

Codes

Color #D1C4D5 in popluar color models

D1 C4 D5
RGB 209 196 213
HSL 286° 16.83% 80.20%
HSB/HSV 286° 7.98% 83.53%
CMYK 1.88% 7.98% 0.00%
16.47%

Color #D1C4D5 in popluar number systems.

HEX D1 C4 D5
Decimal 209 196 213
Binary 11010001 11000100 11010101
Octal 321 304 325

Shades and tints

Shades of #D1C4D5

#D1C4D5
(209,196,213)
#BEB3C2
(190,179,194)
#ABA2AF
(171,162,175)
#98919C
(152,145,156)
#858089
(133,128,137)
#726F76
(114,111,118)
#5F5E63
(95,94,99)
#4C4D50
(76,77,80)
#393C3D
(57,60,61)
#262B2A
(38,43,42)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1C4D5

#D1C4D5
(209,196,213)
#D5C9D8
(213,201,216)
#D9CEDB
(217,206,219)
#DDD3DE
(221,211,222)
#E1D8E1
(225,216,225)
#E5DDE4
(229,221,228)
#E9E2E7
(233,226,231)
#EDE7EA
(237,231,234)
#F1ECED
(241,236,237)
#F5F1F0
(245,241,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C4D5 color. Also use rgb(209,196,213) instead hex code.

Text Font Color

.myTextColor { color: #D1C4D5; }

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

This text font color is #D1C4D5.

Background Color

.myBgColor { background-color: #D1C4D5; }

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

This div background color is #D1C4D5.

Border color

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

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

This div border color is #D1C4D5.

Opacity

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

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

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

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

This text has shadow with #D1C4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C4D5.

Preview

Color preview on black background

This text has color #D1C4D5 on black background.


Color preview on white background

This text has color #D1C4D5 on white background.


Black color preview on #D1C4D5 background

This text has black color on #D1C4D5 background.


White color preview on #D1C4D5 background

This text has white color on #D1C4D5 background.


Related colors

Complementary color

Complementary color for #hex is #2E3B2A.


I love getcolorcode.com

Triadic colors

1 #D5D1C4 and #C4D5D1 with #D1C4D5 are triadic colors.

2 #D5C4D1 and #C4D1D5 with #D1C4D5 are triadic colors.