HEX: #D9DEFB
RGB: (217,222,251)
#D9DEFB contains red, green and blue colors in about the same proportion. Web safe color of #D9DEFB is #CCCCFF (or #CCF).
#D9DEFB color RGB value is (217,222,251).
RGB: (217,222,251)
(85%, 87%, 98%)
R 217 of 255 = 85%
G 222 of 255 = 87%
B 251 of 255 = 98%
R + G + B ~ 90%. #D9DEFB is light color.
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'%
#D9DEFB color CMYK value is (14,12,0,2).
CMYK: (14,12,0,2)
C14M12Y0K2 (14%, 12%, 0%, 2%)
(0.14 / 0.12 / 0.00 / 0.02)
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 of #D9DEFB
Tints of #D9DEFB
Examples of css and html codes for elements with #D9DEFB color. Also use rgb(217,222,251) instead hex code.
.myTextColor { color: #D9DEFB; }
<p style="color:#D9DEFB">This sample text font color is #D9DEFB.</p>
This text font color is #D9DEFB.
.myBgColor { background-color: #D9DEFB; }
<div style="background-color:#D9DEFB">Inner text</div>
This div background color is #D9DEFB.
.myBorderColor { border: 1px solid #D9DEFB; }
<div style="border:3px solid #D9DEFB">Div</div>
This div border color is #D9DEFB.
.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%.
.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.
/* 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 text has color #D9DEFB on black background.
This text has color #D9DEFB on white background.
This text has black color on #D9DEFB background.
This text has white color on #D9DEFB background.
Complementary color for #hex is #262104.