COLOR #DFD8FE

HEX: #DFD8FE
RGB: (223,216,254)

Color info

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

RGB color model

#DFD8FE color RGB value is (223,216,254).

  • red value is 223;
  • green value is 216;
  • blue value is 254.
RGB:
(223,216,254)
(87%,85%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 254 of 255 = 100%

223
216
254

R + G + B ~ 91%. #DFD8FE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 216 + 254 = 693 (100%)
R 223 of 693 ~ 32.18%
G 216 of 693 ~ 31.17%
B 254 of 693 ~ 36.65%

%32.18
%31.17
%36.65

CMYK color model

#DFD8FE color CMYK value is (12,15,0,0).

  • cyan value is 12.20%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,15,0,0)
C12M15Y0K0 
(12%,15%,0%,0%)
(0.12/0.15/0.00/0.00)	

CMYK percentages

%12.2
%14.96
%0
%0.39

Codes

Color #DFD8FE in popluar color models

DFD8FE
RGB223216254
HSL251°95.00%92.16%
HSB/HSV251°14.96%99.61%
CMYK12.20%14.96%0.00%
0.39%

Color #DFD8FE in popluar number systems.

HEXDFD8FE
Decimal223216254
Binary110111111101100011111110
Octal337330376

Shades and tints

Shades of #DFD8FE

#DFD8FE
(223,216,254)
#CBC5E7
(203,197,231)
#B7B2D0
(183,178,208)
#A39FB9
(163,159,185)
#8F8CA2
(143,140,162)
#7B798B
(123,121,139)
#676674
(103,102,116)
#53535D
(83,83,93)
#3F4046
(63,64,70)
#2B2D2F
(43,45,47)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFD8FE

#DFD8FE
(223,216,254)
#E1DBFE
(225,219,254)
#E3DEFE
(227,222,254)
#E5E1FE
(229,225,254)
#E7E4FE
(231,228,254)
#E9E7FE
(233,231,254)
#EBEAFE
(235,234,254)
#EDEDFE
(237,237,254)
#EFF0FE
(239,240,254)
#F1F3FE
(241,243,254)
#F3F6FE
(243,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD8FE color. Also use rgb(223,216,254) instead hex code.

Text Font Color

.myTextColor { color: #DFD8FE; }

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

This text font color is #DFD8FE.


Background Color

.myBgColor { background-color: #DFD8FE; }

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

This div background color is #DFD8FE.


Border color

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

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

This div border color is #DFD8FE.


Opacity

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

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

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

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

This text has shadow with #DFD8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD8FE on black background.


Color preview on white background

This text has color #DFD8FE on white background.



Black color preview on #DFD8FE background

This text has black color on #DFD8FE background.


White color preview on #DFD8FE background

This text has white color on #DFD8FE background.