COLOR #DFC2F6

HEX: #DFC2F6
RGB: (223,194,246)

Color info

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

RGB color model

#DFC2F6 color RGB value is (223,194,246).

  • red value is 223;
  • green value is 194;
  • blue value is 246.
RGB:
(223,194,246)
(87%,76%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 246 of 255 = 96%

223
194
246

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

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 246 = 663 (100%)
R 223 of 663 ~ 33.63%
G 194 of 663 ~ 29.26%
B 246 of 663 ~ 37.1%

%33.63
%29.26
%37.1

CMYK color model

#DFC2F6 color CMYK value is (9,21,0,4).

  • cyan value is 9.35%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,21,0,4)
C9M21Y0K4 
(9%,21%,0%,4%)
(0.09/0.21/0.00/0.04)	

CMYK percentages

%9.35
%21.14
%0
%3.53

Codes

Color #DFC2F6 in popluar color models

DFC2F6
RGB223194246
HSL273°74.29%86.27%
HSB/HSV273°21.14%96.47%
CMYK9.35%21.14%0.00%
3.53%

Color #DFC2F6 in popluar number systems.

HEXDFC2F6
Decimal223194246
Binary110111111100001011110110
Octal337302366

Shades and tints

Shades of #DFC2F6

#DFC2F6
(223,194,246)
#CBB1E0
(203,177,224)
#B7A0CA
(183,160,202)
#A38FB4
(163,143,180)
#8F7E9E
(143,126,158)
#7B6D88
(123,109,136)
#675C72
(103,92,114)
#534B5C
(83,75,92)
#3F3A46
(63,58,70)
#2B2930
(43,41,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #DFC2F6

#DFC2F6
(223,194,246)
#E1C7F6
(225,199,246)
#E3CCF6
(227,204,246)
#E5D1F6
(229,209,246)
#E7D6F6
(231,214,246)
#E9DBF6
(233,219,246)
#EBE0F6
(235,224,246)
#EDE5F6
(237,229,246)
#EFEAF6
(239,234,246)
#F1EFF6
(241,239,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC2F6 color. Also use rgb(223,194,246) instead hex code.

Text Font Color

.myTextColor { color: #DFC2F6; }

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

This text font color is #DFC2F6.


Background Color

.myBgColor { background-color: #DFC2F6; }

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

This div background color is #DFC2F6.


Border color

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

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

This div border color is #DFC2F6.


Opacity

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

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

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

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

This text has shadow with #DFC2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2F6 on black background.


Color preview on white background

This text has color #DFC2F6 on white background.



Black color preview on #DFC2F6 background

This text has black color on #DFC2F6 background.


White color preview on #DFC2F6 background

This text has white color on #DFC2F6 background.