#e2cedf color RGB value is (14, 44, 237).
#e2cedf hex color red value is 14, green value is 44, and blue value is 237.
Cylindrical-coordinate representations (HSL) of color #e2cedf
hue: 231.93,
saturation: 0.89 and lightness: 0.49.
The process color (four-color CMYK) of #e2cedf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e2cedf is #ff9999. Color #e2cedf contains mainly RED.
| Color spaces of #e2cedf | Value |
|---|---|
| RGB | 226, 206, 223 |
| HSL | 0.86, 0.26, 0.85 |
| HSV | 309°, 9°, 89° |
| XYZ | 66.75, 65.64, 78.95 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100010 | 11001110 | 11011111 |
| Octal | 342 | 316 | 337 |
| Decimal | 226 | 206 | 223 |
| Hex | E2 | CE | DF |
Shades of #e2cedf
Tints of #e2cedf
.mybgColor {background-color: #e2cedf;}
.myforeColor {color: #e2cedf;}
.myborderColor {border:3px solid #e2cedf;}
<p style="color:#e2cedf">Text here</p>
This sample text is styled with the font color #e2cedf. 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:#e2cedf">Div content here</div>
<div style="border:3px solid #e2cedf">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(226, 206, 223, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e2cedf; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e2cedf;
-webkit-box-shadow: 1px 1px 3px #e2cedf;
box-shadow: 1px 1px 3px #e2cedf; }
<p style="text-shadow: 4px 4px 2px rgba(226, 206, 223, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e2cedf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e2cedf;
-webkit-box-shadow: 1px 1px 3px #e2cedf;
box-shadow: 1px 1px 3px #e2cedf;">Div content here</div>
