Color spaces of #e4cdd8
RGB | 228 | 205 | 216 |
---|---|---|---|
HSL | 0.92 | 0.30 | 0.85 |
HSV | 331° | 10° | 89° |
CMYK | 0.00 | 0.10 | 0.05 0.11 |
XYZ | 66.2209 | 65.1145 | 74.0439 |
Yxy | 65.1145 | 0.3224 | 0.3170 |
Hunter Lab | 80.6936 | 5.2717 | 2.0814 |
CIE-Lab | 84.5427 | 9.8832 | -2.5264 |
#e4cdd8 color RGB value is (228,205,216).
#e4cdd8 hex color red value is 228, green value is 205 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #e4cdd8 hue: 0.92 , saturation: 0.30 and the lightness value of e4cdd8 is 0.85.
The process color (four color CMYK) of #e4cdd8 color hex is 0.00, 0.10, 0.05, 0.11. Web safe color of #e4cdd8 is #cccccc. Color #e4cdd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11001101 | 11011000 |
Octal | 344 | 315 | 330 |
Decimal | 228 | 205 | 216 |
Hex | E4 | CD | D8 |
Shades of #e4cdd8
Tints of #e4cdd8
RGB Percentages of Color #e4cdd8
CMYK Percentages of Color #e4cdd8
Complementary Color
#e4cdd8 | #cde4d9 |
#e4cdd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4cdd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4cdd8 Color CSS Codes
.mybgcolor {background-color:#e4cdd8; } .myforecolor {color:#e4cdd8; } .mybordercolor {border:3px solid #e4cdd8; }
#e4cdd8 Text Font Color
<p style="color:#e4cdd8">Text here</p>
This sample text font color is #e4cdd8
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.
#e4cdd8 Background Color
<div style="background-color:#e4cdd8">
Div content here</div>
This div background color is #e4cdd8
#e4cdd8 Border Color
<div style="border:3px solid #e4cdd8">
Div here</div>
This div border color is #e4cdd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,205,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4cdd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4cdd8; -webkit-box-shadow: 1px 1px 3px 2px #e4cdd8; box-shadow: 1px 1px 3px 2px #e4cdd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,205,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4cdd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4cdd8; -webkit-box-shadow: 1px 1px 3px 2px #e4cdd8; box-shadow: 1px 1px 3px 2px #e4cdd8;">
Div content here</div>
This div box has shadow with color #e4cdd8
Comments
No comments written yet.
Please login to write comment.