COLOR #DFCCD5

HEX: #DFCCD5
RGB: (223,204,213)

Color info

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

RGB color model

#DFCCD5 color RGB value is (223,204,213).

  • red value is 223;
  • green value is 204;
  • blue value is 213.
RGB:
(223,204,213)
(87%,80%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 213 of 255 = 84%

223
204
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 213 = 640 (100%)
R 223 of 640 ~ 34.84%
G 204 of 640 ~ 31.88%
B 213 of 640 ~ 33.28%

%34.84
%31.88
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(0,9,4,13)
C0M9Y4K13 
(0%,9%,4%,13%)
(0.00/0.09/0.04/0.13)	

CMYK percentages

%0
%8.52
%4.48
%12.55

Codes

Color #DFCCD5 in popluar color models

DFCCD5
RGB223204213
HSL332°22.89%83.73%
HSB/HSV332°8.52%87.45%
CMYK0.00%8.52%4.48%
12.55%

Color #DFCCD5 in popluar number systems.

HEXDFCCD5
Decimal223204213
Binary110111111100110011010101
Octal337314325

Shades and tints

Shades of #DFCCD5

#DFCCD5
(223,204,213)
#CBBAC2
(203,186,194)
#B7A8AF
(183,168,175)
#A3969C
(163,150,156)
#8F8489
(143,132,137)
#7B7276
(123,114,118)
#676063
(103,96,99)
#534E50
(83,78,80)
#3F3C3D
(63,60,61)
#2B2A2A
(43,42,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFCCD5

#DFCCD5
(223,204,213)
#E1D0D8
(225,208,216)
#E3D4DB
(227,212,219)
#E5D8DE
(229,216,222)
#E7DCE1
(231,220,225)
#E9E0E4
(233,224,228)
#EBE4E7
(235,228,231)
#EDE8EA
(237,232,234)
#EFECED
(239,236,237)
#F1F0F0
(241,240,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCCD5 color. Also use rgb(223,204,213) instead hex code.

Text Font Color

.myTextColor { color: #DFCCD5; }

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

This text font color is #DFCCD5.


Background Color

.myBgColor { background-color: #DFCCD5; }

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

This div background color is #DFCCD5.


Border color

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

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

This div border color is #DFCCD5.


Opacity

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

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

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

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

This text has shadow with #DFCCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCD5 on black background.


Color preview on white background

This text has color #DFCCD5 on white background.



Black color preview on #DFCCD5 background

This text has black color on #DFCCD5 background.


White color preview on #DFCCD5 background

This text has white color on #DFCCD5 background.