color details

Color Details
#e2cedf Color Hex

#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
Color spaces of #e2cedfValue
RGB226, 206, 223
HSL0.86, 0.26, 0.85
HSV309°, 9°, 89°
XYZ66.75, 65.64, 78.95
Base Numbers
Base Red Green Blue
Binary 11100010 11001110 11011111
Octal 342 316 337
Decimal 226 206 223
Hex E2 CE DF

RGB Percentages for Color #e2cedf

34.5%
31.45%
34.05%

CMYK Percentages of the Color #e2cedf

8.85%
1.33%
11.37%
CSS Codes for Color #e2cedf
.mybgColor {background-color: #e2cedf;}
.myforeColor {color: #e2cedf;}
.myborderColor {border:3px solid #e2cedf;}
Text Font Color #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,

Background Color #e2cedf

<div style="background-color:#e2cedf">Div content here</div>

The background color of this div is #e2cedf
Border Color #e2cedf

<div style="border:3px solid #e2cedf">Div here</div>

The border color of this div is #e2cedf
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226, 206, 223, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e2cedf;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #e2cedf

Scroll to Top