COLOR #DFC7FE

HEX: #DFC7FE
RGB: (223,199,254)

Color info

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

RGB color model

#DFC7FE color RGB value is (223,199,254).

  • red value is 223;
  • green value is 199;
  • blue value is 254.
RGB:
(223,199,254)
(87%,78%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 254 of 255 = 100%

223
199
254

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 254 = 676 (100%)
R 223 of 676 ~ 32.99%
G 199 of 676 ~ 29.44%
B 254 of 676 ~ 37.57%

%32.99
%29.44
%37.57

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,22,0,0)
C12M22Y0K0 
(12%,22%,0%,0%)
(0.12/0.22/0.00/0.00)	

CMYK percentages

%12.2
%21.65
%0
%0.39

Codes

Color #DFC7FE in popluar color models

DFC7FE
RGB223199254
HSL266°96.49%88.82%
HSB/HSV266°21.65%99.61%
CMYK12.20%21.65%0.00%
0.39%

Color #DFC7FE in popluar number systems.

HEXDFC7FE
Decimal223199254
Binary110111111100011111111110
Octal337307376

Shades and tints

Shades of #DFC7FE

#DFC7FE
(223,199,254)
#CBB5E7
(203,181,231)
#B7A3D0
(183,163,208)
#A391B9
(163,145,185)
#8F7FA2
(143,127,162)
#7B6D8B
(123,109,139)
#675B74
(103,91,116)
#53495D
(83,73,93)
#3F3746
(63,55,70)
#2B252F
(43,37,47)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DFC7FE

#DFC7FE
(223,199,254)
#E1CCFE
(225,204,254)
#E3D1FE
(227,209,254)
#E5D6FE
(229,214,254)
#E7DBFE
(231,219,254)
#E9E0FE
(233,224,254)
#EBE5FE
(235,229,254)
#EDEAFE
(237,234,254)
#EFEFFE
(239,239,254)
#F1F4FE
(241,244,254)
#F3F9FE
(243,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC7FE; }

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

This text font color is #DFC7FE.


Background Color

.myBgColor { background-color: #DFC7FE; }

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

This div background color is #DFC7FE.


Border color

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

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

This div border color is #DFC7FE.


Opacity

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

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

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

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

This text has shadow with #DFC7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7FE on black background.


Color preview on white background

This text has color #DFC7FE on white background.



Black color preview on #DFC7FE background

This text has black color on #DFC7FE background.


White color preview on #DFC7FE background

This text has white color on #DFC7FE background.