Color spaces of #dfafcd
RGB | 223 | 175 | 205 |
---|---|---|---|
HSL | 0.90 | 0.43 | 0.78 |
HSV | 323° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.08 0.13 |
XYZ | 56.7808 | 50.7557 | 64.5618 |
Yxy | 50.7557 | 0.3299 | 0.2949 |
Hunter Lab | 71.2430 | 17.5894 | -3.8596 |
CIE-Lab | 76.5308 | 22.2660 | -8.4871 |
#dfafcd color RGB value is (223,175,205).
#dfafcd hex color red value is 223, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfafcd hue: 0.90 , saturation: 0.43 and the lightness value of dfafcd is 0.78.
The process color (four color CMYK) of #dfafcd color hex is 0.00, 0.22, 0.08, 0.13. Web safe color of #dfafcd is #cc99cc. Color #dfafcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101111 | 11001101 |
Octal | 337 | 257 | 315 |
Decimal | 223 | 175 | 205 |
Hex | DF | AF | CD |
Shades of #dfafcd
Tints of #dfafcd
RGB Percentages of Color #dfafcd
CMYK Percentages of Color #dfafcd
Complementary Color
#dfafcd | #afdfc1 |
#dfafcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfafcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfafcd Color CSS Codes
.mybgcolor {background-color:#dfafcd; } .myforecolor {color:#dfafcd; } .mybordercolor {border:3px solid #dfafcd; }
#dfafcd Text Font Color
<p style="color:#dfafcd">Text here</p>
This sample text font color is #dfafcd
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.
#dfafcd Background Color
<div style="background-color:#dfafcd">
Div content here</div>
This div background color is #dfafcd
#dfafcd Border Color
<div style="border:3px solid #dfafcd">
Div here</div>
This div border color is #dfafcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,175,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfafcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfafcd; -webkit-box-shadow: 1px 1px 3px 2px #dfafcd; box-shadow: 1px 1px 3px 2px #dfafcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfafcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfafcd; -webkit-box-shadow: 1px 1px 3px 2px #dfafcd; box-shadow: 1px 1px 3px 2px #dfafcd;">
Div content here</div>
This div box has shadow with color #dfafcd
Comments
No comments written yet.
Please login to write comment.