COLOR #DFD7F6

HEX: #DFD7F6
RGB: (223,215,246)

Color info

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

RGB color model

#DFD7F6 color RGB value is (223,215,246).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 246 of 255 = 96%

223
215
246

R + G + B ~ 89%. #DFD7F6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 246 = 684 (100%)
R 223 of 684 ~ 32.6%
G 215 of 684 ~ 31.43%
B 246 of 684 ~ 35.96%

%32.6
%31.43
%35.96

CMYK color model

#DFD7F6 color CMYK value is (9,13,0,4).

  • cyan value is 9.35%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,13,0,4)
C9M13Y0K4 
(9%,13%,0%,4%)
(0.09/0.13/0.00/0.04)	

CMYK percentages

%9.35
%12.6
%0
%3.53

Codes

Color #DFD7F6 in popluar color models

DFD7F6
RGB223215246
HSL255°63.27%90.39%
HSB/HSV255°12.60%96.47%
CMYK9.35%12.60%0.00%
3.53%

Color #DFD7F6 in popluar number systems.

HEXDFD7F6
Decimal223215246
Binary110111111101011111110110
Octal337327366

Shades and tints

Shades of #DFD7F6

#DFD7F6
(223,215,246)
#CBC4E0
(203,196,224)
#B7B1CA
(183,177,202)
#A39EB4
(163,158,180)
#8F8B9E
(143,139,158)
#7B7888
(123,120,136)
#676572
(103,101,114)
#53525C
(83,82,92)
#3F3F46
(63,63,70)
#2B2C30
(43,44,48)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #DFD7F6

#DFD7F6
(223,215,246)
#E1DAF6
(225,218,246)
#E3DDF6
(227,221,246)
#E5E0F6
(229,224,246)
#E7E3F6
(231,227,246)
#E9E6F6
(233,230,246)
#EBE9F6
(235,233,246)
#EDECF6
(237,236,246)
#EFEFF6
(239,239,246)
#F1F2F6
(241,242,246)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7F6; }

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

This text font color is #DFD7F6.


Background Color

.myBgColor { background-color: #DFD7F6; }

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

This div background color is #DFD7F6.


Border color

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

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

This div border color is #DFD7F6.


Opacity

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

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

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

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

This text has shadow with #DFD7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7F6 on black background.


Color preview on white background

This text has color #DFD7F6 on white background.



Black color preview on #DFD7F6 background

This text has black color on #DFD7F6 background.


White color preview on #DFD7F6 background

This text has white color on #DFD7F6 background.