COLOR #DFC3D6

HEX: #DFC3D6
RGB: (223,195,214)

Color info

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

RGB color model

#DFC3D6 color RGB value is (223,195,214).

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

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 214 of 255 = 84%

223
195
214

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

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 214 = 632 (100%)
R 223 of 632 ~ 35.28%
G 195 of 632 ~ 30.85%
B 214 of 632 ~ 33.86%

%35.28
%30.85
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,13,4,13)
C0M13Y4K13 
(0%,13%,4%,13%)
(0.00/0.13/0.04/0.13)	

CMYK percentages

%0
%12.56
%4.04
%12.55

Codes

Color #DFC3D6 in popluar color models

DFC3D6
RGB223195214
HSL319°30.43%81.96%
HSB/HSV319°12.56%87.45%
CMYK0.00%12.56%4.04%
12.55%

Color #DFC3D6 in popluar number systems.

HEXDFC3D6
Decimal223195214
Binary110111111100001111010110
Octal337303326

Shades and tints

Shades of #DFC3D6

#DFC3D6
(223,195,214)
#CBB2C3
(203,178,195)
#B7A1B0
(183,161,176)
#A3909D
(163,144,157)
#8F7F8A
(143,127,138)
#7B6E77
(123,110,119)
#675D64
(103,93,100)
#534C51
(83,76,81)
#3F3B3E
(63,59,62)
#2B2A2B
(43,42,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #DFC3D6

#DFC3D6
(223,195,214)
#E1C8D9
(225,200,217)
#E3CDDC
(227,205,220)
#E5D2DF
(229,210,223)
#E7D7E2
(231,215,226)
#E9DCE5
(233,220,229)
#EBE1E8
(235,225,232)
#EDE6EB
(237,230,235)
#EFEBEE
(239,235,238)
#F1F0F1
(241,240,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC3D6; }

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

This text font color is #DFC3D6.


Background Color

.myBgColor { background-color: #DFC3D6; }

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

This div background color is #DFC3D6.


Border color

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

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

This div border color is #DFC3D6.


Opacity

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

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

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

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

This text has shadow with #DFC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC3D6 on black background.


Color preview on white background

This text has color #DFC3D6 on white background.



Black color preview on #DFC3D6 background

This text has black color on #DFC3D6 background.


White color preview on #DFC3D6 background

This text has white color on #DFC3D6 background.