COLOR #D9D1FE

HEX: #D9D1FE
RGB: (217,209,254)

Color info

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

RGB color model

#D9D1FE color RGB value is (217,209,254).

  • red value is 217;
  • green value is 209;
  • blue value is 254.
RGB:
(217,209,254)
(85%,82%,100%)

RGB channels and saturation

R 217 of 255 = 85%
G 209 of 255 = 82%
B 254 of 255 = 100%

217
209
254

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

Portions of RGB colors in percentages

R + G + B =
217 + 209 + 254 = 680 (100%)
R 217 of 680 ~ 31.91%
G 209 of 680 ~ 30.74%
B 254 of 680 ~ 37.35%

%31.91
%30.74
%37.35

CMYK color model

#D9D1FE color CMYK value is (15,18,0,0).

  • cyan value is 14.57%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,18,0,0)
C15M18Y0K0 
(15%,18%,0%,0%)
(0.15/0.18/0.00/0.00)	

CMYK percentages

%14.57
%17.72
%0
%0.39

Codes

Color #D9D1FE in popluar color models

D9D1FE
RGB217209254
HSL251°95.74%90.78%
HSB/HSV251°17.72%99.61%
CMYK14.57%17.72%0.00%
0.39%

Color #D9D1FE in popluar number systems.

HEXD9D1FE
Decimal217209254
Binary110110011101000111111110
Octal331321376

Shades and tints

Shades of #D9D1FE

#D9D1FE
(217,209,254)
#C6BEE7
(198,190,231)
#B3ABD0
(179,171,208)
#A098B9
(160,152,185)
#8D85A2
(141,133,162)
#7A728B
(122,114,139)
#675F74
(103,95,116)
#544C5D
(84,76,93)
#413946
(65,57,70)
#2E262F
(46,38,47)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #D9D1FE

#D9D1FE
(217,209,254)
#DCD5FE
(220,213,254)
#DFD9FE
(223,217,254)
#E2DDFE
(226,221,254)
#E5E1FE
(229,225,254)
#E8E5FE
(232,229,254)
#EBE9FE
(235,233,254)
#EEEDFE
(238,237,254)
#F1F1FE
(241,241,254)
#F4F5FE
(244,245,254)
#F7F9FE
(247,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D1FE color. Also use rgb(217,209,254) instead hex code.

Text Font Color

.myTextColor { color: #D9D1FE; }

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

This text font color is #D9D1FE.


Background Color

.myBgColor { background-color: #D9D1FE; }

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

This div background color is #D9D1FE.


Border color

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

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

This div border color is #D9D1FE.


Opacity

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

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

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

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

This text has shadow with #D9D1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D1FE on black background.


Color preview on white background

This text has color #D9D1FE on white background.



Black color preview on #D9D1FE background

This text has black color on #D9D1FE background.


White color preview on #D9D1FE background

This text has white color on #D9D1FE background.