COLOR #D8CDE9

HEX: #D8CDE9
RGB: (216,205,233)

Color info

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

RGB color model

#D8CDE9 color RGB value is (216,205,233).

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

RGB channels and saturation

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

216
205
233

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

Portions of RGB colors in percentages

R + G + B =
216 + 205 + 233 = 654 (100%)
R 216 of 654 ~ 33.03%
G 205 of 654 ~ 31.35%
B 233 of 654 ~ 35.63%

%33.03
%31.35
%35.63

CMYK color model

#D8CDE9 color CMYK value is (7,12,0,9).

  • cyan value is 7.30%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(7,12,0,9)
C7M12Y0K9 
(7%,12%,0%,9%)
(0.07/0.12/0.00/0.09)	

CMYK percentages

%7.3
%12.02
%0
%8.63

Codes

Color #D8CDE9 in popluar color models

D8CDE9
RGB216205233
HSL264°38.89%85.88%
HSB/HSV264°12.02%91.37%
CMYK7.30%12.02%0.00%
8.63%

Color #D8CDE9 in popluar number systems.

HEXD8CDE9
Decimal216205233
Binary110110001100110111101001
Octal330315351

Shades and tints

Shades of #D8CDE9

#D8CDE9
(216,205,233)
#C5BBD4
(197,187,212)
#B2A9BF
(178,169,191)
#9F97AA
(159,151,170)
#8C8595
(140,133,149)
#797380
(121,115,128)
#66616B
(102,97,107)
#534F56
(83,79,86)
#403D41
(64,61,65)
#2D2B2C
(45,43,44)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #D8CDE9

#D8CDE9
(216,205,233)
#DBD1EB
(219,209,235)
#DED5ED
(222,213,237)
#E1D9EF
(225,217,239)
#E4DDF1
(228,221,241)
#E7E1F3
(231,225,243)
#EAE5F5
(234,229,245)
#EDE9F7
(237,233,247)
#F0EDF9
(240,237,249)
#F3F1FB
(243,241,251)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CDE9; }

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

This text font color is #D8CDE9.


Background Color

.myBgColor { background-color: #D8CDE9; }

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

This div background color is #D8CDE9.


Border color

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

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

This div border color is #D8CDE9.


Opacity

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

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

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

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

This text has shadow with #D8CDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CDE9 on black background.


Color preview on white background

This text has color #D8CDE9 on white background.



Black color preview on #D8CDE9 background

This text has black color on #D8CDE9 background.


White color preview on #D8CDE9 background

This text has white color on #D8CDE9 background.