Color spaces of #e2dbdf
RGB | 226 | 219 | 223 |
---|---|---|---|
HSL | 0.90 | 0.11 | 0.87 |
HSV | 326° | 3° | 89° |
CMYK | 0.00 | 0.03 | 0.01 0.11 |
XYZ | 70.0148 | 72.1595 | 80.0500 |
Yxy | 72.1595 | 0.3151 | 0.3247 |
Hunter Lab | 84.9467 | -1.5336 | 3.5905 |
CIE-Lab | 88.0453 | 3.0941 | -1.1198 |
#e2dbdf color RGB value is (226,219,223).
#e2dbdf hex color red value is 226, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2dbdf hue: 0.90 , saturation: 0.11 and the lightness value of e2dbdf is 0.87.
The process color (four color CMYK) of #e2dbdf color hex is 0.00, 0.03, 0.01, 0.11. Web safe color of #e2dbdf is #cccccc. Color #e2dbdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011011 | 11011111 |
Octal | 342 | 333 | 337 |
Decimal | 226 | 219 | 223 |
Hex | E2 | DB | DF |
Shades of #e2dbdf
Tints of #e2dbdf
RGB Percentages of Color #e2dbdf
CMYK Percentages of Color #e2dbdf
Complementary Color
#e2dbdf | #dbe2de |
#e2dbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2dbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2dbdf Color CSS Codes
.mybgcolor {background-color:#e2dbdf; } .myforecolor {color:#e2dbdf; } .mybordercolor {border:3px solid #e2dbdf; }
#e2dbdf Text Font Color
<p style="color:#e2dbdf">Text here</p>
This sample text font color is #e2dbdf
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.
#e2dbdf Background Color
<div style="background-color:#e2dbdf">
Div content here</div>
This div background color is #e2dbdf
#e2dbdf Border Color
<div style="border:3px solid #e2dbdf">
Div here</div>
This div border color is #e2dbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,219,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2dbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2dbdf; -webkit-box-shadow: 1px 1px 3px 2px #e2dbdf; box-shadow: 1px 1px 3px 2px #e2dbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,219,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2dbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2dbdf; -webkit-box-shadow: 1px 1px 3px 2px #e2dbdf; box-shadow: 1px 1px 3px 2px #e2dbdf;">
Div content here</div>
This div box has shadow with color #e2dbdf
Comments
No comments written yet.
Please login to write comment.