COLOR #D8CDE7

HEX: #D8CDE7
RGB: (216,205,231)

Color info

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

RGB color model

#D8CDE7 color RGB value is (216,205,231).

  • red value is 216;
  • green value is 205;
  • blue value is 231.
RGB:
(216,205,231)
(85%,80%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 205 of 255 = 80%
B 231 of 255 = 91%

216
205
231

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

Portions of RGB colors in percentages

R + G + B =
216 + 205 + 231 = 652 (100%)
R 216 of 652 ~ 33.13%
G 205 of 652 ~ 31.44%
B 231 of 652 ~ 35.43%

%33.13
%31.44
%35.43

CMYK color model

#D8CDE7 color CMYK value is (6,11,0,9).

  • cyan value is 6.49%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,11,0,9)
C6M11Y0K9 
(6%,11%,0%,9%)
(0.06/0.11/0.00/0.09)	

CMYK percentages

%6.49
%11.26
%0
%9.41

Codes

Color #D8CDE7 in popluar color models

D8CDE7
RGB216205231
HSL265°35.14%85.49%
HSB/HSV265°11.26%90.59%
CMYK6.49%11.26%0.00%
9.41%

Color #D8CDE7 in popluar number systems.

HEXD8CDE7
Decimal216205231
Binary110110001100110111100111
Octal330315347

Shades and tints

Shades of #D8CDE7

#D8CDE7
(216,205,231)
#C5BBD2
(197,187,210)
#B2A9BD
(178,169,189)
#9F97A8
(159,151,168)
#8C8593
(140,133,147)
#79737E
(121,115,126)
#666169
(102,97,105)
#534F54
(83,79,84)
#403D3F
(64,61,63)
#2D2B2A
(45,43,42)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #D8CDE7

#D8CDE7
(216,205,231)
#DBD1E9
(219,209,233)
#DED5EB
(222,213,235)
#E1D9ED
(225,217,237)
#E4DDEF
(228,221,239)
#E7E1F1
(231,225,241)
#EAE5F3
(234,229,243)
#EDE9F5
(237,233,245)
#F0EDF7
(240,237,247)
#F3F1F9
(243,241,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CDE7 color. Also use rgb(216,205,231) instead hex code.

Text Font Color

.myTextColor { color: #D8CDE7; }

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

This text font color is #D8CDE7.


Background Color

.myBgColor { background-color: #D8CDE7; }

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

This div background color is #D8CDE7.


Border color

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

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

This div border color is #D8CDE7.


Opacity

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

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

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

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

This text has shadow with #D8CDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CDE7 on black background.


Color preview on white background

This text has color #D8CDE7 on white background.



Black color preview on #D8CDE7 background

This text has black color on #D8CDE7 background.


White color preview on #D8CDE7 background

This text has white color on #D8CDE7 background.