COLOR #DFCFDB

HEX: #DFCFDB
RGB: (223,207,219)

Color info

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

RGB color model

#DFCFDB color RGB value is (223,207,219).

  • red value is 223;
  • green value is 207;
  • blue value is 219.
RGB:
(223,207,219)
(87%,81%,86%)

RGB channels and saturation

R 223 of 255 = 87%
G 207 of 255 = 81%
B 219 of 255 = 86%

223
207
219

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

Portions of RGB colors in percentages

R + G + B =
223 + 207 + 219 = 649 (100%)
R 223 of 649 ~ 34.36%
G 207 of 649 ~ 31.9%
B 219 of 649 ~ 33.74%

%34.36
%31.9
%33.74

CMYK color model

#DFCFDB color CMYK value is (0,7,2,13).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(0,7,2,13)
C0M7Y2K13 
(0%,7%,2%,13%)
(0.00/0.07/0.02/0.13)	

CMYK percentages

%0
%7.17
%1.79
%12.55

Codes

Color #DFCFDB in popluar color models

DFCFDB
RGB223207219
HSL315°20.00%84.31%
HSB/HSV315°7.17%87.45%
CMYK0.00%7.17%1.79%
12.55%

Color #DFCFDB in popluar number systems.

HEXDFCFDB
Decimal223207219
Binary110111111100111111011011
Octal337317333

Shades and tints

Shades of #DFCFDB

#DFCFDB
(223,207,219)
#CBBDC8
(203,189,200)
#B7ABB5
(183,171,181)
#A399A2
(163,153,162)
#8F878F
(143,135,143)
#7B757C
(123,117,124)
#676369
(103,99,105)
#535156
(83,81,86)
#3F3F43
(63,63,67)
#2B2D30
(43,45,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFCFDB

#DFCFDB
(223,207,219)
#E1D3DE
(225,211,222)
#E3D7E1
(227,215,225)
#E5DBE4
(229,219,228)
#E7DFE7
(231,223,231)
#E9E3EA
(233,227,234)
#EBE7ED
(235,231,237)
#EDEBF0
(237,235,240)
#EFEFF3
(239,239,243)
#F1F3F6
(241,243,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCFDB color. Also use rgb(223,207,219) instead hex code.

Text Font Color

.myTextColor { color: #DFCFDB; }

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

This text font color is #DFCFDB.


Background Color

.myBgColor { background-color: #DFCFDB; }

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

This div background color is #DFCFDB.


Border color

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

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

This div border color is #DFCFDB.


Opacity

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

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

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

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

This text has shadow with #DFCFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCFDB on black background.


Color preview on white background

This text has color #DFCFDB on white background.



Black color preview on #DFCFDB background

This text has black color on #DFCFDB background.


White color preview on #DFCFDB background

This text has white color on #DFCFDB background.