Color spaces of #d1aecd
RGB | 209 | 174 | 205 |
---|---|---|---|
HSL | 0.85 | 0.28 | 0.75 |
HSV | 307° | 17° | 82° |
CMYK | 0.00 | 0.17 | 0.02 0.18 |
XYZ | 52.4500 | 48.2352 | 64.3035 |
Yxy | 48.2352 | 0.3179 | 0.2924 |
Hunter Lab | 69.4516 | 13.2634 | -6.2791 |
CIE-Lab | 74.9730 | 17.9899 | -10.9485 |
#d1aecd color RGB value is (209,174,205).
#d1aecd hex color red value is 209, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d1aecd hue: 0.85 , saturation: 0.28 and the lightness value of d1aecd is 0.75.
The process color (four color CMYK) of #d1aecd color hex is 0.00, 0.17, 0.02, 0.18. Web safe color of #d1aecd is #cc99cc. Color #d1aecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10101110 | 11001101 |
Octal | 321 | 256 | 315 |
Decimal | 209 | 174 | 205 |
Hex | D1 | AE | CD |
Shades of #d1aecd
Tints of #d1aecd
RGB Percentages of Color #d1aecd
CMYK Percentages of Color #d1aecd
Complementary Color
#d1aecd | #aed1b2 |
#d1aecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1aecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1aecd Color CSS Codes
.mybgcolor {background-color:#d1aecd; } .myforecolor {color:#d1aecd; } .mybordercolor {border:3px solid #d1aecd; }
#d1aecd Text Font Color
<p style="color:#d1aecd">Text here</p>
This sample text font color is #d1aecd
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.
#d1aecd Background Color
<div style="background-color:#d1aecd">
Div content here</div>
This div background color is #d1aecd
#d1aecd Border Color
<div style="border:3px solid #d1aecd">
Div here</div>
This div border color is #d1aecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1aecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1aecd; -webkit-box-shadow: 1px 1px 3px 2px #d1aecd; box-shadow: 1px 1px 3px 2px #d1aecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,174,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1aecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1aecd; -webkit-box-shadow: 1px 1px 3px 2px #d1aecd; box-shadow: 1px 1px 3px 2px #d1aecd;">
Div content here</div>
This div box has shadow with color #d1aecd
Comments
No comments written yet.
Please login to write comment.