COLOR #DFC4F2

HEX: #DFC4F2
RGB: (223,196,242)

Color info

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

RGB color model

#DFC4F2 color RGB value is (223,196,242).

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

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 242 of 255 = 95%

223
196
242

R + G + B ~ 86%. #DFC4F2 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 196 + 242 = 661 (100%)
R 223 of 661 ~ 33.74%
G 196 of 661 ~ 29.65%
B 242 of 661 ~ 36.61%

%33.74
%29.65
%36.61

CMYK color model

#DFC4F2 color CMYK value is (8,19,0,5).

  • cyan value is 7.85%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,19,0,5)
C8M19Y0K5 
(8%,19%,0%,5%)
(0.08/0.19/0.00/0.05)	

CMYK percentages

%7.85
%19.01
%0
%5.1

Codes

Color #DFC4F2 in popluar color models

DFC4F2
RGB223196242
HSL275°63.89%85.88%
HSB/HSV275°19.01%94.90%
CMYK7.85%19.01%0.00%
5.10%

Color #DFC4F2 in popluar number systems.

HEXDFC4F2
Decimal223196242
Binary110111111100010011110010
Octal337304362

Shades and tints

Shades of #DFC4F2

#DFC4F2
(223,196,242)
#CBB3DC
(203,179,220)
#B7A2C6
(183,162,198)
#A391B0
(163,145,176)
#8F809A
(143,128,154)
#7B6F84
(123,111,132)
#675E6E
(103,94,110)
#534D58
(83,77,88)
#3F3C42
(63,60,66)
#2B2B2C
(43,43,44)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #DFC4F2

#DFC4F2
(223,196,242)
#E1C9F3
(225,201,243)
#E3CEF4
(227,206,244)
#E5D3F5
(229,211,245)
#E7D8F6
(231,216,246)
#E9DDF7
(233,221,247)
#EBE2F8
(235,226,248)
#EDE7F9
(237,231,249)
#EFECFA
(239,236,250)
#F1F1FB
(241,241,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4F2; }

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

This text font color is #DFC4F2.


Background Color

.myBgColor { background-color: #DFC4F2; }

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

This div background color is #DFC4F2.


Border color

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

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

This div border color is #DFC4F2.


Opacity

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

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

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

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

This text has shadow with #DFC4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC4F2 on black background.


Color preview on white background

This text has color #DFC4F2 on white background.



Black color preview on #DFC4F2 background

This text has black color on #DFC4F2 background.


White color preview on #DFC4F2 background

This text has white color on #DFC4F2 background.