Color spaces of #ddaac5
RGB | 221 | 170 | 197 |
---|---|---|---|
HSL | 0.91 | 0.43 | 0.77 |
HSV | 328° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.11 0.13 |
XYZ | 54.2716 | 48.1528 | 59.2573 |
Yxy | 48.1528 | 0.3357 | 0.2978 |
Hunter Lab | 69.3922 | 18.1683 | -2.0560 |
CIE-Lab | 74.9212 | 22.9072 | -6.5284 |
#ddaac5 color RGB value is (221,170,197).
#ddaac5 hex color red value is 221, green value is 170 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ddaac5 hue: 0.91 , saturation: 0.43 and the lightness value of ddaac5 is 0.77.
The process color (four color CMYK) of #ddaac5 color hex is 0.00, 0.23, 0.11, 0.13. Web safe color of #ddaac5 is #cc99cc. Color #ddaac5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101010 | 11000101 |
Octal | 335 | 252 | 305 |
Decimal | 221 | 170 | 197 |
Hex | DD | AA | C5 |
Shades of #ddaac5
Tints of #ddaac5
RGB Percentages of Color #ddaac5
CMYK Percentages of Color #ddaac5
Complementary Color
#ddaac5 | #aaddc2 |
#ddaac5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaac5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaac5 Color CSS Codes
.mybgcolor {background-color:#ddaac5; } .myforecolor {color:#ddaac5; } .mybordercolor {border:3px solid #ddaac5; }
#ddaac5 Text Font Color
<p style="color:#ddaac5">Text here</p>
This sample text font color is #ddaac5
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.
#ddaac5 Background Color
<div style="background-color:#ddaac5">
Div content here</div>
This div background color is #ddaac5
#ddaac5 Border Color
<div style="border:3px solid #ddaac5">
Div here</div>
This div border color is #ddaac5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,170,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaac5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaac5; -webkit-box-shadow: 1px 1px 3px 2px #ddaac5; box-shadow: 1px 1px 3px 2px #ddaac5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,170,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddaac5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaac5; -webkit-box-shadow: 1px 1px 3px 2px #ddaac5; box-shadow: 1px 1px 3px 2px #ddaac5;">
Div content here</div>
This div box has shadow with color #ddaac5
Comments
No comments written yet.
Please login to write comment.