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