COLOR #DFC4FC

HEX: #DFC4FC
RGB: (223,196,252)

Color info

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

RGB color model

#DFC4FC color RGB value is (223,196,252).

  • red value is 223;
  • green value is 196;
  • blue value is 252.
RGB:
(223,196,252)
(87%,77%,99%)

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 252 of 255 = 99%

223
196
252

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

Portions of RGB colors in percentages

R + G + B =
223 + 196 + 252 = 671 (100%)
R 223 of 671 ~ 33.23%
G 196 of 671 ~ 29.21%
B 252 of 671 ~ 37.56%

%33.23
%29.21
%37.56

CMYK color model

#DFC4FC color CMYK value is (12,22,0,1).

  • cyan value is 11.51%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(12,22,0,1)
C12M22Y0K1 
(12%,22%,0%,1%)
(0.12/0.22/0.00/0.01)	

CMYK percentages

%11.51
%22.22
%0
%1.18

Codes

Color #DFC4FC in popluar color models

DFC4FC
RGB223196252
HSL269°90.32%87.84%
HSB/HSV269°22.22%98.82%
CMYK11.51%22.22%0.00%
1.18%

Color #DFC4FC in popluar number systems.

HEXDFC4FC
Decimal223196252
Binary110111111100010011111100
Octal337304374

Shades and tints

Shades of #DFC4FC

#DFC4FC
(223,196,252)
#CBB3E6
(203,179,230)
#B7A2D0
(183,162,208)
#A391BA
(163,145,186)
#8F80A4
(143,128,164)
#7B6F8E
(123,111,142)
#675E78
(103,94,120)
#534D62
(83,77,98)
#3F3C4C
(63,60,76)
#2B2B36
(43,43,54)
#171A20
(23,26,32)
#000000
(0,0,0)

Tints of #DFC4FC

#DFC4FC
(223,196,252)
#E1C9FC
(225,201,252)
#E3CEFC
(227,206,252)
#E5D3FC
(229,211,252)
#E7D8FC
(231,216,252)
#E9DDFC
(233,221,252)
#EBE2FC
(235,226,252)
#EDE7FC
(237,231,252)
#EFECFC
(239,236,252)
#F1F1FC
(241,241,252)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4FC; }

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

This text font color is #DFC4FC.


Background Color

.myBgColor { background-color: #DFC4FC; }

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

This div background color is #DFC4FC.


Border color

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

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

This div border color is #DFC4FC.


Opacity

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

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

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

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

This text has shadow with #DFC4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC4FC on black background.


Color preview on white background

This text has color #DFC4FC on white background.



Black color preview on #DFC4FC background

This text has black color on #DFC4FC background.


White color preview on #DFC4FC background

This text has white color on #DFC4FC background.