COLOR #DFCCDA

HEX: #DFCCDA
RGB: (223,204,218)

Color info

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

RGB color model

#DFCCDA color RGB value is (223,204,218).

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

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 218 of 255 = 85%

223
204
218

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 218 = 645 (100%)
R 223 of 645 ~ 34.57%
G 204 of 645 ~ 31.63%
B 218 of 645 ~ 33.8%

%34.57
%31.63
%33.8

CMYK color model

#DFCCDA color CMYK value is (0,9,2,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(0,9,2,13)
C0M9Y2K13 
(0%,9%,2%,13%)
(0.00/0.09/0.02/0.13)	

CMYK percentages

%0
%8.52
%2.24
%12.55

Codes

Color #DFCCDA in popluar color models

DFCCDA
RGB223204218
HSL316°22.89%83.73%
HSB/HSV316°8.52%87.45%
CMYK0.00%8.52%2.24%
12.55%

Color #DFCCDA in popluar number systems.

HEXDFCCDA
Decimal223204218
Binary110111111100110011011010
Octal337314332

Shades and tints

Shades of #DFCCDA

#DFCCDA
(223,204,218)
#CBBAC7
(203,186,199)
#B7A8B4
(183,168,180)
#A396A1
(163,150,161)
#8F848E
(143,132,142)
#7B727B
(123,114,123)
#676068
(103,96,104)
#534E55
(83,78,85)
#3F3C42
(63,60,66)
#2B2A2F
(43,42,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFCCDA

#DFCCDA
(223,204,218)
#E1D0DD
(225,208,221)
#E3D4E0
(227,212,224)
#E5D8E3
(229,216,227)
#E7DCE6
(231,220,230)
#E9E0E9
(233,224,233)
#EBE4EC
(235,228,236)
#EDE8EF
(237,232,239)
#EFECF2
(239,236,242)
#F1F0F5
(241,240,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCDA; }

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

This text font color is #DFCCDA.


Background Color

.myBgColor { background-color: #DFCCDA; }

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

This div background color is #DFCCDA.


Border color

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

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

This div border color is #DFCCDA.


Opacity

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

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

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

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

This text has shadow with #DFCCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCDA on black background.


Color preview on white background

This text has color #DFCCDA on white background.



Black color preview on #DFCCDA background

This text has black color on #DFCCDA background.


White color preview on #DFCCDA background

This text has white color on #DFCCDA background.