COLOR #D9C9E5

HEX: #D9C9E5
RGB: (217,201,229)

Color info

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

RGB color model

#D9C9E5 color RGB value is (217,201,229).

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

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 229 of 255 = 90%

217
201
229

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

Portions of RGB colors in percentages

R + G + B =
217 + 201 + 229 = 647 (100%)
R 217 of 647 ~ 33.54%
G 201 of 647 ~ 31.07%
B 229 of 647 ~ 35.39%

%33.54
%31.07
%35.39

CMYK color model

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

  • cyan value is 5.24%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,12,0,10)
C5M12Y0K10 
(5%,12%,0%,10%)
(0.05/0.12/0.00/0.10)	

CMYK percentages

%5.24
%12.23
%0
%10.2

Codes

Color #D9C9E5 in popluar color models

D9C9E5
RGB217201229
HSL274°35.00%84.31%
HSB/HSV274°12.23%89.80%
CMYK5.24%12.23%0.00%
10.20%

Color #D9C9E5 in popluar number systems.

HEXD9C9E5
Decimal217201229
Binary110110011100100111100101
Octal331311345

Shades and tints

Shades of #D9C9E5

#D9C9E5
(217,201,229)
#C6B7D1
(198,183,209)
#B3A5BD
(179,165,189)
#A093A9
(160,147,169)
#8D8195
(141,129,149)
#7A6F81
(122,111,129)
#675D6D
(103,93,109)
#544B59
(84,75,89)
#413945
(65,57,69)
#2E2731
(46,39,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #D9C9E5

#D9C9E5
(217,201,229)
#DCCDE7
(220,205,231)
#DFD1E9
(223,209,233)
#E2D5EB
(226,213,235)
#E5D9ED
(229,217,237)
#E8DDEF
(232,221,239)
#EBE1F1
(235,225,241)
#EEE5F3
(238,229,243)
#F1E9F5
(241,233,245)
#F4EDF7
(244,237,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C9E5; }

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

This text font color is #D9C9E5.


Background Color

.myBgColor { background-color: #D9C9E5; }

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

This div background color is #D9C9E5.


Border color

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

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

This div border color is #D9C9E5.


Opacity

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

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

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

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

This text has shadow with #D9C9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C9E5 on black background.


Color preview on white background

This text has color #D9C9E5 on white background.



Black color preview on #D9C9E5 background

This text has black color on #D9C9E5 background.


White color preview on #D9C9E5 background

This text has white color on #D9C9E5 background.