COLOR #D6C4DF

HEX: #D6C4DF
RGB: (214,196,223)

Color info

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

RGB color model

#D6C4DF color RGB value is (214,196,223).

  • red value is 214;
  • green value is 196;
  • blue value is 223.
RGB:
(214,196,223)
(84%,77%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 223 of 255 = 87%

214
196
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 196 + 223 = 633 (100%)
R 214 of 633 ~ 33.81%
G 196 of 633 ~ 30.96%
B 223 of 633 ~ 35.23%

%33.81
%30.96
%35.23

CMYK color model

#D6C4DF color CMYK value is (4,12,0,13).

  • cyan value is 4.04%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,12,0,13)
C4M12Y0K13 
(4%,12%,0%,13%)
(0.04/0.12/0.00/0.13)	

CMYK percentages

%4.04
%12.11
%0
%12.55

Codes

Color #D6C4DF in popluar color models

D6C4DF
RGB214196223
HSL280°29.67%82.16%
HSB/HSV280°12.11%87.45%
CMYK4.04%12.11%0.00%
12.55%

Color #D6C4DF in popluar number systems.

HEXD6C4DF
Decimal214196223
Binary110101101100010011011111
Octal326304337

Shades and tints

Shades of #D6C4DF

#D6C4DF
(214,196,223)
#C3B3CB
(195,179,203)
#B0A2B7
(176,162,183)
#9D91A3
(157,145,163)
#8A808F
(138,128,143)
#776F7B
(119,111,123)
#645E67
(100,94,103)
#514D53
(81,77,83)
#3E3C3F
(62,60,63)
#2B2B2B
(43,43,43)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #D6C4DF

#D6C4DF
(214,196,223)
#D9C9E1
(217,201,225)
#DCCEE3
(220,206,227)
#DFD3E5
(223,211,229)
#E2D8E7
(226,216,231)
#E5DDE9
(229,221,233)
#E8E2EB
(232,226,235)
#EBE7ED
(235,231,237)
#EEECEF
(238,236,239)
#F1F1F1
(241,241,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C4DF color. Also use rgb(214,196,223) instead hex code.

Text Font Color

.myTextColor { color: #D6C4DF; }

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

This text font color is #D6C4DF.


Background Color

.myBgColor { background-color: #D6C4DF; }

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

This div background color is #D6C4DF.


Border color

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

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

This div border color is #D6C4DF.


Opacity

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

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

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

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

This text has shadow with #D6C4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4DF on black background.


Color preview on white background

This text has color #D6C4DF on white background.



Black color preview on #D6C4DF background

This text has black color on #D6C4DF background.


White color preview on #D6C4DF background

This text has white color on #D6C4DF background.