COLOR #D6DDFB

HEX: #D6DDFB RGB: (214,221,251)

Color info

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

RGB color model

#D6DDFB color RGB value is (214,221,251).

RGB: (214,221,251) (84%, 87%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 251 of 255 = 98%

214
221
251

R + G + B ~ 90%. #D6DDFB is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 221 + 251 = 686 (100%)
R 214 of 686 ~ 31.2%
G 221 of 686 ~ 32.22%
B 251 of 686 ~ 36.59'%

%31.2
%32.22
%36.59

CMYK color model

#D6DDFB color CMYK value is (15,12,0,2).

  • cyan value is 14.74%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (15,12,0,2)
C15M12Y0K2 (15%, 12%, 0%, 2%)
(0.15 / 0.12 / 0.00 / 0.02)

CMYK percentages

%14.74
%11.95
%0
%1.57

Codes

Color #D6DDFB in popluar color models

D6 DD FB
RGB 214 221 251
HSL 229° 82.22% 91.18%
HSB/HSV 229° 14.74% 98.43%
CMYK 14.74% 11.95% 0.00%
1.57%

Color #D6DDFB in popluar number systems.

HEX D6 DD FB
Decimal 214 221 251
Binary 11010110 11011101 11111011
Octal 326 335 373

Shades and tints

Shades of #D6DDFB

#D6DDFB
(214,221,251)
#C3C9E5
(195,201,229)
#B0B5CF
(176,181,207)
#9DA1B9
(157,161,185)
#8A8DA3
(138,141,163)
#77798D
(119,121,141)
#646577
(100,101,119)
#515161
(81,81,97)
#3E3D4B
(62,61,75)
#2B2935
(43,41,53)
#18151F
(24,21,31)
#000000
(0,0,0)

Tints of #D6DDFB

#D6DDFB
(214,221,251)
#D9E0FB
(217,224,251)
#DCE3FB
(220,227,251)
#DFE6FB
(223,230,251)
#E2E9FB
(226,233,251)
#E5ECFB
(229,236,251)
#E8EFFB
(232,239,251)
#EBF2FB
(235,242,251)
#EEF5FB
(238,245,251)
#F1F8FB
(241,248,251)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDFB color. Also use rgb(214,221,251) instead hex code.

Text Font Color

.myTextColor { color: #D6DDFB; }

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

This text font color is #D6DDFB.

Background Color

.myBgColor { background-color: #D6DDFB; }

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

This div background color is #D6DDFB.

Border color

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

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

This div border color is #D6DDFB.

Opacity

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

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

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

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

This text has shadow with #D6DDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DDFB.

Preview

Color preview on black background

This text has color #D6DDFB on black background.


Color preview on white background

This text has color #D6DDFB on white background.


Black color preview on #D6DDFB background

This text has black color on #D6DDFB background.


White color preview on #D6DDFB background

This text has white color on #D6DDFB background.


Related colors

Complementary color

Complementary color for #hex is #292204.


I love getcolorcode.com

Triadic colors

1 #FBD6DD and #DDFBD6 with #D6DDFB are triadic colors.

2 #FBDDD6 and #DDD6FB with #D6DDFB are triadic colors.