COLOR #D6C0DF

HEX: #D6C0DF
RGB: (214,192,223)

Color info

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

RGB color model

#D6C0DF color RGB value is (214,192,223).

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

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 223 of 255 = 87%

214
192
223

R + G + B ~ 82%. #D6C0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 223 = 629 (100%)
R 214 of 629 ~ 34.02%
G 192 of 629 ~ 30.52%
B 223 of 629 ~ 35.45%

%34.02
%30.52
%35.45

CMYK color model

#D6C0DF color CMYK value is (4,14,0,13).

  • cyan value is 4.04%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,14,0,13)
C4M14Y0K13 
(4%,14%,0%,13%)
(0.04/0.14/0.00/0.13)	

CMYK percentages

%4.04
%13.9
%0
%12.55

Codes

Color #D6C0DF in popluar color models

D6C0DF
RGB214192223
HSL283°32.63%81.37%
HSB/HSV283°13.90%87.45%
CMYK4.04%13.90%0.00%
12.55%

Color #D6C0DF in popluar number systems.

HEXD6C0DF
Decimal214192223
Binary110101101100000011011111
Octal326300337

Shades and tints

Shades of #D6C0DF

#D6C0DF
(214,192,223)
#C3AFCB
(195,175,203)
#B09EB7
(176,158,183)
#9D8DA3
(157,141,163)
#8A7C8F
(138,124,143)
#776B7B
(119,107,123)
#645A67
(100,90,103)
#514953
(81,73,83)
#3E383F
(62,56,63)
#2B272B
(43,39,43)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6C0DF

#D6C0DF
(214,192,223)
#D9C5E1
(217,197,225)
#DCCAE3
(220,202,227)
#DFCFE5
(223,207,229)
#E2D4E7
(226,212,231)
#E5D9E9
(229,217,233)
#E8DEEB
(232,222,235)
#EBE3ED
(235,227,237)
#EEE8EF
(238,232,239)
#F1EDF1
(241,237,241)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C0DF; }

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

This text font color is #D6C0DF.


Background Color

.myBgColor { background-color: #D6C0DF; }

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

This div background color is #D6C0DF.


Border color

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

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

This div border color is #D6C0DF.


Opacity

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

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

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

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

This text has shadow with #D6C0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C0DF on black background.


Color preview on white background

This text has color #D6C0DF on white background.



Black color preview on #D6C0DF background

This text has black color on #D6C0DF background.


White color preview on #D6C0DF background

This text has white color on #D6C0DF background.