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