COLOR #D9DEFB

HEX: #D9DEFB RGB: (217,222,251)

Color info

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

RGB color model

#D9DEFB color RGB value is (217,222,251).

RGB: (217,222,251) (85%, 87%, 98%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 251 of 255 = 98%

217
222
251

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

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 251 = 690 (100%)
R 217 of 690 ~ 31.45%
G 222 of 690 ~ 32.17%
B 251 of 690 ~ 36.38'%

%31.45
%32.17
%36.38

CMYK color model

#D9DEFB color CMYK value is (14,12,0,2).

  • cyan value is 13.55%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,12,0,2)
C14M12Y0K2 (14%, 12%, 0%, 2%)
(0.14 / 0.12 / 0.00 / 0.02)

CMYK percentages

%13.55
%11.55
%0
%1.57

Codes

Color #D9DEFB in popluar color models

D9 DE FB
RGB 217 222 251
HSL 231° 80.95% 91.76%
HSB/HSV 231° 13.55% 98.43%
CMYK 13.55% 11.55% 0.00%
1.57%

Color #D9DEFB in popluar number systems.

HEX D9 DE FB
Decimal 217 222 251
Binary 11011001 11011110 11111011
Octal 331 336 373

Shades and tints

Shades of #D9DEFB

#D9DEFB
(217,222,251)
#C6CAE5
(198,202,229)
#B3B6CF
(179,182,207)
#A0A2B9
(160,162,185)
#8D8EA3
(141,142,163)
#7A7A8D
(122,122,141)
#676677
(103,102,119)
#545261
(84,82,97)
#413E4B
(65,62,75)
#2E2A35
(46,42,53)
#1B161F
(27,22,31)
#000000
(0,0,0)

Tints of #D9DEFB

#D9DEFB
(217,222,251)
#DCE1FB
(220,225,251)
#DFE4FB
(223,228,251)
#E2E7FB
(226,231,251)
#E5EAFB
(229,234,251)
#E8EDFB
(232,237,251)
#EBF0FB
(235,240,251)
#EEF3FB
(238,243,251)
#F1F6FB
(241,246,251)
#F4F9FB
(244,249,251)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DEFB color. Also use rgb(217,222,251) instead hex code.

Text Font Color

.myTextColor { color: #D9DEFB; }

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

This text font color is #D9DEFB.

Background Color

.myBgColor { background-color: #D9DEFB; }

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

This div background color is #D9DEFB.

Border color

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

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

This div border color is #D9DEFB.

Opacity

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

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

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

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

This text has shadow with #D9DEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DEFB.

Preview

Color preview on black background

This text has color #D9DEFB on black background.


Color preview on white background

This text has color #D9DEFB on white background.


Black color preview on #D9DEFB background

This text has black color on #D9DEFB background.


White color preview on #D9DEFB background

This text has white color on #D9DEFB background.


Related colors

Complementary color

Complementary color for #hex is #262104.


I love getcolorcode.com

Triadic colors

1 #FBD9DE and #DEFBD9 with #D9DEFB are triadic colors.

2 #FBDED9 and #DED9FB with #D9DEFB are triadic colors.