Color spaces of #ecd7dd
RGB | 236 | 215 | 221 |
---|---|---|---|
HSL | 0.95 | 0.36 | 0.88 |
HSV | 343° | 9° | 93° |
CMYK | 0.00 | 0.09 | 0.06 0.07 |
XYZ | 71.9437 | 71.6542 | 78.4454 |
Yxy | 71.6542 | 0.3240 | 0.3227 |
Hunter Lab | 84.6488 | 3.5732 | 4.3092 |
CIE-Lab | 87.8019 | 8.2527 | -0.3253 |
#ecd7dd color RGB value is (236,215,221).
#ecd7dd hex color red value is 236, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ecd7dd hue: 0.95 , saturation: 0.36 and the lightness value of ecd7dd is 0.88.
The process color (four color CMYK) of #ecd7dd color hex is 0.00, 0.09, 0.06, 0.07. Web safe color of #ecd7dd is #ffcccc. Color #ecd7dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010111 | 11011101 |
Octal | 354 | 327 | 335 |
Decimal | 236 | 215 | 221 |
Hex | EC | D7 | DD |
Shades of #ecd7dd
Tints of #ecd7dd
RGB Percentages of Color #ecd7dd
CMYK Percentages of Color #ecd7dd
Complementary Color
#ecd7dd | #d7ece6 |
#ecd7dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd7dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd7dd Color CSS Codes
.mybgcolor {background-color:#ecd7dd; } .myforecolor {color:#ecd7dd; } .mybordercolor {border:3px solid #ecd7dd; }
#ecd7dd Text Font Color
<p style="color:#ecd7dd">Text here</p>
This sample text font color is #ecd7dd
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.
#ecd7dd Background Color
<div style="background-color:#ecd7dd">
Div content here</div>
This div background color is #ecd7dd
#ecd7dd Border Color
<div style="border:3px solid #ecd7dd">
Div here</div>
This div border color is #ecd7dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,215,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd7dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd7dd; -webkit-box-shadow: 1px 1px 3px 2px #ecd7dd; box-shadow: 1px 1px 3px 2px #ecd7dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,215,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 #ecd7dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd7dd; -webkit-box-shadow: 1px 1px 3px 2px #ecd7dd; box-shadow: 1px 1px 3px 2px #ecd7dd;">
Div content here</div>
This div box has shadow with color #ecd7dd
Comments
No comments written yet.
Please login to write comment.