COLOR #DFCCDF

HEX: #DFCCDF RGB: (223,204,223)

Color info

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

RGB color model

#DFCCDF color RGB value is (223,204,223).

RGB: (223,204,223) (87%, 80%, 87%)

RGB channels and saturation

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

223
204
223

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

Portions of RGB colors in percentages

R + G + B = 223 + 204 + 223 = 650 (100%)
R 223 of 650 ~ 34.31%
G 204 of 650 ~ 31.38%
B 223 of 650 ~ 34.31'%

%34.31
%31.38
%34.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (0,9,0,13)
C0M9Y0K13 (0%, 9%, 0%, 13%)
(0.00 / 0.09 / 0.00 / 0.13)

CMYK percentages

%0
%8.52
%0
%12.55

Codes

Color #DFCCDF in popluar color models

DF CC DF
RGB 223 204 223
HSL 300° 22.89% 83.73%
HSB/HSV 300° 8.52% 87.45%
CMYK 0.00% 8.52% 0.00%
12.55%

Color #DFCCDF in popluar number systems.

HEX DF CC DF
Decimal 223 204 223
Binary 11011111 11001100 11011111
Octal 337 314 337

Shades and tints

Shades of #DFCCDF

#DFCCDF
(223,204,223)
#CBBACB
(203,186,203)
#B7A8B7
(183,168,183)
#A396A3
(163,150,163)
#8F848F
(143,132,143)
#7B727B
(123,114,123)
#676067
(103,96,103)
#534E53
(83,78,83)
#3F3C3F
(63,60,63)
#2B2A2B
(43,42,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFCCDF

#DFCCDF
(223,204,223)
#E1D0E1
(225,208,225)
#E3D4E3
(227,212,227)
#E5D8E5
(229,216,229)
#E7DCE7
(231,220,231)
#E9E0E9
(233,224,233)
#EBE4EB
(235,228,235)
#EDE8ED
(237,232,237)
#EFECEF
(239,236,239)
#F1F0F1
(241,240,241)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCDF; }

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

This text font color is #DFCCDF.

Background Color

.myBgColor { background-color: #DFCCDF; }

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

This div background color is #DFCCDF.

Border color

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

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

This div border color is #DFCCDF.

Opacity

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

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

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

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

This text has shadow with #DFCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCCDF.

Preview

Color preview on black background

This text has color #DFCCDF on black background.


Color preview on white background

This text has color #DFCCDF on white background.


Black color preview on #DFCCDF background

This text has black color on #DFCCDF background.


White color preview on #DFCCDF background

This text has white color on #DFCCDF background.


Related colors

Complementary color

Complementary color for #hex is #203320.


I love getcolorcode.com

Triadic colors

1 #DFDFCC and #CCDFDF with #DFCCDF are triadic colors.

2 #DFCCDF and #CCDFDF with #DFCCDF are triadic colors.