HEX: #D5D8FA
RGB: (213,216,250)
#D5D8FA contains red, green and blue colors in about the same proportion. Web safe color of #D5D8FA is #CCCCFF (or #CCF).
#D5D8FA color RGB value is (213,216,250).
RGB: (213,216,250)
(84%, 85%, 98%)
R 213 of 255 = 84%
G 216 of 255 = 85%
B 250 of 255 = 98%
R + G + B ~ 89%. #D5D8FA is light color.
R + G + B = 213 + 216 + 250 = 679 (100%)
R 213 of 679 ~ 31.37%
G 216 of 679 ~ 31.81%
B 250 of 679 ~ 36.82'%
#D5D8FA color CMYK value is (15,14,0,2).
CMYK: (15,14,0,2) C15M14Y0K2 (15%,14%,0%,2%) (0.15/0.14/0.00/0.02)
Color #D5D8FA in popluar color models
D5 | D8 | FA | |
---|---|---|---|
RGB | 213 | 216 | 250 |
HSL | 235° | 78.72% | 90.78% |
HSB/HSV | 235° | 14.80% | 98.04% |
CMYK | 14.80% | 13.60% | 0.00% |
1.96% |
Color #D5D8FA in popluar number systems.
HEX | D5 | D8 | FA |
Decimal | 213 | 216 | 250 |
Binary | 11010101 | 11011000 | 11111010 |
Octal | 325 | 330 | 372 |
Shades of #D5D8FA
Tints of #D5D8FA
Examples of css and html codes for elements with #D5D8FA color. Also use rgb(213,216,250) instead hex code.
.myTextColor { color: #D5D8FA; }
<p style="color:#D5D8FA">This sample text font color is #D5D8FA.</p>
This text font color is #D5D8FA.
.myBgColor { background-color: #D5D8FA; }
<div style="background-color:#D5D8FA">Inner text</div>
This div background color is #D5D8FA.
.myBorderColor { border: 1px solid #D5D8FA; }
<div style="border:3px solid #D5D8FA">Div</div>
This div border color is #D5D8FA.
.myOpacity80 { color: #D5D8FA; opacity: 0.8; }
<p style="color:#D5D8FA;opacity:0.8;">80%</p>
Text with #D5D8FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5D8FA;}
<p style="text-shadow: 3px 3px 1px #D5D8FA">Text here.</p>
This text has shadow with #D5D8FA color.
.textShadow {text-shadow: 3px 3px 1px #D5D8FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5D8FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5D8FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5D8FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5D8FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5D8FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5D8FA;
-webkit-box-shadow: 1px 1px 3px 2px #D5D8FA;
box-shadow: 1px 1px 3px 2px #D5D8FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5D8FA; -webkit-box-shadow: 1px 1px 3px 2px #D5D8FA; box-shadow:1px 1px 3px 2px #D5D8FA;">
Div content here
</div>
This text has color #D5D8FA on black background.
This text has color #D5D8FA on white background.
This text has black color on #D5D8FA background.
This text has white color on #D5D8FA background.
Complementary color for #hex is #2A2705.