COLOR #D3D8FF

HEX: #D3D8FF RGB: (211,216,255)

Color info

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

RGB color model

#D3D8FF color RGB value is (211,216,255).

RGB: (211,216,255) (83%, 85%, 100%)

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 255 of 255 = 100%

211
216
255

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

Portions of RGB colors in percentages

R + G + B = 211 + 216 + 255 = 682 (100%)
R 211 of 682 ~ 30.94%
G 216 of 682 ~ 31.67%
B 255 of 682 ~ 37.39'%

%30.94
%31.67
%37.39

CMYK color model

#D3D8FF color CMYK value is (17,15,0,0).

  • cyan value is 17.25%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (17,15,0,0)
C17M15Y0K0 (17%, 15%, 0%, 0%)
(0.17 / 0.15 / 0.00 / 0.00)

CMYK percentages

%17.25
%15.29
%0
%0

Codes

Color #D3D8FF in popluar color models

D3 D8 FF
RGB 211 216 255
HSL 233° 100.00% 91.37%
HSB/HSV 233° 17.25% 100.00%
CMYK 17.25% 15.29% 0.00%
0.00%

Color #D3D8FF in popluar number systems.

HEX D3 D8 FF
Decimal 211 216 255
Binary 11010011 11011000 11111111
Octal 323 330 377

Shades and tints

Shades of #D3D8FF

#D3D8FF
(211,216,255)
#C0C5E8
(192,197,232)
#ADB2D1
(173,178,209)
#9A9FBA
(154,159,186)
#878CA3
(135,140,163)
#74798C
(116,121,140)
#616675
(97,102,117)
#4E535E
(78,83,94)
#3B4047
(59,64,71)
#282D30
(40,45,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #D3D8FF

#D3D8FF
(211,216,255)
#D7DBFF
(215,219,255)
#DBDEFF
(219,222,255)
#DFE1FF
(223,225,255)
#E3E4FF
(227,228,255)
#E7E7FF
(231,231,255)
#EBEAFF
(235,234,255)
#EFEDFF
(239,237,255)
#F3F0FF
(243,240,255)
#F7F3FF
(247,243,255)
#FBF6FF
(251,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D8FF color. Also use rgb(211,216,255) instead hex code.

Text Font Color

.myTextColor { color: #D3D8FF; }

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

This text font color is #D3D8FF.

Background Color

.myBgColor { background-color: #D3D8FF; }

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

This div background color is #D3D8FF.

Border color

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

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

This div border color is #D3D8FF.

Opacity

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

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

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

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

This text has shadow with #D3D8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D8FF.

Preview

Color preview on black background

This text has color #D3D8FF on black background.


Color preview on white background

This text has color #D3D8FF on white background.


Black color preview on #D3D8FF background

This text has black color on #D3D8FF background.


White color preview on #D3D8FF background

This text has white color on #D3D8FF background.


Related colors

Complementary color

Complementary color for #hex is #2C2700.


I love getcolorcode.com

Triadic colors

1 #FFD3D8 and #D8FFD3 with #D3D8FF are triadic colors.

2 #FFD8D3 and #D8D3FF with #D3D8FF are triadic colors.