COLOR #D9CDEB

HEX: #D9CDEB
RGB: (217,205,235)

Color info

#D9CDEB contains red, green and blue colors in about the same proportion. Web safe color of #D9CDEB is #CCCCFF (or #CCF).

RGB color model

#D9CDEB color RGB value is (217,205,235).

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

RGB channels and saturation

R 217 of 255 = 85%
G 205 of 255 = 80%
B 235 of 255 = 92%

217
205
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 205 + 235 = 657 (100%)
R 217 of 657 ~ 33.03%
G 205 of 657 ~ 31.2%
B 235 of 657 ~ 35.77%

%33.03
%31.2
%35.77

CMYK color model

#D9CDEB color CMYK value is (8,13,0,8).

  • cyan value is 7.66%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,13,0,8)
C8M13Y0K8 
(8%,13%,0%,8%)
(0.08/0.13/0.00/0.08)	

CMYK percentages

%7.66
%12.77
%0
%7.84

Codes

Color #D9CDEB in popluar color models

D9CDEB
RGB217205235
HSL264°42.86%86.27%
HSB/HSV264°12.77%92.16%
CMYK7.66%12.77%0.00%
7.84%

Color #D9CDEB in popluar number systems.

HEXD9CDEB
Decimal217205235
Binary110110011100110111101011
Octal331315353

Shades and tints

Shades of #D9CDEB

#D9CDEB
(217,205,235)
#C6BBD6
(198,187,214)
#B3A9C1
(179,169,193)
#A097AC
(160,151,172)
#8D8597
(141,133,151)
#7A7382
(122,115,130)
#67616D
(103,97,109)
#544F58
(84,79,88)
#413D43
(65,61,67)
#2E2B2E
(46,43,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #D9CDEB

#D9CDEB
(217,205,235)
#DCD1EC
(220,209,236)
#DFD5ED
(223,213,237)
#E2D9EE
(226,217,238)
#E5DDEF
(229,221,239)
#E8E1F0
(232,225,240)
#EBE5F1
(235,229,241)
#EEE9F2
(238,233,242)
#F1EDF3
(241,237,243)
#F4F1F4
(244,241,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CDEB; }

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

This text font color is #D9CDEB.


Background Color

.myBgColor { background-color: #D9CDEB; }

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

This div background color is #D9CDEB.


Border color

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

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

This div border color is #D9CDEB.


Opacity

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

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

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

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

This text has shadow with #D9CDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CDEB on black background.


Color preview on white background

This text has color #D9CDEB on white background.



Black color preview on #D9CDEB background

This text has black color on #D9CDEB background.


White color preview on #D9CDEB background

This text has white color on #D9CDEB background.