Color spaces of #dfaae1
RGB | 223 | 170 | 225 |
---|---|---|---|
HSL | 0.83 | 0.48 | 0.77 |
HSV | 298° | 24° | 88° |
CMYK | 0.01 | 0.24 | 0.00 0.12 |
XYZ | 58.3968 | 49.8737 | 77.7829 |
Yxy | 49.8737 | 0.3139 | 0.2681 |
Hunter Lab | 70.6213 | 24.0144 | -15.8676 |
CIE-Lab | 75.9917 | 28.5474 | -20.1815 |
#dfaae1 color RGB value is (223,170,225).
#dfaae1 hex color red value is 223, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dfaae1 hue: 0.83 , saturation: 0.48 and the lightness value of dfaae1 is 0.77.
The process color (four color CMYK) of #dfaae1 color hex is 0.01, 0.24, 0.00, 0.12. Web safe color of #dfaae1 is #cc99cc. Color #dfaae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101010 | 11100001 |
Octal | 337 | 252 | 341 |
Decimal | 223 | 170 | 225 |
Hex | DF | AA | E1 |
Shades of #dfaae1
Tints of #dfaae1
RGB Percentages of Color #dfaae1
CMYK Percentages of Color #dfaae1
Complementary Color
#dfaae1 | #ace1aa |
#dfaae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaae1 Color CSS Codes
.mybgcolor {background-color:#dfaae1; } .myforecolor {color:#dfaae1; } .mybordercolor {border:3px solid #dfaae1; }
#dfaae1 Text Font Color
<p style="color:#dfaae1">Text here</p>
This sample text font color is #dfaae1
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.
#dfaae1 Background Color
<div style="background-color:#dfaae1">
Div content here</div>
This div background color is #dfaae1
#dfaae1 Border Color
<div style="border:3px solid #dfaae1">
Div here</div>
This div border color is #dfaae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,170,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaae1; -webkit-box-shadow: 1px 1px 3px 2px #dfaae1; box-shadow: 1px 1px 3px 2px #dfaae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,170,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaae1; -webkit-box-shadow: 1px 1px 3px 2px #dfaae1; box-shadow: 1px 1px 3px 2px #dfaae1;">
Div content here</div>
This div box has shadow with color #dfaae1
Comments
No comments written yet.
Please login to write comment.