COLOR #DFC8DB

HEX: #DFC8DB
RGB: (223,200,219)

Color info

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

RGB color model

#DFC8DB color RGB value is (223,200,219).

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

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 219 of 255 = 86%

223
200
219

R + G + B ~ 84%. #DFC8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 200 + 219 = 642 (100%)
R 223 of 642 ~ 34.74%
G 200 of 642 ~ 31.15%
B 219 of 642 ~ 34.11%

%34.74
%31.15
%34.11

CMYK color model

#DFC8DB color CMYK value is (0,10,2,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(0,10,2,13)
C0M10Y2K13 
(0%,10%,2%,13%)
(0.00/0.10/0.02/0.13)	

CMYK percentages

%0
%10.31
%1.79
%12.55

Codes

Color #DFC8DB in popluar color models

DFC8DB
RGB223200219
HSL310°26.44%82.94%
HSB/HSV310°10.31%87.45%
CMYK0.00%10.31%1.79%
12.55%

Color #DFC8DB in popluar number systems.

HEXDFC8DB
Decimal223200219
Binary110111111100100011011011
Octal337310333

Shades and tints

Shades of #DFC8DB

#DFC8DB
(223,200,219)
#CBB6C8
(203,182,200)
#B7A4B5
(183,164,181)
#A392A2
(163,146,162)
#8F808F
(143,128,143)
#7B6E7C
(123,110,124)
#675C69
(103,92,105)
#534A56
(83,74,86)
#3F3843
(63,56,67)
#2B2630
(43,38,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #DFC8DB

#DFC8DB
(223,200,219)
#E1CDDE
(225,205,222)
#E3D2E1
(227,210,225)
#E5D7E4
(229,215,228)
#E7DCE7
(231,220,231)
#E9E1EA
(233,225,234)
#EBE6ED
(235,230,237)
#EDEBF0
(237,235,240)
#EFF0F3
(239,240,243)
#F1F5F6
(241,245,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC8DB; }

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

This text font color is #DFC8DB.


Background Color

.myBgColor { background-color: #DFC8DB; }

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

This div background color is #DFC8DB.


Border color

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

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

This div border color is #DFC8DB.


Opacity

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

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

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

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

This text has shadow with #DFC8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC8DB on black background.


Color preview on white background

This text has color #DFC8DB on white background.



Black color preview on #DFC8DB background

This text has black color on #DFC8DB background.


White color preview on #DFC8DB background

This text has white color on #DFC8DB background.