COLOR #DFC6E7

HEX: #DFC6E7 RGB: (223,198,231)

Color info

#DFC6E7 contains red, green and blue colors in about the same proportion. Web safe color of #DFC6E7 is #CCCCFF (or #CCF).

RGB color model

#DFC6E7 color RGB value is (223,198,231).

RGB: (223,198,231) (87%, 78%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 231 of 255 = 91%

223
198
231

R + G + B ~ 85%. #DFC6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 231 = 652 (100%)
R 223 of 652 ~ 34.2%
G 198 of 652 ~ 30.37%
B 231 of 652 ~ 35.43'%

%34.2
%30.37
%35.43

CMYK color model

#DFC6E7 color CMYK value is (3,14,0,9).

  • cyan value is 3.46%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,14,0,9)
C3M14Y0K9 (3%, 14%, 0%, 9%)
(0.03 / 0.14 / 0.00 / 0.09)

CMYK percentages

%3.46
%14.29
%0
%9.41

Codes

Color #DFC6E7 in popluar color models

DF C6 E7
RGB 223 198 231
HSL 285° 40.74% 84.12%
HSB/HSV 285° 14.29% 90.59%
CMYK 3.46% 14.29% 0.00%
9.41%

Color #DFC6E7 in popluar number systems.

HEX DF C6 E7
Decimal 223 198 231
Binary 11011111 11000110 11100111
Octal 337 306 347

Shades and tints

Shades of #DFC6E7

#DFC6E7
(223,198,231)
#CBB4D2
(203,180,210)
#B7A2BD
(183,162,189)
#A390A8
(163,144,168)
#8F7E93
(143,126,147)
#7B6C7E
(123,108,126)
#675A69
(103,90,105)
#534854
(83,72,84)
#3F363F
(63,54,63)
#2B242A
(43,36,42)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DFC6E7

#DFC6E7
(223,198,231)
#E1CBE9
(225,203,233)
#E3D0EB
(227,208,235)
#E5D5ED
(229,213,237)
#E7DAEF
(231,218,239)
#E9DFF1
(233,223,241)
#EBE4F3
(235,228,243)
#EDE9F5
(237,233,245)
#EFEEF7
(239,238,247)
#F1F3F9
(241,243,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6E7; }

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

This text font color is #DFC6E7.

Background Color

.myBgColor { background-color: #DFC6E7; }

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

This div background color is #DFC6E7.

Border color

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

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

This div border color is #DFC6E7.

Opacity

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

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

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

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

This text has shadow with #DFC6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC6E7.

Preview

Color preview on black background

This text has color #DFC6E7 on black background.


Color preview on white background

This text has color #DFC6E7 on white background.


Black color preview on #DFC6E7 background

This text has black color on #DFC6E7 background.


White color preview on #DFC6E7 background

This text has white color on #DFC6E7 background.


Related colors

Complementary color

Complementary color for #hex is #203918.


I love getcolorcode.com

Triadic colors

1 #E7DFC6 and #C6E7DF with #DFC6E7 are triadic colors.

2 #E7C6DF and #C6DFE7 with #DFC6E7 are triadic colors.