Color spaces of #d6afcd
RGB | 214 | 175 | 205 |
---|---|---|---|
HSL | 0.87 | 0.32 | 0.76 |
HSV | 314° | 18° | 84° |
CMYK | 0.00 | 0.18 | 0.04 0.16 |
XYZ | 54.0810 | 49.3639 | 64.4354 |
Yxy | 49.3639 | 0.3221 | 0.2940 |
Hunter Lab | 70.2594 | 14.4433 | -5.1936 |
CIE-Lab | 75.6772 | 19.1626 | -9.8491 |
#d6afcd color RGB value is (214,175,205).
#d6afcd hex color red value is 214, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d6afcd hue: 0.87 , saturation: 0.32 and the lightness value of d6afcd is 0.76.
The process color (four color CMYK) of #d6afcd color hex is 0.00, 0.18, 0.04, 0.16. Web safe color of #d6afcd is #cc99cc. Color #d6afcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10101111 | 11001101 |
Octal | 326 | 257 | 315 |
Decimal | 214 | 175 | 205 |
Hex | D6 | AF | CD |
Shades of #d6afcd
Tints of #d6afcd
RGB Percentages of Color #d6afcd
CMYK Percentages of Color #d6afcd
Complementary Color
#d6afcd | #afd6b8 |
#d6afcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6afcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6afcd Color CSS Codes
.mybgcolor {background-color:#d6afcd; } .myforecolor {color:#d6afcd; } .mybordercolor {border:3px solid #d6afcd; }
#d6afcd Text Font Color
<p style="color:#d6afcd">Text here</p>
This sample text font color is #d6afcd
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.
#d6afcd Background Color
<div style="background-color:#d6afcd">
Div content here</div>
This div background color is #d6afcd
#d6afcd Border Color
<div style="border:3px solid #d6afcd">
Div here</div>
This div border color is #d6afcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,175,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6afcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6afcd; -webkit-box-shadow: 1px 1px 3px 2px #d6afcd; box-shadow: 1px 1px 3px 2px #d6afcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,175,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 #d6afcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6afcd; -webkit-box-shadow: 1px 1px 3px 2px #d6afcd; box-shadow: 1px 1px 3px 2px #d6afcd;">
Div content here</div>
This div box has shadow with color #d6afcd
Comments
No comments written yet.
Please login to write comment.