COLOR #D9DDFD

HEX: #D9DDFD RGB: (217,221,253)

Color info

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

RGB color model

#D9DDFD color RGB value is (217,221,253).

RGB: (217,221,253) (85%, 87%, 99%)

RGB channels and saturation

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

217
221
253

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

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 253 = 691 (100%)
R 217 of 691 ~ 31.4%
G 221 of 691 ~ 31.98%
B 253 of 691 ~ 36.61'%

%31.4
%31.98
%36.61

CMYK color model

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

  • cyan value is 14.23%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (14,13,0,1)
C14M13Y0K1 (14%, 13%, 0%, 1%)
(0.14 / 0.13 / 0.00 / 0.01)

CMYK percentages

%14.23
%12.65
%0
%0.78

Codes

Color #D9DDFD in popluar color models

D9 DD FD
RGB 217 221 253
HSL 233° 90.00% 92.16%
HSB/HSV 233° 14.23% 99.22%
CMYK 14.23% 12.65% 0.00%
0.78%

Color #D9DDFD in popluar number systems.

HEX D9 DD FD
Decimal 217 221 253
Binary 11011001 11011101 11111101
Octal 331 335 375

Shades and tints

Shades of #D9DDFD

#D9DDFD
(217,221,253)
#C6C9E6
(198,201,230)
#B3B5CF
(179,181,207)
#A0A1B8
(160,161,184)
#8D8DA1
(141,141,161)
#7A798A
(122,121,138)
#676573
(103,101,115)
#54515C
(84,81,92)
#413D45
(65,61,69)
#2E292E
(46,41,46)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D9DDFD

#D9DDFD
(217,221,253)
#DCE0FD
(220,224,253)
#DFE3FD
(223,227,253)
#E2E6FD
(226,230,253)
#E5E9FD
(229,233,253)
#E8ECFD
(232,236,253)
#EBEFFD
(235,239,253)
#EEF2FD
(238,242,253)
#F1F5FD
(241,245,253)
#F4F8FD
(244,248,253)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDFD; }

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

This text font color is #D9DDFD.

Background Color

.myBgColor { background-color: #D9DDFD; }

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

This div background color is #D9DDFD.

Border color

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

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

This div border color is #D9DDFD.

Opacity

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

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

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

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

This text has shadow with #D9DDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDFD.

Preview

Color preview on black background

This text has color #D9DDFD on black background.


Color preview on white background

This text has color #D9DDFD on white background.


Black color preview on #D9DDFD background

This text has black color on #D9DDFD background.


White color preview on #D9DDFD background

This text has white color on #D9DDFD background.


Related colors

Complementary color

Complementary color for #hex is #262202.


I love getcolorcode.com

Triadic colors

1 #FDD9DD and #DDFDD9 with #D9DDFD are triadic colors.

2 #FDDDD9 and #DDD9FD with #D9DDFD are triadic colors.