Color spaces of #e9d7db
RGB | 233 | 215 | 219 |
---|---|---|---|
HSL | 0.96 | 0.29 | 0.88 |
HSV | 347° | 8° | 91° |
CMYK | 0.00 | 0.08 | 0.06 0.09 |
XYZ | 70.6909 | 71.0390 | 77.0039 |
Yxy | 71.0390 | 0.3232 | 0.3248 |
Hunter Lab | 84.2846 | 2.2127 | 4.8309 |
CIE-Lab | 87.5040 | 6.8764 | 0.2661 |
#e9d7db color RGB value is (233,215,219).
#e9d7db hex color red value is 233, green value is 215 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9d7db hue: 0.96 , saturation: 0.29 and the lightness value of e9d7db is 0.88.
The process color (four color CMYK) of #e9d7db color hex is 0.00, 0.08, 0.06, 0.09. Web safe color of #e9d7db is #ffcccc. Color #e9d7db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 11010111 | 11011011 |
Octal | 351 | 327 | 333 |
Decimal | 233 | 215 | 219 |
Hex | E9 | D7 | DB |
Shades of #e9d7db
Tints of #e9d7db
RGB Percentages of Color #e9d7db
CMYK Percentages of Color #e9d7db
Complementary Color
#e9d7db | #d7e9e5 |
#e9d7db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9d7db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9d7db Color CSS Codes
.mybgcolor {background-color:#e9d7db; } .myforecolor {color:#e9d7db; } .mybordercolor {border:3px solid #e9d7db; }
#e9d7db Text Font Color
<p style="color:#e9d7db">Text here</p>
This sample text font color is #e9d7db
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.
#e9d7db Background Color
<div style="background-color:#e9d7db">
Div content here</div>
This div background color is #e9d7db
#e9d7db Border Color
<div style="border:3px solid #e9d7db">
Div here</div>
This div border color is #e9d7db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,215,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9d7db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9d7db; -webkit-box-shadow: 1px 1px 3px 2px #e9d7db; box-shadow: 1px 1px 3px 2px #e9d7db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,215,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9d7db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9d7db; -webkit-box-shadow: 1px 1px 3px 2px #e9d7db; box-shadow: 1px 1px 3px 2px #e9d7db;">
Div content here</div>
This div box has shadow with color #e9d7db
Comments
No comments written yet.
Please login to write comment.