COLOR #DFD6F2

HEX: #DFD6F2
RGB: (223,214,242)

Color info

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

RGB color model

#DFD6F2 color RGB value is (223,214,242).

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

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 242 of 255 = 95%

223
214
242

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

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 242 = 679 (100%)
R 223 of 679 ~ 32.84%
G 214 of 679 ~ 31.52%
B 242 of 679 ~ 35.64%

%32.84
%31.52
%35.64

CMYK color model

#DFD6F2 color CMYK value is (8,12,0,5).

  • cyan value is 7.85%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,12,0,5)
C8M12Y0K5 
(8%,12%,0%,5%)
(0.08/0.12/0.00/0.05)	

CMYK percentages

%7.85
%11.57
%0
%5.1

Codes

Color #DFD6F2 in popluar color models

DFD6F2
RGB223214242
HSL259°51.85%89.41%
HSB/HSV259°11.57%94.90%
CMYK7.85%11.57%0.00%
5.10%

Color #DFD6F2 in popluar number systems.

HEXDFD6F2
Decimal223214242
Binary110111111101011011110010
Octal337326362

Shades and tints

Shades of #DFD6F2

#DFD6F2
(223,214,242)
#CBC3DC
(203,195,220)
#B7B0C6
(183,176,198)
#A39DB0
(163,157,176)
#8F8A9A
(143,138,154)
#7B7784
(123,119,132)
#67646E
(103,100,110)
#535158
(83,81,88)
#3F3E42
(63,62,66)
#2B2B2C
(43,43,44)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFD6F2

#DFD6F2
(223,214,242)
#E1D9F3
(225,217,243)
#E3DCF4
(227,220,244)
#E5DFF5
(229,223,245)
#E7E2F6
(231,226,246)
#E9E5F7
(233,229,247)
#EBE8F8
(235,232,248)
#EDEBF9
(237,235,249)
#EFEEFA
(239,238,250)
#F1F1FB
(241,241,251)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD6F2; }

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

This text font color is #DFD6F2.


Background Color

.myBgColor { background-color: #DFD6F2; }

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

This div background color is #DFD6F2.


Border color

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

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

This div border color is #DFD6F2.


Opacity

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

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

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

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

This text has shadow with #DFD6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6F2 on black background.


Color preview on white background

This text has color #DFD6F2 on white background.



Black color preview on #DFD6F2 background

This text has black color on #DFD6F2 background.


White color preview on #DFD6F2 background

This text has white color on #DFD6F2 background.