COLOR #DFCCCE

HEX: #DFCCCE
RGB: (223,204,206)

Color info

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

RGB color model

#DFCCCE color RGB value is (223,204,206).

  • red value is 223;
  • green value is 204;
  • blue value is 206.
RGB:
(223,204,206)
(87%,80%,81%)

RGB channels and saturation

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

223
204
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 206 = 633 (100%)
R 223 of 633 ~ 35.23%
G 204 of 633 ~ 32.23%
B 206 of 633 ~ 32.54%

%35.23
%32.23
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(0,9,8,13)
C0M9Y8K13 
(0%,9%,8%,13%)
(0.00/0.09/0.08/0.13)	

CMYK percentages

%0
%8.52
%7.62
%12.55

Codes

Color #DFCCCE in popluar color models

DFCCCE
RGB223204206
HSL354°22.89%83.73%
HSB/HSV354°8.52%87.45%
CMYK0.00%8.52%7.62%
12.55%

Color #DFCCCE in popluar number systems.

HEXDFCCCE
Decimal223204206
Binary110111111100110011001110
Octal337314316

Shades and tints

Shades of #DFCCCE

#DFCCCE
(223,204,206)
#CBBABC
(203,186,188)
#B7A8AA
(183,168,170)
#A39698
(163,150,152)
#8F8486
(143,132,134)
#7B7274
(123,114,116)
#676062
(103,96,98)
#534E50
(83,78,80)
#3F3C3E
(63,60,62)
#2B2A2C
(43,42,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #DFCCCE

#DFCCCE
(223,204,206)
#E1D0D2
(225,208,210)
#E3D4D6
(227,212,214)
#E5D8DA
(229,216,218)
#E7DCDE
(231,220,222)
#E9E0E2
(233,224,226)
#EBE4E6
(235,228,230)
#EDE8EA
(237,232,234)
#EFECEE
(239,236,238)
#F1F0F2
(241,240,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCCE; }

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

This text font color is #DFCCCE.


Background Color

.myBgColor { background-color: #DFCCCE; }

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

This div background color is #DFCCCE.


Border color

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

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

This div border color is #DFCCCE.


Opacity

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

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

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

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

This text has shadow with #DFCCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCCE on black background.


Color preview on white background

This text has color #DFCCCE on white background.



Black color preview on #DFCCCE background

This text has black color on #DFCCCE background.


White color preview on #DFCCCE background

This text has white color on #DFCCCE background.