COLOR #DFC8D8

HEX: #DFC8D8 RGB: (223,200,216)

Color info

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

RGB color model

#DFC8D8 color RGB value is (223,200,216).

RGB: (223,200,216) (87%, 78%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 216 of 255 = 85%

223
200
216

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

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 216 = 639 (100%)
R 223 of 639 ~ 34.9%
G 200 of 639 ~ 31.3%
B 216 of 639 ~ 33.8'%

%34.9
%31.3
%33.8

CMYK color model

#DFC8D8 color CMYK value is (0,10,3,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK: (0,10,3,13) C0M10Y3K13 (0%,10%,3%,13%) (0.00/0.10/0.03/0.13) 

CMYK percentages

%0
%10.31
%3.14
%12.55

Codes

Color #DFC8D8 in popluar color models

DF C8 D8
RGB 223 200 216
HSL 318° 26.44% 82.94%
HSB/HSV 318° 10.31% 87.45%
CMYK 0.00% 10.31% 3.14%
12.55%

Color #DFC8D8 in popluar number systems.

HEX DF C8 D8
Decimal 223 200 216
Binary 11011111 11001000 11011000
Octal 337 310 330

Shades and tints

Shades of #DFC8D8

#DFC8D8
(223,200,216)
#CBB6C5
(203,182,197)
#B7A4B2
(183,164,178)
#A3929F
(163,146,159)
#8F808C
(143,128,140)
#7B6E79
(123,110,121)
#675C66
(103,92,102)
#534A53
(83,74,83)
#3F3840
(63,56,64)
#2B262D
(43,38,45)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #DFC8D8

#DFC8D8
(223,200,216)
#E1CDDB
(225,205,219)
#E3D2DE
(227,210,222)
#E5D7E1
(229,215,225)
#E7DCE4
(231,220,228)
#E9E1E7
(233,225,231)
#EBE6EA
(235,230,234)
#EDEBED
(237,235,237)
#EFF0F0
(239,240,240)
#F1F5F3
(241,245,243)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC8D8 color. Also use rgb(223,200,216) instead hex code.

Text Font Color

.myTextColor { color: #DFC8D8; }

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

This text font color is #DFC8D8.

Background Color

.myBgColor { background-color: #DFC8D8; }

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

This div background color is #DFC8D8.

Border color

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

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

This div border color is #DFC8D8.

Opacity

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

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

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

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

This text has shadow with #DFC8D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC8D8.

Preview

Color preview on black background

This text has color #DFC8D8 on black background.


Color preview on white background

This text has color #DFC8D8 on white background.


Black color preview on #DFC8D8 background

This text has black color on #DFC8D8 background.


White color preview on #DFC8D8 background

This text has white color on #DFC8D8 background.


Related colors

Complementary color

Complementary color for #hex is #203727.


I love getcolorcode.com

Triadic colors

1 #D8DFC8 and #C8D8DF with #DFC8D8 are triadic colors.

2 #D8C8DF and #C8DFD8 with #DFC8D8 are triadic colors.