COLOR #DFCDD2

HEX: #DFCDD2
RGB: (223,205,210)

Color info

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

RGB color model

#DFCDD2 color RGB value is (223,205,210).

  • red value is 223;
  • green value is 205;
  • blue value is 210.
RGB:
(223,205,210)
(87%,80%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 210 of 255 = 82%

223
205
210

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

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 210 = 638 (100%)
R 223 of 638 ~ 34.95%
G 205 of 638 ~ 32.13%
B 210 of 638 ~ 32.92%

%34.95
%32.13
%32.92

CMYK color model

#DFCDD2 color CMYK value is (0,8,6,13).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(0,8,6,13)
C0M8Y6K13 
(0%,8%,6%,13%)
(0.00/0.08/0.06/0.13)	

CMYK percentages

%0
%8.07
%5.83
%12.55

Codes

Color #DFCDD2 in popluar color models

DFCDD2
RGB223205210
HSL343°21.95%83.92%
HSB/HSV343°8.07%87.45%
CMYK0.00%8.07%5.83%
12.55%

Color #DFCDD2 in popluar number systems.

HEXDFCDD2
Decimal223205210
Binary110111111100110111010010
Octal337315322

Shades and tints

Shades of #DFCDD2

#DFCDD2
(223,205,210)
#CBBBBF
(203,187,191)
#B7A9AC
(183,169,172)
#A39799
(163,151,153)
#8F8586
(143,133,134)
#7B7373
(123,115,115)
#676160
(103,97,96)
#534F4D
(83,79,77)
#3F3D3A
(63,61,58)
#2B2B27
(43,43,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFCDD2

#DFCDD2
(223,205,210)
#E1D1D6
(225,209,214)
#E3D5DA
(227,213,218)
#E5D9DE
(229,217,222)
#E7DDE2
(231,221,226)
#E9E1E6
(233,225,230)
#EBE5EA
(235,229,234)
#EDE9EE
(237,233,238)
#EFEDF2
(239,237,242)
#F1F1F6
(241,241,246)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCDD2 color. Also use rgb(223,205,210) instead hex code.

Text Font Color

.myTextColor { color: #DFCDD2; }

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

This text font color is #DFCDD2.


Background Color

.myBgColor { background-color: #DFCDD2; }

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

This div background color is #DFCDD2.


Border color

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

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

This div border color is #DFCDD2.


Opacity

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

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

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

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

This text has shadow with #DFCDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDD2 on black background.


Color preview on white background

This text has color #DFCDD2 on white background.



Black color preview on #DFCDD2 background

This text has black color on #DFCDD2 background.


White color preview on #DFCDD2 background

This text has white color on #DFCDD2 background.