Color spaces of #ebc1dd
RGB | 235 | 193 | 221 |
---|---|---|---|
HSL | 0.89 | 0.51 | 0.84 |
HSV | 320° | 18° | 92° |
CMYK | 0.00 | 0.18 | 0.06 0.08 |
XYZ | 66.3821 | 61.0226 | 76.6864 |
Yxy | 61.0226 | 0.3253 | 0.2990 |
Hunter Lab | 78.1170 | 14.9807 | -3.5223 |
CIE-Lab | 82.3909 | 19.5177 | -8.3043 |
#ebc1dd color RGB value is (235,193,221).
#ebc1dd hex color red value is 235, green value is 193 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebc1dd hue: 0.89 , saturation: 0.51 and the lightness value of ebc1dd is 0.84.
The process color (four color CMYK) of #ebc1dd color hex is 0.00, 0.18, 0.06, 0.08. Web safe color of #ebc1dd is #ffcccc. Color #ebc1dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000001 | 11011101 |
Octal | 353 | 301 | 335 |
Decimal | 235 | 193 | 221 |
Hex | EB | C1 | DD |
Shades of #ebc1dd
Tints of #ebc1dd
RGB Percentages of Color #ebc1dd
CMYK Percentages of Color #ebc1dd
Complementary Color
#ebc1dd | #c1ebcf |
#ebc1dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc1dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc1dd Color CSS Codes
.mybgcolor {background-color:#ebc1dd; } .myforecolor {color:#ebc1dd; } .mybordercolor {border:3px solid #ebc1dd; }
#ebc1dd Text Font Color
<p style="color:#ebc1dd">Text here</p>
This sample text font color is #ebc1dd
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.
#ebc1dd Background Color
<div style="background-color:#ebc1dd">
Div content here</div>
This div background color is #ebc1dd
#ebc1dd Border Color
<div style="border:3px solid #ebc1dd">
Div here</div>
This div border color is #ebc1dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,193,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc1dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc1dd; -webkit-box-shadow: 1px 1px 3px 2px #ebc1dd; box-shadow: 1px 1px 3px 2px #ebc1dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,193,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 #ebc1dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc1dd; -webkit-box-shadow: 1px 1px 3px 2px #ebc1dd; box-shadow: 1px 1px 3px 2px #ebc1dd;">
Div content here</div>
This div box has shadow with color #ebc1dd
Comments
No comments written yet.
Please login to write comment.