COLOR #DFD5F8

HEX: #DFD5F8
RGB: (223,213,248)

Color info

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

RGB color model

#DFD5F8 color RGB value is (223,213,248).

  • red value is 223;
  • green value is 213;
  • blue value is 248.
RGB:
(223,213,248)
(87%,84%,97%)

RGB channels and saturation

R 223 of 255 = 87%
G 213 of 255 = 84%
B 248 of 255 = 97%

223
213
248

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

Portions of RGB colors in percentages

R + G + B =
223 + 213 + 248 = 684 (100%)
R 223 of 684 ~ 32.6%
G 213 of 684 ~ 31.14%
B 248 of 684 ~ 36.26%

%32.6
%31.14
%36.26

CMYK color model

#DFD5F8 color CMYK value is (10,14,0,3).

  • cyan value is 10.08%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,14,0,3)
C10M14Y0K3 
(10%,14%,0%,3%)
(0.10/0.14/0.00/0.03)	

CMYK percentages

%10.08
%14.11
%0
%2.75

Codes

Color #DFD5F8 in popluar color models

DFD5F8
RGB223213248
HSL257°71.43%90.39%
HSB/HSV257°14.11%97.25%
CMYK10.08%14.11%0.00%
2.75%

Color #DFD5F8 in popluar number systems.

HEXDFD5F8
Decimal223213248
Binary110111111101010111111000
Octal337325370

Shades and tints

Shades of #DFD5F8

#DFD5F8
(223,213,248)
#CBC2E2
(203,194,226)
#B7AFCC
(183,175,204)
#A39CB6
(163,156,182)
#8F89A0
(143,137,160)
#7B768A
(123,118,138)
#676374
(103,99,116)
#53505E
(83,80,94)
#3F3D48
(63,61,72)
#2B2A32
(43,42,50)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFD5F8

#DFD5F8
(223,213,248)
#E1D8F8
(225,216,248)
#E3DBF8
(227,219,248)
#E5DEF8
(229,222,248)
#E7E1F8
(231,225,248)
#E9E4F8
(233,228,248)
#EBE7F8
(235,231,248)
#EDEAF8
(237,234,248)
#EFEDF8
(239,237,248)
#F1F0F8
(241,240,248)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD5F8 color. Also use rgb(223,213,248) instead hex code.

Text Font Color

.myTextColor { color: #DFD5F8; }

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

This text font color is #DFD5F8.


Background Color

.myBgColor { background-color: #DFD5F8; }

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

This div background color is #DFD5F8.


Border color

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

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

This div border color is #DFD5F8.


Opacity

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

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

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

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

This text has shadow with #DFD5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD5F8 on black background.


Color preview on white background

This text has color #DFD5F8 on white background.



Black color preview on #DFD5F8 background

This text has black color on #DFD5F8 background.


White color preview on #DFD5F8 background

This text has white color on #DFD5F8 background.