COLOR #DFC6DE

HEX: #DFC6DE
RGB: (223,198,222)

Color info

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

RGB color model

#DFC6DE color RGB value is (223,198,222).

  • red value is 223;
  • green value is 198;
  • blue value is 222.
RGB:
(223,198,222)
(87%,78%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 222 of 255 = 87%

223
198
222

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

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 222 = 643 (100%)
R 223 of 643 ~ 34.68%
G 198 of 643 ~ 30.79%
B 222 of 643 ~ 34.53%

%34.68
%30.79
%34.53

CMYK color model

#DFC6DE color CMYK value is (0,11,0,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(0,11,0,13)
C0M11Y0K13 
(0%,11%,0%,13%)
(0.00/0.11/0.00/0.13)	

CMYK percentages

%0
%11.21
%0.45
%12.55

Codes

Color #DFC6DE in popluar color models

DFC6DE
RGB223198222
HSL302°28.09%82.55%
HSB/HSV302°11.21%87.45%
CMYK0.00%11.21%0.45%
12.55%

Color #DFC6DE in popluar number systems.

HEXDFC6DE
Decimal223198222
Binary110111111100011011011110
Octal337306336

Shades and tints

Shades of #DFC6DE

#DFC6DE
(223,198,222)
#CBB4CA
(203,180,202)
#B7A2B6
(183,162,182)
#A390A2
(163,144,162)
#8F7E8E
(143,126,142)
#7B6C7A
(123,108,122)
#675A66
(103,90,102)
#534852
(83,72,82)
#3F363E
(63,54,62)
#2B242A
(43,36,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #DFC6DE

#DFC6DE
(223,198,222)
#E1CBE1
(225,203,225)
#E3D0E4
(227,208,228)
#E5D5E7
(229,213,231)
#E7DAEA
(231,218,234)
#E9DFED
(233,223,237)
#EBE4F0
(235,228,240)
#EDE9F3
(237,233,243)
#EFEEF6
(239,238,246)
#F1F3F9
(241,243,249)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC6DE color. Also use rgb(223,198,222) instead hex code.

Text Font Color

.myTextColor { color: #DFC6DE; }

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

This text font color is #DFC6DE.


Background Color

.myBgColor { background-color: #DFC6DE; }

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

This div background color is #DFC6DE.


Border color

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

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

This div border color is #DFC6DE.


Opacity

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

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

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

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

This text has shadow with #DFC6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6DE on black background.


Color preview on white background

This text has color #DFC6DE on white background.



Black color preview on #DFC6DE background

This text has black color on #DFC6DE background.


White color preview on #DFC6DE background

This text has white color on #DFC6DE background.