COLOR #D9D1E5

HEX: #D9D1E5 RGB: (217,209,229)

Color info

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

RGB color model

#D9D1E5 color RGB value is (217,209,229).

RGB: (217,209,229) (85%, 82%, 90%)

RGB channels and saturation

R 217 of 255 = 85%
G 209 of 255 = 82%
B 229 of 255 = 90%

217
209
229

R + G + B ~ 86%. #D9D1E5 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 209 + 229 = 655 (100%)
R 217 of 655 ~ 33.13%
G 209 of 655 ~ 31.91%
B 229 of 655 ~ 34.96'%

%33.13
%31.91
%34.96

CMYK color model

#D9D1E5 color CMYK value is (5,9,0,10).

  • cyan value is 5.24%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (5,9,0,10) C5M9Y0K10 (5%,9%,0%,10%) (0.05/0.09/0.00/0.10) 

CMYK percentages

%5.24
%8.73
%0
%10.2

Codes

Color #D9D1E5 in popluar color models

D9 D1 E5
RGB 217 209 229
HSL 264° 27.78% 85.88%
HSB/HSV 264° 8.73% 89.80%
CMYK 5.24% 8.73% 0.00%
10.20%

Color #D9D1E5 in popluar number systems.

HEX D9 D1 E5
Decimal 217 209 229
Binary 11011001 11010001 11100101
Octal 331 321 345

Shades and tints

Shades of #D9D1E5

#D9D1E5
(217,209,229)
#C6BED1
(198,190,209)
#B3ABBD
(179,171,189)
#A098A9
(160,152,169)
#8D8595
(141,133,149)
#7A7281
(122,114,129)
#675F6D
(103,95,109)
#544C59
(84,76,89)
#413945
(65,57,69)
#2E2631
(46,38,49)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #D9D1E5

#D9D1E5
(217,209,229)
#DCD5E7
(220,213,231)
#DFD9E9
(223,217,233)
#E2DDEB
(226,221,235)
#E5E1ED
(229,225,237)
#E8E5EF
(232,229,239)
#EBE9F1
(235,233,241)
#EEEDF3
(238,237,243)
#F1F1F5
(241,241,245)
#F4F5F7
(244,245,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D1E5 color. Also use rgb(217,209,229) instead hex code.

Text Font Color

.myTextColor { color: #D9D1E5; }

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

This text font color is #D9D1E5.

Background Color

.myBgColor { background-color: #D9D1E5; }

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

This div background color is #D9D1E5.

Border color

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

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

This div border color is #D9D1E5.

Opacity

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

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

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

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

This text has shadow with #D9D1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D1E5.

Preview

Color preview on black background

This text has color #D9D1E5 on black background.


Color preview on white background

This text has color #D9D1E5 on white background.


Black color preview on #D9D1E5 background

This text has black color on #D9D1E5 background.


White color preview on #D9D1E5 background

This text has white color on #D9D1E5 background.


Related colors

Complementary color

Complementary color for #hex is #262E1A.


I love getcolorcode.com

Triadic colors

1 #E5D9D1 and #D1E5D9 with #D9D1E5 are triadic colors.

2 #E5D1D9 and #D1D9E5 with #D9D1E5 are triadic colors.