Color spaces of #e2dfdd
RGB | 226 | 223 | 221 |
---|---|---|---|
HSL | 0.07 | 0.08 | 0.88 |
HSV | 24° | 2° | 89° |
CMYK | 0.00 | 0.01 | 0.02 0.11 |
XYZ | 70.8029 | 74.1646 | 78.9901 |
Yxy | 74.1646 | 0.3161 | 0.3312 |
Hunter Lab | 86.1189 | -3.9537 | 5.9011 |
CIE-Lab | 89.0002 | 0.6660 | 1.3268 |
#e2dfdd color RGB value is (226,223,221).
#e2dfdd hex color red value is 226, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2dfdd hue: 0.07 , saturation: 0.08 and the lightness value of e2dfdd is 0.88.
The process color (four color CMYK) of #e2dfdd color hex is 0.00, 0.01, 0.02, 0.11. Web safe color of #e2dfdd is #cccccc. Color #e2dfdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011111 | 11011101 |
Octal | 342 | 337 | 335 |
Decimal | 226 | 223 | 221 |
Hex | E2 | DF | DD |
Shades of #e2dfdd
Tints of #e2dfdd
RGB Percentages of Color #e2dfdd
CMYK Percentages of Color #e2dfdd
Complementary Color
#e2dfdd | #dde0e2 |
#e2dfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2dfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2dfdd Color CSS Codes
.mybgcolor {background-color:#e2dfdd; } .myforecolor {color:#e2dfdd; } .mybordercolor {border:3px solid #e2dfdd; }
#e2dfdd Text Font Color
<p style="color:#e2dfdd">Text here</p>
This sample text font color is #e2dfdd
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.
#e2dfdd Background Color
<div style="background-color:#e2dfdd">
Div content here</div>
This div background color is #e2dfdd
#e2dfdd Border Color
<div style="border:3px solid #e2dfdd">
Div here</div>
This div border color is #e2dfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,223,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2dfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2dfdd; -webkit-box-shadow: 1px 1px 3px 2px #e2dfdd; box-shadow: 1px 1px 3px 2px #e2dfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,223,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2dfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2dfdd; -webkit-box-shadow: 1px 1px 3px 2px #e2dfdd; box-shadow: 1px 1px 3px 2px #e2dfdd;">
Div content here</div>
This div box has shadow with color #e2dfdd
Comments
No comments written yet.
Please login to write comment.