HEX: #D6DFEE
RGB: (214,223,238)
#D6DFEE contains red, green and blue colors in about the same proportion. Web safe color of #D6DFEE is #CCCCFF (or #CCF).
#D6DFEE color RGB value is (214,223,238).
RGB: (214,223,238)
(84%, 87%, 93%)
R 214 of 255 = 84%
G 223 of 255 = 87%
B 238 of 255 = 93%
R + G + B ~ 88%. #D6DFEE is light color.
R + G + B = 214 + 223 + 238 = 675 (100%)
R 214 of 675 ~ 31.7%
G 223 of 675 ~ 33.04%
B 238 of 675 ~ 35.26'%
#D6DFEE color CMYK value is (10,6,0,7).
CMYK: (10,6,0,7)
C10M6Y0K7 (10%, 6%, 0%, 7%)
(0.10 / 0.06 / 0.00 / 0.07)
Color #D6DFEE in popluar color models
D6 | DF | EE | |
---|---|---|---|
RGB | 214 | 223 | 238 |
HSL | 218° | 41.38% | 88.63% |
HSB/HSV | 218° | 10.08% | 93.33% |
CMYK | 10.08% | 6.30% | 0.00% |
6.67% |
Color #D6DFEE in popluar number systems.
HEX | D6 | DF | EE |
Decimal | 214 | 223 | 238 |
Binary | 11010110 | 11011111 | 11101110 |
Octal | 326 | 337 | 356 |
Shades of #D6DFEE
Tints of #D6DFEE
Examples of css and html codes for elements with #D6DFEE color. Also use rgb(214,223,238) instead hex code.
.myTextColor { color: #D6DFEE; }
<p style="color:#D6DFEE">This sample text font color is #D6DFEE.</p>
This text font color is #D6DFEE.
.myBgColor { background-color: #D6DFEE; }
<div style="background-color:#D6DFEE">Inner text</div>
This div background color is #D6DFEE.
.myBorderColor { border: 1px solid #D6DFEE; }
<div style="border:3px solid #D6DFEE">Div</div>
This div border color is #D6DFEE.
.myOpacity80 { color: #D6DFEE; opacity: 0.8; }
<p style="color:#D6DFEE;opacity:0.8;">80%</p>
Text with #D6DFEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6DFEE;}
<p style="text-shadow: 3px 3px 1px #D6DFEE">Text here.</p>
This text has shadow with #D6DFEE color.
.textShadow {text-shadow: 3px 3px 1px #D6DFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6DFEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6DFEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6DFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6DFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6DFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6DFEE;
-webkit-box-shadow: 1px 1px 3px 2px #D6DFEE;
box-shadow: 1px 1px 3px 2px #D6DFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6DFEE; -webkit-box-shadow: 1px 1px 3px 2px #D6DFEE; box-shadow:1px 1px 3px 2px #D6DFEE;">
Div content here
</div>
This text has color #D6DFEE on black background.
This text has color #D6DFEE on white background.
This text has black color on #D6DFEE background.
This text has white color on #D6DFEE background.
Complementary color for #hex is #292011.