COLOR #D9D9FD

HEX: #D9D9FD
RGB: (217,217,253)

Color info

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

RGB color model

#D9D9FD color RGB value is (217,217,253).

  • red value is 217;
  • green value is 217;
  • blue value is 253.
RGB:
(217,217,253)
(85%,85%,99%)

RGB channels and saturation

R 217 of 255 = 85%
G 217 of 255 = 85%
B 253 of 255 = 99%

217
217
253

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

Portions of RGB colors in percentages

R + G + B =
217 + 217 + 253 = 687 (100%)
R 217 of 687 ~ 31.59%
G 217 of 687 ~ 31.59%
B 253 of 687 ~ 36.83%

%31.59
%31.59
%36.83

CMYK color model

#D9D9FD color CMYK value is (14,14,0,1).

  • cyan value is 14.23%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(14,14,0,1)
C14M14Y0K1 
(14%,14%,0%,1%)
(0.14/0.14/0.00/0.01)	

CMYK percentages

%14.23
%14.23
%0
%0.78

Codes

Color #D9D9FD in popluar color models

D9D9FD
RGB217217253
HSL240°90.00%92.16%
HSB/HSV240°14.23%99.22%
CMYK14.23%14.23%0.00%
0.78%

Color #D9D9FD in popluar number systems.

HEXD9D9FD
Decimal217217253
Binary110110011101100111111101
Octal331331375

Shades and tints

Shades of #D9D9FD

#D9D9FD
(217,217,253)
#C6C6E6
(198,198,230)
#B3B3CF
(179,179,207)
#A0A0B8
(160,160,184)
#8D8DA1
(141,141,161)
#7A7A8A
(122,122,138)
#676773
(103,103,115)
#54545C
(84,84,92)
#414145
(65,65,69)
#2E2E2E
(46,46,46)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #D9D9FD

#D9D9FD
(217,217,253)
#DCDCFD
(220,220,253)
#DFDFFD
(223,223,253)
#E2E2FD
(226,226,253)
#E5E5FD
(229,229,253)
#E8E8FD
(232,232,253)
#EBEBFD
(235,235,253)
#EEEEFD
(238,238,253)
#F1F1FD
(241,241,253)
#F4F4FD
(244,244,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D9FD; }

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

This text font color is #D9D9FD.


Background Color

.myBgColor { background-color: #D9D9FD; }

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

This div background color is #D9D9FD.


Border color

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

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

This div border color is #D9D9FD.


Opacity

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

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

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

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

This text has shadow with #D9D9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D9FD on black background.


Color preview on white background

This text has color #D9D9FD on white background.



Black color preview on #D9D9FD background

This text has black color on #D9D9FD background.


White color preview on #D9D9FD background

This text has white color on #D9D9FD background.