COLOR #DFCCF7

HEX: #DFCCF7
RGB: (223,204,247)

Color info

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

RGB color model

#DFCCF7 color RGB value is (223,204,247).

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

RGB channels and saturation

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

223
204
247

R + G + B ~ 88%. #DFCCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 247 = 674 (100%)
R 223 of 674 ~ 33.09%
G 204 of 674 ~ 30.27%
B 247 of 674 ~ 36.65%

%33.09
%30.27
%36.65

CMYK color model

#DFCCF7 color CMYK value is (10,17,0,3).

  • cyan value is 9.72%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(10,17,0,3)
C10M17Y0K3 
(10%,17%,0%,3%)
(0.10/0.17/0.00/0.03)	

CMYK percentages

%9.72
%17.41
%0
%3.14

Codes

Color #DFCCF7 in popluar color models

DFCCF7
RGB223204247
HSL267°72.88%88.43%
HSB/HSV267°17.41%96.86%
CMYK9.72%17.41%0.00%
3.14%

Color #DFCCF7 in popluar number systems.

HEXDFCCF7
Decimal223204247
Binary110111111100110011110111
Octal337314367

Shades and tints

Shades of #DFCCF7

#DFCCF7
(223,204,247)
#CBBAE1
(203,186,225)
#B7A8CB
(183,168,203)
#A396B5
(163,150,181)
#8F849F
(143,132,159)
#7B7289
(123,114,137)
#676073
(103,96,115)
#534E5D
(83,78,93)
#3F3C47
(63,60,71)
#2B2A31
(43,42,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #DFCCF7

#DFCCF7
(223,204,247)
#E1D0F7
(225,208,247)
#E3D4F7
(227,212,247)
#E5D8F7
(229,216,247)
#E7DCF7
(231,220,247)
#E9E0F7
(233,224,247)
#EBE4F7
(235,228,247)
#EDE8F7
(237,232,247)
#EFECF7
(239,236,247)
#F1F0F7
(241,240,247)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCF7; }

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

This text font color is #DFCCF7.


Background Color

.myBgColor { background-color: #DFCCF7; }

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

This div background color is #DFCCF7.


Border color

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

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

This div border color is #DFCCF7.


Opacity

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

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

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

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

This text has shadow with #DFCCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCF7 on black background.


Color preview on white background

This text has color #DFCCF7 on white background.



Black color preview on #DFCCF7 background

This text has black color on #DFCCF7 background.


White color preview on #DFCCF7 background

This text has white color on #DFCCF7 background.