color details

Color Details
#dde6e1 Color Hex

#dde6e1 color RGB value is (13, 222, 110).
#dde6e1 hex color red value is 13, green value is 222, and blue value is 110.
Cylindrical-coordinate representations (HSL) of color #dde6e1 hue: 147.85, saturation: 0.89 and lightness: 0.46.

The process color (four-color CMYK) of #dde6e1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dde6e1 is #ff9999. Color #dde6e1 contains mainly RED.

Color Spaces
Color spaces of #dde6e1Value
RGB221, 230, 225
HSL0.41, 0.15, 0.88
HSV147°, 4°, 90°
XYZ71.7, 77.4, 82.38
Base Numbers
Base Red Green Blue
Binary 11011101 11100110 11100001
Octal 335 346 341
Decimal 221 230 225
Hex DD E6 E1

RGB Percentages for Color #dde6e1

32.69%
34.02%
33.28%

CMYK Percentages of the Color #dde6e1

3.91%
2.17%
9.8%
CSS Codes for Color #dde6e1
.mybgColor {background-color: #dde6e1;}
.myforeColor {color: #dde6e1;}
.myborderColor {border:3px solid #dde6e1;}
Text Font Color #dde6e1

<p style="color:#dde6e1">Text here</p>

This sample text is styled with the font color #dde6e1. 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 #dde6e1

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

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

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

The border color of this div is #dde6e1
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(221, 230, 225, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dde6e1;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dde6e1;
-webkit-box-shadow: 1px 1px 3px #dde6e1;
box-shadow: 1px 1px 3px #dde6e1;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dde6e1; -webkit-box-shadow: 1px 1px 3px #dde6e1; box-shadow: 1px 1px 3px #dde6e1;">Div content here</div>

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

Scroll to Top