Color spaces of #dde2de
RGB | 221 | 226 | 222 |
---|---|---|---|
HSL | 0.37 | 0.08 | 0.88 |
HSV | 132° | 2° | 89° |
CMYK | 0.02 | 0.00 | 0.02 0.11 |
XYZ | 70.2000 | 75.0388 | 79.8912 |
Yxy | 75.0388 | 0.3118 | 0.3333 |
Hunter Lab | 86.6249 | -6.9390 | 5.9563 |
CIE-Lab | 89.4112 | -2.3955 | 1.3546 |
#dde2de color RGB value is (221,226,222).
#dde2de hex color red value is 221, green value is 226 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dde2de hue: 0.37 , saturation: 0.08 and the lightness value of dde2de is 0.88.
The process color (four color CMYK) of #dde2de color hex is 0.02, 0.00, 0.02, 0.11. Web safe color of #dde2de is #cccccc. Color #dde2de contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100010 | 11011110 |
Octal | 335 | 342 | 336 |
Decimal | 221 | 226 | 222 |
Hex | DD | E2 | DE |
Shades of #dde2de
Tints of #dde2de
RGB Percentages of Color #dde2de
CMYK Percentages of Color #dde2de
Complementary Color
#dde2de | #e2dde1 |
#dde2de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde2de Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde2de Color CSS Codes
.mybgcolor {background-color:#dde2de; } .myforecolor {color:#dde2de; } .mybordercolor {border:3px solid #dde2de; }
#dde2de Text Font Color
<p style="color:#dde2de">Text here</p>
This sample text font color is #dde2de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dde2de Background Color
<div style="background-color:#dde2de">
Div content here</div>
This div background color is #dde2de
#dde2de Border Color
<div style="border:3px solid #dde2de">
Div here</div>
This div border color is #dde2de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,226,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde2de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde2de; -webkit-box-shadow: 1px 1px 3px 2px #dde2de; box-shadow: 1px 1px 3px 2px #dde2de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,226,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde2de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde2de; -webkit-box-shadow: 1px 1px 3px 2px #dde2de; box-shadow: 1px 1px 3px 2px #dde2de;">
Div content here</div>
This div box has shadow with color #dde2de
Comments
No comments written yet.
Please login to write comment.