COLOR #DFC5F4

HEX: #DFC5F4
RGB: (223,197,244)

Color info

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

RGB color model

#DFC5F4 color RGB value is (223,197,244).

  • red value is 223;
  • green value is 197;
  • blue value is 244.
RGB:
(223,197,244)
(87%,77%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 197 of 255 = 77%
B 244 of 255 = 96%

223
197
244

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

Portions of RGB colors in percentages

R + G + B =
223 + 197 + 244 = 664 (100%)
R 223 of 664 ~ 33.58%
G 197 of 664 ~ 29.67%
B 244 of 664 ~ 36.75%

%33.58
%29.67
%36.75

CMYK color model

#DFC5F4 color CMYK value is (9,19,0,4).

  • cyan value is 8.61%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,19,0,4)
C9M19Y0K4 
(9%,19%,0%,4%)
(0.09/0.19/0.00/0.04)	

CMYK percentages

%8.61
%19.26
%0
%4.31

Codes

Color #DFC5F4 in popluar color models

DFC5F4
RGB223197244
HSL273°68.12%86.47%
HSB/HSV273°19.26%95.69%
CMYK8.61%19.26%0.00%
4.31%

Color #DFC5F4 in popluar number systems.

HEXDFC5F4
Decimal223197244
Binary110111111100010111110100
Octal337305364

Shades and tints

Shades of #DFC5F4

#DFC5F4
(223,197,244)
#CBB4DE
(203,180,222)
#B7A3C8
(183,163,200)
#A392B2
(163,146,178)
#8F819C
(143,129,156)
#7B7086
(123,112,134)
#675F70
(103,95,112)
#534E5A
(83,78,90)
#3F3D44
(63,61,68)
#2B2C2E
(43,44,46)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFC5F4

#DFC5F4
(223,197,244)
#E1CAF5
(225,202,245)
#E3CFF6
(227,207,246)
#E5D4F7
(229,212,247)
#E7D9F8
(231,217,248)
#E9DEF9
(233,222,249)
#EBE3FA
(235,227,250)
#EDE8FB
(237,232,251)
#EFEDFC
(239,237,252)
#F1F2FD
(241,242,253)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC5F4 color. Also use rgb(223,197,244) instead hex code.

Text Font Color

.myTextColor { color: #DFC5F4; }

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

This text font color is #DFC5F4.


Background Color

.myBgColor { background-color: #DFC5F4; }

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

This div background color is #DFC5F4.


Border color

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

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

This div border color is #DFC5F4.


Opacity

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

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

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

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

This text has shadow with #DFC5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC5F4 on black background.


Color preview on white background

This text has color #DFC5F4 on white background.



Black color preview on #DFC5F4 background

This text has black color on #DFC5F4 background.


White color preview on #DFC5F4 background

This text has white color on #DFC5F4 background.