COLOR #D5D9FD

HEX: #D5D9FD RGB: (213,217,253)

Color info

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

RGB color model

#D5D9FD color RGB value is (213,217,253).

RGB: (213,217,253) (84%, 85%, 99%)

RGB channels and saturation

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

213
217
253

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

Portions of RGB colors in percentages

R + G + B = 213 + 217 + 253 = 683 (100%)
R 213 of 683 ~ 31.19%
G 217 of 683 ~ 31.77%
B 253 of 683 ~ 37.04'%

%31.19
%31.77
%37.04

CMYK color model

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

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

CMYK: (16,14,0,1)
C16M14Y0K1 (16%, 14%, 0%, 1%)
(0.16 / 0.14 / 0.00 / 0.01)

CMYK percentages

%15.81
%14.23
%0
%0.78

Codes

Color #D5D9FD in popluar color models

D5 D9 FD
RGB 213 217 253
HSL 234° 90.91% 91.37%
HSB/HSV 234° 15.81% 99.22%
CMYK 15.81% 14.23% 0.00%
0.78%

Color #D5D9FD in popluar number systems.

HEX D5 D9 FD
Decimal 213 217 253
Binary 11010101 11011001 11111101
Octal 325 331 375

Shades and tints

Shades of #D5D9FD

#D5D9FD
(213,217,253)
#C2C6E6
(194,198,230)
#AFB3CF
(175,179,207)
#9CA0B8
(156,160,184)
#898DA1
(137,141,161)
#767A8A
(118,122,138)
#636773
(99,103,115)
#50545C
(80,84,92)
#3D4145
(61,65,69)
#2A2E2E
(42,46,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5D9FD

#D5D9FD
(213,217,253)
#D8DCFD
(216,220,253)
#DBDFFD
(219,223,253)
#DEE2FD
(222,226,253)
#E1E5FD
(225,229,253)
#E4E8FD
(228,232,253)
#E7EBFD
(231,235,253)
#EAEEFD
(234,238,253)
#EDF1FD
(237,241,253)
#F0F4FD
(240,244,253)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D9FD; }

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

This text font color is #D5D9FD.

Background Color

.myBgColor { background-color: #D5D9FD; }

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

This div background color is #D5D9FD.

Border color

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

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

This div border color is #D5D9FD.

Opacity

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

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

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

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

This text has shadow with #D5D9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D9FD.

Preview

Color preview on black background

This text has color #D5D9FD on black background.


Color preview on white background

This text has color #D5D9FD on white background.


Black color preview on #D5D9FD background

This text has black color on #D5D9FD background.


White color preview on #D5D9FD background

This text has white color on #D5D9FD background.


Related colors

Complementary color

Complementary color for #hex is #2A2602.


I love getcolorcode.com

Triadic colors

1 #FDD5D9 and #D9FDD5 with #D5D9FD are triadic colors.

2 #FDD9D5 and #D9D5FD with #D5D9FD are triadic colors.