COLOR #DFC3F2

HEX: #DFC3F2
RGB: (223,195,242)

Color info

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

RGB color model

#DFC3F2 color RGB value is (223,195,242).

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

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 242 of 255 = 95%

223
195
242

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

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 242 = 660 (100%)
R 223 of 660 ~ 33.79%
G 195 of 660 ~ 29.55%
B 242 of 660 ~ 36.67%

%33.79
%29.55
%36.67

CMYK color model

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

  • cyan value is 7.85%
  • magenta value is 19.42%
  • 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.42
%0
%5.1

Codes

Color #DFC3F2 in popluar color models

DFC3F2
RGB223195242
HSL276°64.38%85.69%
HSB/HSV276°19.42%94.90%
CMYK7.85%19.42%0.00%
5.10%

Color #DFC3F2 in popluar number systems.

HEXDFC3F2
Decimal223195242
Binary110111111100001111110010
Octal337303362

Shades and tints

Shades of #DFC3F2

#DFC3F2
(223,195,242)
#CBB2DC
(203,178,220)
#B7A1C6
(183,161,198)
#A390B0
(163,144,176)
#8F7F9A
(143,127,154)
#7B6E84
(123,110,132)
#675D6E
(103,93,110)
#534C58
(83,76,88)
#3F3B42
(63,59,66)
#2B2A2C
(43,42,44)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFC3F2

#DFC3F2
(223,195,242)
#E1C8F3
(225,200,243)
#E3CDF4
(227,205,244)
#E5D2F5
(229,210,245)
#E7D7F6
(231,215,246)
#E9DCF7
(233,220,247)
#EBE1F8
(235,225,248)
#EDE6F9
(237,230,249)
#EFEBFA
(239,235,250)
#F1F0FB
(241,240,251)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC3F2; }

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

This text font color is #DFC3F2.


Background Color

.myBgColor { background-color: #DFC3F2; }

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

This div background color is #DFC3F2.


Border color

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

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

This div border color is #DFC3F2.


Opacity

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

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

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

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

This text has shadow with #DFC3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC3F2 on black background.


Color preview on white background

This text has color #DFC3F2 on white background.



Black color preview on #DFC3F2 background

This text has black color on #DFC3F2 background.


White color preview on #DFC3F2 background

This text has white color on #DFC3F2 background.