#e2d7db color RGB value is (14, 45, 125).
#e2d7db hex color red value is 14, green value is 45, and blue value is 125.
Cylindrical-coordinate representations (HSL) of color #e2d7db
hue: 223.24,
saturation: 0.8 and lightness: 0.27.
The process color (four-color CMYK) of #e2d7db color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e2d7db is #ff9999. Color #e2d7db contains mainly RED.
| Color spaces of #e2d7db | Value |
|---|---|
| RGB | 226, 215, 219 |
| HSL | 0.94, 0.16, 0.86 |
| HSV | 338°, 5°, 89° |
| XYZ | 68.45, 69.88, 76.89 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100010 | 11010111 | 11011011 |
| Octal | 342 | 327 | 333 |
| Decimal | 226 | 215 | 219 |
| Hex | E2 | D7 | DB |
Shades of #e2d7db
Tints of #e2d7db
.mybgColor {background-color: #e2d7db;}
.myforeColor {color: #e2d7db;}
.myborderColor {border:3px solid #e2d7db;}
<p style="color:#e2d7db">Text here</p>
This sample text is styled with the font color #e2d7db. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#e2d7db">Div content here</div>
<div style="border:3px solid #e2d7db">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(226, 215, 219, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e2d7db; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e2d7db;
-webkit-box-shadow: 1px 1px 3px #e2d7db;
box-shadow: 1px 1px 3px #e2d7db; }
<p style="text-shadow: 4px 4px 2px rgba(226, 215, 219, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e2d7db;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e2d7db;
-webkit-box-shadow: 1px 1px 3px #e2d7db;
box-shadow: 1px 1px 3px #e2d7db;">Div content here</div>
