COLOR #D9CCDA

HEX: #D9CCDA
RGB: (217,204,218)

Color info

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

RGB color model

#D9CCDA color RGB value is (217,204,218).

  • red value is 217;
  • green value is 204;
  • blue value is 218.
RGB:
(217,204,218)
(85%,80%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 218 of 255 = 85%

217
204
218

R + G + B ~ 83%. #D9CCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 218 = 639 (100%)
R 217 of 639 ~ 33.96%
G 204 of 639 ~ 31.92%
B 218 of 639 ~ 34.12%

%33.96
%31.92
%34.12

CMYK color model

#D9CCDA color CMYK value is (0,6,0,15).

  • cyan value is 0.46%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,6,0,15)
C0M6Y0K15 
(0%,6%,0%,15%)
(0.00/0.06/0.00/0.15)	

CMYK percentages

%0.46
%6.42
%0
%14.51

Codes

Color #D9CCDA in popluar color models

D9CCDA
RGB217204218
HSL296°15.91%82.75%
HSB/HSV296°6.42%85.49%
CMYK0.46%6.42%0.00%
14.51%

Color #D9CCDA in popluar number systems.

HEXD9CCDA
Decimal217204218
Binary110110011100110011011010
Octal331314332

Shades and tints

Shades of #D9CCDA

#D9CCDA
(217,204,218)
#C6BAC7
(198,186,199)
#B3A8B4
(179,168,180)
#A096A1
(160,150,161)
#8D848E
(141,132,142)
#7A727B
(122,114,123)
#676068
(103,96,104)
#544E55
(84,78,85)
#413C42
(65,60,66)
#2E2A2F
(46,42,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #D9CCDA

#D9CCDA
(217,204,218)
#DCD0DD
(220,208,221)
#DFD4E0
(223,212,224)
#E2D8E3
(226,216,227)
#E5DCE6
(229,220,230)
#E8E0E9
(232,224,233)
#EBE4EC
(235,228,236)
#EEE8EF
(238,232,239)
#F1ECF2
(241,236,242)
#F4F0F5
(244,240,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCDA color. Also use rgb(217,204,218) instead hex code.

Text Font Color

.myTextColor { color: #D9CCDA; }

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

This text font color is #D9CCDA.


Background Color

.myBgColor { background-color: #D9CCDA; }

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

This div background color is #D9CCDA.


Border color

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

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

This div border color is #D9CCDA.


Opacity

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

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

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

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

This text has shadow with #D9CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCDA on black background.


Color preview on white background

This text has color #D9CCDA on white background.



Black color preview on #D9CCDA background

This text has black color on #D9CCDA background.


White color preview on #D9CCDA background

This text has white color on #D9CCDA background.