COLOR #D8DAF8

HEX: #D8DAF8 RGB: (216,218,248)

Color info

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

RGB color model

#D8DAF8 color RGB value is (216,218,248).

RGB: (216,218,248) (85%, 85%, 97%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 248 of 255 = 97%

216
218
248

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

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 248 = 682 (100%)
R 216 of 682 ~ 31.67%
G 218 of 682 ~ 31.96%
B 248 of 682 ~ 36.36'%

%31.67
%31.96
%36.36

CMYK color model

#D8DAF8 color CMYK value is (13,12,0,3).

  • cyan value is 12.90%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (13,12,0,3)
C13M12Y0K3 (13%, 12%, 0%, 3%)
(0.13 / 0.12 / 0.00 / 0.03)

CMYK percentages

%12.9
%12.1
%0
%2.75

Codes

Color #D8DAF8 in popluar color models

D8 DA F8
RGB 216 218 248
HSL 236° 69.57% 90.98%
HSB/HSV 236° 12.90% 97.25%
CMYK 12.90% 12.10% 0.00%
2.75%

Color #D8DAF8 in popluar number systems.

HEX D8 DA F8
Decimal 216 218 248
Binary 11011000 11011010 11111000
Octal 330 332 370

Shades and tints

Shades of #D8DAF8

#D8DAF8
(216,218,248)
#C5C7E2
(197,199,226)
#B2B4CC
(178,180,204)
#9FA1B6
(159,161,182)
#8C8EA0
(140,142,160)
#797B8A
(121,123,138)
#666874
(102,104,116)
#53555E
(83,85,94)
#404248
(64,66,72)
#2D2F32
(45,47,50)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #D8DAF8

#D8DAF8
(216,218,248)
#DBDDF8
(219,221,248)
#DEE0F8
(222,224,248)
#E1E3F8
(225,227,248)
#E4E6F8
(228,230,248)
#E7E9F8
(231,233,248)
#EAECF8
(234,236,248)
#EDEFF8
(237,239,248)
#F0F2F8
(240,242,248)
#F3F5F8
(243,245,248)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DAF8 color. Also use rgb(216,218,248) instead hex code.

Text Font Color

.myTextColor { color: #D8DAF8; }

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

This text font color is #D8DAF8.

Background Color

.myBgColor { background-color: #D8DAF8; }

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

This div background color is #D8DAF8.

Border color

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

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

This div border color is #D8DAF8.

Opacity

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

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

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

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

This text has shadow with #D8DAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAF8.

Preview

Color preview on black background

This text has color #D8DAF8 on black background.


Color preview on white background

This text has color #D8DAF8 on white background.


Black color preview on #D8DAF8 background

This text has black color on #D8DAF8 background.


White color preview on #D8DAF8 background

This text has white color on #D8DAF8 background.


Related colors

Complementary color

Complementary color for #hex is #272507.


I love getcolorcode.com

Triadic colors

1 #F8D8DA and #DAF8D8 with #D8DAF8 are triadic colors.

2 #F8DAD8 and #DAD8F8 with #D8DAF8 are triadic colors.