HEX: #D5EDED
RGB: (213,237,237)
#D5EDED contains red, green and blue colors in about the same proportion. Web safe color of #D5EDED is #CCFFFF (or #CFF).
#D5EDED color RGB value is (213,237,237).
RGB: (213,237,237)
(84%, 93%, 93%)
R 213 of 255 = 84%
G 237 of 255 = 93%
B 237 of 255 = 93%
R + G + B ~ 90%. #D5EDED is light color.
R + G + B = 213 + 237 + 237 = 687 (100%)
R 213 of 687 ~ 31%
G 237 of 687 ~ 34.5%
B 237 of 687 ~ 34.5'%
#D5EDED color CMYK value is (10,0,0,7).
CMYK: (10,0,0,7)
C10M0Y0K7 (10%, 0%, 0%, 7%)
(0.10 / 0.00 / 0.00 / 0.07)
Color #D5EDED in popluar color models
D5 | ED | ED | |
---|---|---|---|
RGB | 213 | 237 | 237 |
HSL | 180° | 40.00% | 88.24% |
HSB/HSV | 180° | 10.13% | 92.94% |
CMYK | 10.13% | 0.00% | 0.00% |
7.06% |
Color #D5EDED in popluar number systems.
HEX | D5 | ED | ED |
Decimal | 213 | 237 | 237 |
Binary | 11010101 | 11101101 | 11101101 |
Octal | 325 | 355 | 355 |
Shades of #D5EDED
Tints of #D5EDED
Examples of css and html codes for elements with #D5EDED color. Also use rgb(213,237,237) instead hex code.
.myTextColor { color: #D5EDED; }
<p style="color:#D5EDED">This sample text font color is #D5EDED.</p>
This text font color is #D5EDED.
.myBgColor { background-color: #D5EDED; }
<div style="background-color:#D5EDED">Inner text</div>
This div background color is #D5EDED.
.myBorderColor { border: 1px solid #D5EDED; }
<div style="border:3px solid #D5EDED">Div</div>
This div border color is #D5EDED.
.myOpacity80 { color: #D5EDED; opacity: 0.8; }
<p style="color:#D5EDED;opacity:0.8;">80%</p>
Text with #D5EDED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EDED;}
<p style="text-shadow: 3px 3px 1px #D5EDED">Text here.</p>
This text has shadow with #D5EDED color.
.textShadow {text-shadow: 3px 3px 1px #D5EDED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EDED, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5EDED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EDED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EDED, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EDED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5EDED;
-webkit-box-shadow: 1px 1px 3px 2px #D5EDED;
box-shadow: 1px 1px 3px 2px #D5EDED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5EDED; -webkit-box-shadow: 1px 1px 3px 2px #D5EDED; box-shadow:1px 1px 3px 2px #D5EDED;">
Div content here
</div>
This text has color #D5EDED on black background.
This text has color #D5EDED on white background.
This text has black color on #D5EDED background.
This text has white color on #D5EDED background.