COLOR #D6CDF8

HEX: #D6CDF8
RGB: (214,205,248)

Color info

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

RGB color model

#D6CDF8 color RGB value is (214,205,248).

  • red value is 214;
  • green value is 205;
  • blue value is 248.
RGB:
(214,205,248)
(84%,80%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 248 of 255 = 97%

214
205
248

R + G + B ~ 87%. #D6CDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 248 = 667 (100%)
R 214 of 667 ~ 32.08%
G 205 of 667 ~ 30.73%
B 248 of 667 ~ 37.18%

%32.08
%30.73
%37.18

CMYK color model

#D6CDF8 color CMYK value is (14,17,0,3).

  • cyan value is 13.71%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,17,0,3)
C14M17Y0K3 
(14%,17%,0%,3%)
(0.14/0.17/0.00/0.03)	

CMYK percentages

%13.71
%17.34
%0
%2.75

Codes

Color #D6CDF8 in popluar color models

D6CDF8
RGB214205248
HSL253°75.44%88.82%
HSB/HSV253°17.34%97.25%
CMYK13.71%17.34%0.00%
2.75%

Color #D6CDF8 in popluar number systems.

HEXD6CDF8
Decimal214205248
Binary110101101100110111111000
Octal326315370

Shades and tints

Shades of #D6CDF8

#D6CDF8
(214,205,248)
#C3BBE2
(195,187,226)
#B0A9CC
(176,169,204)
#9D97B6
(157,151,182)
#8A85A0
(138,133,160)
#77738A
(119,115,138)
#646174
(100,97,116)
#514F5E
(81,79,94)
#3E3D48
(62,61,72)
#2B2B32
(43,43,50)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #D6CDF8

#D6CDF8
(214,205,248)
#D9D1F8
(217,209,248)
#DCD5F8
(220,213,248)
#DFD9F8
(223,217,248)
#E2DDF8
(226,221,248)
#E5E1F8
(229,225,248)
#E8E5F8
(232,229,248)
#EBE9F8
(235,233,248)
#EEEDF8
(238,237,248)
#F1F1F8
(241,241,248)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDF8 color. Also use rgb(214,205,248) instead hex code.

Text Font Color

.myTextColor { color: #D6CDF8; }

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

This text font color is #D6CDF8.


Background Color

.myBgColor { background-color: #D6CDF8; }

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

This div background color is #D6CDF8.


Border color

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

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

This div border color is #D6CDF8.


Opacity

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

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

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

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

This text has shadow with #D6CDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDF8 on black background.


Color preview on white background

This text has color #D6CDF8 on white background.



Black color preview on #D6CDF8 background

This text has black color on #D6CDF8 background.


White color preview on #D6CDF8 background

This text has white color on #D6CDF8 background.