COLOR #D0D8FD

HEX: #D0D8FD RGB: (208,216,253)

Color info

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

RGB color model

#D0D8FD color RGB value is (208,216,253).

RGB: (208,216,253) (82%, 85%, 99%)

RGB channels and saturation

R 208 of 255 = 82%
G 216 of 255 = 85%
B 253 of 255 = 99%

208
216
253

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

Portions of RGB colors in percentages

R + G + B = 208 + 216 + 253 = 677 (100%)
R 208 of 677 ~ 30.72%
G 216 of 677 ~ 31.91%
B 253 of 677 ~ 37.37'%

%30.72
%31.91
%37.37

CMYK color model

#D0D8FD color CMYK value is (18,15,0,1).

  • cyan value is 17.79%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (18,15,0,1)
C18M15Y0K1 (18%, 15%, 0%, 1%)
(0.18 / 0.15 / 0.00 / 0.01)

CMYK percentages

%17.79
%14.62
%0
%0.78

Codes

Color #D0D8FD in popluar color models

D0 D8 FD
RGB 208 216 253
HSL 229° 91.84% 90.39%
HSB/HSV 229° 17.79% 99.22%
CMYK 17.79% 14.62% 0.00%
0.78%

Color #D0D8FD in popluar number systems.

HEX D0 D8 FD
Decimal 208 216 253
Binary 11010000 11011000 11111101
Octal 320 330 375

Shades and tints

Shades of #D0D8FD

#D0D8FD
(208,216,253)
#BEC5E6
(190,197,230)
#ACB2CF
(172,178,207)
#9A9FB8
(154,159,184)
#888CA1
(136,140,161)
#76798A
(118,121,138)
#646673
(100,102,115)
#52535C
(82,83,92)
#404045
(64,64,69)
#2E2D2E
(46,45,46)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #D0D8FD

#D0D8FD
(208,216,253)
#D4DBFD
(212,219,253)
#D8DEFD
(216,222,253)
#DCE1FD
(220,225,253)
#E0E4FD
(224,228,253)
#E4E7FD
(228,231,253)
#E8EAFD
(232,234,253)
#ECEDFD
(236,237,253)
#F0F0FD
(240,240,253)
#F4F3FD
(244,243,253)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D8FD; }

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

This text font color is #D0D8FD.

Background Color

.myBgColor { background-color: #D0D8FD; }

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

This div background color is #D0D8FD.

Border color

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

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

This div border color is #D0D8FD.

Opacity

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

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

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

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

This text has shadow with #D0D8FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D8FD.

Preview

Color preview on black background

This text has color #D0D8FD on black background.


Color preview on white background

This text has color #D0D8FD on white background.


Black color preview on #D0D8FD background

This text has black color on #D0D8FD background.


White color preview on #D0D8FD background

This text has white color on #D0D8FD background.


Related colors

Complementary color

Complementary color for #hex is #2F2702.


I love getcolorcode.com

Triadic colors

1 #FDD0D8 and #D8FDD0 with #D0D8FD are triadic colors.

2 #FDD8D0 and #D8D0FD with #D0D8FD are triadic colors.