COLOR #DFC2DA

HEX: #DFC2DA
RGB: (223,194,218)

Color info

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

RGB color model

#DFC2DA color RGB value is (223,194,218).

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

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 218 of 255 = 85%

223
194
218

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

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 218 = 635 (100%)
R 223 of 635 ~ 35.12%
G 194 of 635 ~ 30.55%
B 218 of 635 ~ 34.33%

%35.12
%30.55
%34.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(0,13,2,13)
C0M13Y2K13 
(0%,13%,2%,13%)
(0.00/0.13/0.02/0.13)	

CMYK percentages

%0
%13
%2.24
%12.55

Codes

Color #DFC2DA in popluar color models

DFC2DA
RGB223194218
HSL310°31.18%81.76%
HSB/HSV310°13.00%87.45%
CMYK0.00%13.00%2.24%
12.55%

Color #DFC2DA in popluar number systems.

HEXDFC2DA
Decimal223194218
Binary110111111100001011011010
Octal337302332

Shades and tints

Shades of #DFC2DA

#DFC2DA
(223,194,218)
#CBB1C7
(203,177,199)
#B7A0B4
(183,160,180)
#A38FA1
(163,143,161)
#8F7E8E
(143,126,142)
#7B6D7B
(123,109,123)
#675C68
(103,92,104)
#534B55
(83,75,85)
#3F3A42
(63,58,66)
#2B292F
(43,41,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFC2DA

#DFC2DA
(223,194,218)
#E1C7DD
(225,199,221)
#E3CCE0
(227,204,224)
#E5D1E3
(229,209,227)
#E7D6E6
(231,214,230)
#E9DBE9
(233,219,233)
#EBE0EC
(235,224,236)
#EDE5EF
(237,229,239)
#EFEAF2
(239,234,242)
#F1EFF5
(241,239,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC2DA; }

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

This text font color is #DFC2DA.


Background Color

.myBgColor { background-color: #DFC2DA; }

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

This div background color is #DFC2DA.


Border color

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

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

This div border color is #DFC2DA.


Opacity

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

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

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

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

This text has shadow with #DFC2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2DA on black background.


Color preview on white background

This text has color #DFC2DA on white background.



Black color preview on #DFC2DA background

This text has black color on #DFC2DA background.


White color preview on #DFC2DA background

This text has white color on #DFC2DA background.