#e6dbdd color RGB value is (14, 109, 189).
#e6dbdd hex color red value is 14, green value is 109, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #e6dbdd
hue: 207.43,
saturation: 0.86 and lightness: 0.4.
The process color (four-color CMYK) of #e6dbdd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e6dbdd is #ff9999. Color #e6dbdd contains mainly RED.
| Color spaces of #e6dbdd | Value |
|---|---|
| RGB | 230, 219, 221 |
| HSL | 0.97, 0.18, 0.88 |
| HSV | 349°, 5°, 90° |
| XYZ | 71.01, 72.71, 78.69 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100110 | 11011011 | 11011101 |
| Octal | 346 | 333 | 335 |
| Decimal | 230 | 219 | 221 |
| Hex | E6 | DB | DD |
Shades of #e6dbdd
Tints of #e6dbdd
.mybgColor {background-color: #e6dbdd;}
.myforeColor {color: #e6dbdd;}
.myborderColor {border:3px solid #e6dbdd;}
<p style="color:#e6dbdd">Text here</p>
This sample text is styled with the font color #e6dbdd. 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:#e6dbdd">Div content here</div>
<div style="border:3px solid #e6dbdd">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(230, 219, 221, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e6dbdd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e6dbdd;
-webkit-box-shadow: 1px 1px 3px #e6dbdd;
box-shadow: 1px 1px 3px #e6dbdd; }
<p style="text-shadow: 4px 4px 2px rgba(230, 219, 221, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e6dbdd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e6dbdd;
-webkit-box-shadow: 1px 1px 3px #e6dbdd;
box-shadow: 1px 1px 3px #e6dbdd;">Div content here</div>
