Color spaces of #e1dcda
RGB | 225 | 220 | 218 |
---|---|---|---|
HSL | 0.05 | 0.10 | 0.87 |
HSV | 17° | 3° | 88° |
CMYK | 0.00 | 0.02 | 0.03 0.12 |
XYZ | 69.2994 | 72.2559 | 76.6240 |
Yxy | 72.2559 | 0.3176 | 0.3312 |
Hunter Lab | 85.0035 | -3.2333 | 6.0571 |
CIE-Lab | 88.0916 | 1.3512 | 1.5728 |
#e1dcda color RGB value is (225,220,218).
#e1dcda hex color red value is 225, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1dcda hue: 0.05 , saturation: 0.10 and the lightness value of e1dcda is 0.87.
The process color (four color CMYK) of #e1dcda color hex is 0.00, 0.02, 0.03, 0.12. Web safe color of #e1dcda is #cccccc. Color #e1dcda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11011100 | 11011010 |
Octal | 341 | 334 | 332 |
Decimal | 225 | 220 | 218 |
Hex | E1 | DC | DA |
Shades of #e1dcda
Tints of #e1dcda
RGB Percentages of Color #e1dcda
CMYK Percentages of Color #e1dcda
Complementary Color
#e1dcda | #dadfe1 |
#e1dcda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1dcda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1dcda Color CSS Codes
.mybgcolor {background-color:#e1dcda; } .myforecolor {color:#e1dcda; } .mybordercolor {border:3px solid #e1dcda; }
#e1dcda Text Font Color
<p style="color:#e1dcda">Text here</p>
This sample text font color is #e1dcda
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.
#e1dcda Background Color
<div style="background-color:#e1dcda">
Div content here</div>
This div background color is #e1dcda
#e1dcda Border Color
<div style="border:3px solid #e1dcda">
Div here</div>
This div border color is #e1dcda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,220,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1dcda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1dcda; -webkit-box-shadow: 1px 1px 3px 2px #e1dcda; box-shadow: 1px 1px 3px 2px #e1dcda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,220,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1dcda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1dcda; -webkit-box-shadow: 1px 1px 3px 2px #e1dcda; box-shadow: 1px 1px 3px 2px #e1dcda;">
Div content here</div>
This div box has shadow with color #e1dcda
#e1dcda Color Palettes
Comments
No comments written yet.
Please login to write comment.