COLOR #D3DDF5

HEX: #D3DDF5 RGB: (211,221,245)

Color info

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

RGB color model

#D3DDF5 color RGB value is (211,221,245).

RGB: (211,221,245) (83%, 87%, 96%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 245 of 255 = 96%

211
221
245

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

Portions of RGB colors in percentages

R + G + B = 211 + 221 + 245 = 677 (100%)
R 211 of 677 ~ 31.17%
G 221 of 677 ~ 32.64%
B 245 of 677 ~ 36.19'%

%31.17
%32.64
%36.19

CMYK color model

#D3DDF5 color CMYK value is (14,10,0,4).

  • cyan value is 13.88%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (14,10,0,4)
C14M10Y0K4 (14%, 10%, 0%, 4%)
(0.14 / 0.10 / 0.00 / 0.04)

CMYK percentages

%13.88
%9.8
%0
%3.92

Codes

Color #D3DDF5 in popluar color models

D3 DD F5
RGB 211 221 245
HSL 222° 62.96% 89.41%
HSB/HSV 222° 13.88% 96.08%
CMYK 13.88% 9.80% 0.00%
3.92%

Color #D3DDF5 in popluar number systems.

HEX D3 DD F5
Decimal 211 221 245
Binary 11010011 11011101 11110101
Octal 323 335 365

Shades and tints

Shades of #D3DDF5

#D3DDF5
(211,221,245)
#C0C9DF
(192,201,223)
#ADB5C9
(173,181,201)
#9AA1B3
(154,161,179)
#878D9D
(135,141,157)
#747987
(116,121,135)
#616571
(97,101,113)
#4E515B
(78,81,91)
#3B3D45
(59,61,69)
#28292F
(40,41,47)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #D3DDF5

#D3DDF5
(211,221,245)
#D7E0F5
(215,224,245)
#DBE3F5
(219,227,245)
#DFE6F5
(223,230,245)
#E3E9F5
(227,233,245)
#E7ECF5
(231,236,245)
#EBEFF5
(235,239,245)
#EFF2F5
(239,242,245)
#F3F5F5
(243,245,245)
#F7F8F5
(247,248,245)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DDF5 color. Also use rgb(211,221,245) instead hex code.

Text Font Color

.myTextColor { color: #D3DDF5; }

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

This text font color is #D3DDF5.

Background Color

.myBgColor { background-color: #D3DDF5; }

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

This div background color is #D3DDF5.

Border color

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

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

This div border color is #D3DDF5.

Opacity

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

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

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

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

This text has shadow with #D3DDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DDF5.

Preview

Color preview on black background

This text has color #D3DDF5 on black background.


Color preview on white background

This text has color #D3DDF5 on white background.


Black color preview on #D3DDF5 background

This text has black color on #D3DDF5 background.


White color preview on #D3DDF5 background

This text has white color on #D3DDF5 background.


Related colors

Complementary color

Complementary color for #hex is #2C220A.


I love getcolorcode.com

Triadic colors

1 #F5D3DD and #DDF5D3 with #D3DDF5 are triadic colors.

2 #F5DDD3 and #DDD3F5 with #D3DDF5 are triadic colors.