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