COLOR #D9D6FF

HEX: #D9D6FF
RGB: (217,214,255)

Color info

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

RGB color model

#D9D6FF color RGB value is (217,214,255).

  • red value is 217;
  • green value is 214;
  • blue value is 255.
RGB:
(217,214,255)
(85%,84%,100%)

RGB channels and saturation

R 217 of 255 = 85%
G 214 of 255 = 84%
B 255 of 255 = 100%

217
214
255

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

Portions of RGB colors in percentages

R + G + B =
217 + 214 + 255 = 686 (100%)
R 217 of 686 ~ 31.63%
G 214 of 686 ~ 31.2%
B 255 of 686 ~ 37.17%

%31.63
%31.2
%37.17

CMYK color model

#D9D6FF color CMYK value is (15,16,0,0).

  • cyan value is 14.90%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,16,0,0)
C15M16Y0K0 
(15%,16%,0%,0%)
(0.15/0.16/0.00/0.00)	

CMYK percentages

%14.9
%16.08
%0
%0

Codes

Color #D9D6FF in popluar color models

D9D6FF
RGB217214255
HSL244°100.00%91.96%
HSB/HSV244°16.08%100.00%
CMYK14.90%16.08%0.00%
0.00%

Color #D9D6FF in popluar number systems.

HEXD9D6FF
Decimal217214255
Binary110110011101011011111111
Octal331326377

Shades and tints

Shades of #D9D6FF

#D9D6FF
(217,214,255)
#C6C3E8
(198,195,232)
#B3B0D1
(179,176,209)
#A09DBA
(160,157,186)
#8D8AA3
(141,138,163)
#7A778C
(122,119,140)
#676475
(103,100,117)
#54515E
(84,81,94)
#413E47
(65,62,71)
#2E2B30
(46,43,48)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #D9D6FF

#D9D6FF
(217,214,255)
#DCD9FF
(220,217,255)
#DFDCFF
(223,220,255)
#E2DFFF
(226,223,255)
#E5E2FF
(229,226,255)
#E8E5FF
(232,229,255)
#EBE8FF
(235,232,255)
#EEEBFF
(238,235,255)
#F1EEFF
(241,238,255)
#F4F1FF
(244,241,255)
#F7F4FF
(247,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D6FF color. Also use rgb(217,214,255) instead hex code.

Text Font Color

.myTextColor { color: #D9D6FF; }

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

This text font color is #D9D6FF.


Background Color

.myBgColor { background-color: #D9D6FF; }

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

This div background color is #D9D6FF.


Border color

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

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

This div border color is #D9D6FF.


Opacity

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

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

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

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

This text has shadow with #D9D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D6FF on black background.


Color preview on white background

This text has color #D9D6FF on white background.



Black color preview on #D9D6FF background

This text has black color on #D9D6FF background.


White color preview on #D9D6FF background

This text has white color on #D9D6FF background.