COLOR #DFCCF3

HEX: #DFCCF3
RGB: (223,204,243)

Color info

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

RGB color model

#DFCCF3 color RGB value is (223,204,243).

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

RGB channels and saturation

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

223
204
243

R + G + B ~ 87%. #DFCCF3 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 243 = 670 (100%)
R 223 of 670 ~ 33.28%
G 204 of 670 ~ 30.45%
B 243 of 670 ~ 36.27%

%33.28
%30.45
%36.27

CMYK color model

#DFCCF3 color CMYK value is (8,16,0,5).

  • cyan value is 8.23%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(8,16,0,5)
C8M16Y0K5 
(8%,16%,0%,5%)
(0.08/0.16/0.00/0.05)	

CMYK percentages

%8.23
%16.05
%0
%4.71

Codes

Color #DFCCF3 in popluar color models

DFCCF3
RGB223204243
HSL269°61.90%87.65%
HSB/HSV269°16.05%95.29%
CMYK8.23%16.05%0.00%
4.71%

Color #DFCCF3 in popluar number systems.

HEXDFCCF3
Decimal223204243
Binary110111111100110011110011
Octal337314363

Shades and tints

Shades of #DFCCF3

#DFCCF3
(223,204,243)
#CBBADD
(203,186,221)
#B7A8C7
(183,168,199)
#A396B1
(163,150,177)
#8F849B
(143,132,155)
#7B7285
(123,114,133)
#67606F
(103,96,111)
#534E59
(83,78,89)
#3F3C43
(63,60,67)
#2B2A2D
(43,42,45)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFCCF3

#DFCCF3
(223,204,243)
#E1D0F4
(225,208,244)
#E3D4F5
(227,212,245)
#E5D8F6
(229,216,246)
#E7DCF7
(231,220,247)
#E9E0F8
(233,224,248)
#EBE4F9
(235,228,249)
#EDE8FA
(237,232,250)
#EFECFB
(239,236,251)
#F1F0FC
(241,240,252)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCF3; }

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

This text font color is #DFCCF3.


Background Color

.myBgColor { background-color: #DFCCF3; }

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

This div background color is #DFCCF3.


Border color

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

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

This div border color is #DFCCF3.


Opacity

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

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

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

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

This text has shadow with #DFCCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCF3 on black background.


Color preview on white background

This text has color #DFCCF3 on white background.



Black color preview on #DFCCF3 background

This text has black color on #DFCCF3 background.


White color preview on #DFCCF3 background

This text has white color on #DFCCF3 background.