COLOR #DFD3F2

HEX: #DFD3F2
RGB: (223,211,242)

Color info

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

RGB color model

#DFD3F2 color RGB value is (223,211,242).

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

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 242 of 255 = 95%

223
211
242

R + G + B ~ 88%. #DFD3F2 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 242 = 676 (100%)
R 223 of 676 ~ 32.99%
G 211 of 676 ~ 31.21%
B 242 of 676 ~ 35.8%

%32.99
%31.21
%35.8

CMYK color model

#DFD3F2 color CMYK value is (8,13,0,5).

  • cyan value is 7.85%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,13,0,5)
C8M13Y0K5 
(8%,13%,0%,5%)
(0.08/0.13/0.00/0.05)	

CMYK percentages

%7.85
%12.81
%0
%5.1

Codes

Color #DFD3F2 in popluar color models

DFD3F2
RGB223211242
HSL263°54.39%88.82%
HSB/HSV263°12.81%94.90%
CMYK7.85%12.81%0.00%
5.10%

Color #DFD3F2 in popluar number systems.

HEXDFD3F2
Decimal223211242
Binary110111111101001111110010
Octal337323362

Shades and tints

Shades of #DFD3F2

#DFD3F2
(223,211,242)
#CBC0DC
(203,192,220)
#B7ADC6
(183,173,198)
#A39AB0
(163,154,176)
#8F879A
(143,135,154)
#7B7484
(123,116,132)
#67616E
(103,97,110)
#534E58
(83,78,88)
#3F3B42
(63,59,66)
#2B282C
(43,40,44)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFD3F2

#DFD3F2
(223,211,242)
#E1D7F3
(225,215,243)
#E3DBF4
(227,219,244)
#E5DFF5
(229,223,245)
#E7E3F6
(231,227,246)
#E9E7F7
(233,231,247)
#EBEBF8
(235,235,248)
#EDEFF9
(237,239,249)
#EFF3FA
(239,243,250)
#F1F7FB
(241,247,251)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD3F2; }

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

This text font color is #DFD3F2.


Background Color

.myBgColor { background-color: #DFD3F2; }

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

This div background color is #DFD3F2.


Border color

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

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

This div border color is #DFD3F2.


Opacity

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

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

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

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

This text has shadow with #DFD3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3F2 on black background.


Color preview on white background

This text has color #DFD3F2 on white background.



Black color preview on #DFD3F2 background

This text has black color on #DFD3F2 background.


White color preview on #DFD3F2 background

This text has white color on #DFD3F2 background.