COLOR #DFD6FB

HEX: #DFD6FB
RGB: (223,214,251)

Color info

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

RGB color model

#DFD6FB color RGB value is (223,214,251).

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

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 251 of 255 = 98%

223
214
251

R + G + B ~ 90%. #DFD6FB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 251 = 688 (100%)
R 223 of 688 ~ 32.41%
G 214 of 688 ~ 31.1%
B 251 of 688 ~ 36.48%

%32.41
%31.1
%36.48

CMYK color model

#DFD6FB color CMYK value is (11,15,0,2).

  • cyan value is 11.16%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,15,0,2)
C11M15Y0K2 
(11%,15%,0%,2%)
(0.11/0.15/0.00/0.02)	

CMYK percentages

%11.16
%14.74
%0
%1.57

Codes

Color #DFD6FB in popluar color models

DFD6FB
RGB223214251
HSL255°82.22%91.18%
HSB/HSV255°14.74%98.43%
CMYK11.16%14.74%0.00%
1.57%

Color #DFD6FB in popluar number systems.

HEXDFD6FB
Decimal223214251
Binary110111111101011011111011
Octal337326373

Shades and tints

Shades of #DFD6FB

#DFD6FB
(223,214,251)
#CBC3E5
(203,195,229)
#B7B0CF
(183,176,207)
#A39DB9
(163,157,185)
#8F8AA3
(143,138,163)
#7B778D
(123,119,141)
#676477
(103,100,119)
#535161
(83,81,97)
#3F3E4B
(63,62,75)
#2B2B35
(43,43,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #DFD6FB

#DFD6FB
(223,214,251)
#E1D9FB
(225,217,251)
#E3DCFB
(227,220,251)
#E5DFFB
(229,223,251)
#E7E2FB
(231,226,251)
#E9E5FB
(233,229,251)
#EBE8FB
(235,232,251)
#EDEBFB
(237,235,251)
#EFEEFB
(239,238,251)
#F1F1FB
(241,241,251)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD6FB; }

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

This text font color is #DFD6FB.


Background Color

.myBgColor { background-color: #DFD6FB; }

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

This div background color is #DFD6FB.


Border color

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

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

This div border color is #DFD6FB.


Opacity

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

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

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

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

This text has shadow with #DFD6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6FB on black background.


Color preview on white background

This text has color #DFD6FB on white background.



Black color preview on #DFD6FB background

This text has black color on #DFD6FB background.


White color preview on #DFD6FB background

This text has white color on #DFD6FB background.