COLOR #D9CDE5

HEX: #D9CDE5
RGB: (217,205,229)

Color info

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

RGB color model

#D9CDE5 color RGB value is (217,205,229).

  • red value is 217;
  • green value is 205;
  • blue value is 229.
RGB:
(217,205,229)
(85%,80%,90%)

RGB channels and saturation

R 217 of 255 = 85%
G 205 of 255 = 80%
B 229 of 255 = 90%

217
205
229

R + G + B ~ 85%. #D9CDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 205 + 229 = 651 (100%)
R 217 of 651 ~ 33.33%
G 205 of 651 ~ 31.49%
B 229 of 651 ~ 35.18%

%33.33
%31.49
%35.18

CMYK color model

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

  • cyan value is 5.24%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,10,0,10)
C5M10Y0K10 
(5%,10%,0%,10%)
(0.05/0.10/0.00/0.10)	

CMYK percentages

%5.24
%10.48
%0
%10.2

Codes

Color #D9CDE5 in popluar color models

D9CDE5
RGB217205229
HSL270°31.58%85.10%
HSB/HSV270°10.48%89.80%
CMYK5.24%10.48%0.00%
10.20%

Color #D9CDE5 in popluar number systems.

HEXD9CDE5
Decimal217205229
Binary110110011100110111100101
Octal331315345

Shades and tints

Shades of #D9CDE5

#D9CDE5
(217,205,229)
#C6BBD1
(198,187,209)
#B3A9BD
(179,169,189)
#A097A9
(160,151,169)
#8D8595
(141,133,149)
#7A7381
(122,115,129)
#67616D
(103,97,109)
#544F59
(84,79,89)
#413D45
(65,61,69)
#2E2B31
(46,43,49)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #D9CDE5

#D9CDE5
(217,205,229)
#DCD1E7
(220,209,231)
#DFD5E9
(223,213,233)
#E2D9EB
(226,217,235)
#E5DDED
(229,221,237)
#E8E1EF
(232,225,239)
#EBE5F1
(235,229,241)
#EEE9F3
(238,233,243)
#F1EDF5
(241,237,245)
#F4F1F7
(244,241,247)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CDE5; }

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

This text font color is #D9CDE5.


Background Color

.myBgColor { background-color: #D9CDE5; }

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

This div background color is #D9CDE5.


Border color

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

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

This div border color is #D9CDE5.


Opacity

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

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

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

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

This text has shadow with #D9CDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CDE5 on black background.


Color preview on white background

This text has color #D9CDE5 on white background.



Black color preview on #D9CDE5 background

This text has black color on #D9CDE5 background.


White color preview on #D9CDE5 background

This text has white color on #D9CDE5 background.