Color spaces of #e1bfdd
RGB | 225 | 191 | 221 |
---|---|---|---|
HSL | 0.85 | 0.36 | 0.82 |
HSV | 307° | 15° | 88° |
CMYK | 0.00 | 0.15 | 0.02 0.12 |
XYZ | 62.7333 | 58.4896 | 76.3898 |
Yxy | 58.4896 | 0.3175 | 0.2960 |
Hunter Lab | 76.4785 | 12.5815 | -5.6863 |
CIE-Lab | 81.0102 | 17.1871 | -10.4550 |
#e1bfdd color RGB value is (225,191,221).
#e1bfdd hex color red value is 225, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e1bfdd hue: 0.85 , saturation: 0.36 and the lightness value of e1bfdd is 0.82.
The process color (four color CMYK) of #e1bfdd color hex is 0.00, 0.15, 0.02, 0.12. Web safe color of #e1bfdd is #cccccc. Color #e1bfdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111111 | 11011101 |
Octal | 341 | 277 | 335 |
Decimal | 225 | 191 | 221 |
Hex | E1 | BF | DD |
Shades of #e1bfdd
Tints of #e1bfdd
RGB Percentages of Color #e1bfdd
CMYK Percentages of Color #e1bfdd
Complementary Color
#e1bfdd | #bfe1c3 |
#e1bfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bfdd Color CSS Codes
.mybgcolor {background-color:#e1bfdd; } .myforecolor {color:#e1bfdd; } .mybordercolor {border:3px solid #e1bfdd; }
#e1bfdd Text Font Color
<p style="color:#e1bfdd">Text here</p>
This sample text font color is #e1bfdd
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.
#e1bfdd Background Color
<div style="background-color:#e1bfdd">
Div content here</div>
This div background color is #e1bfdd
#e1bfdd Border Color
<div style="border:3px solid #e1bfdd">
Div here</div>
This div border color is #e1bfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bfdd; -webkit-box-shadow: 1px 1px 3px 2px #e1bfdd; box-shadow: 1px 1px 3px 2px #e1bfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,191,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 #e1bfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bfdd; -webkit-box-shadow: 1px 1px 3px 2px #e1bfdd; box-shadow: 1px 1px 3px 2px #e1bfdd;">
Div content here</div>
This div box has shadow with color #e1bfdd
Comments
No comments written yet.
Please login to write comment.