color details

Color Details
#e6dbdd Color Hex

#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
Color spaces of #e6dbddValue
RGB230, 219, 221
HSL0.97, 0.18, 0.88
HSV349°, 5°, 90°
XYZ71.01, 72.71, 78.69
Base Numbers
Base Red Green Blue
Binary 11100110 11011011 11011101
Octal 346 333 335
Decimal 230 219 221
Hex E6 DB DD

RGB Percentages for Color #e6dbdd

34.33%
32.69%
32.99%

CMYK Percentages of the Color #e6dbdd

4.78%
3.91%
9.8%
CSS Codes for Color #e6dbdd
.mybgColor {background-color: #e6dbdd;}
.myforeColor {color: #e6dbdd;}
.myborderColor {border:3px solid #e6dbdd;}
Text Font Color #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,

Background Color #e6dbdd

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(230, 219, 221, 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 #e6dbdd;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top