Color spaces of #ddaacd
RGB | 221 | 170 | 205 |
---|---|---|---|
HSL | 0.89 | 0.43 | 0.77 |
HSV | 319° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.07 0.13 |
XYZ | 55.2130 | 48.5294 | 64.2147 |
Yxy | 48.5294 | 0.3287 | 0.2889 |
Hunter Lab | 69.6630 | 19.5638 | -5.8888 |
CIE-Lab | 75.1576 | 24.2728 | -10.5530 |
#ddaacd color RGB value is (221,170,205).
#ddaacd hex color red value is 221, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddaacd hue: 0.89 , saturation: 0.43 and the lightness value of ddaacd is 0.77.
The process color (four color CMYK) of #ddaacd color hex is 0.00, 0.23, 0.07, 0.13. Web safe color of #ddaacd is #cc99cc. Color #ddaacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101010 | 11001101 |
Octal | 335 | 252 | 315 |
Decimal | 221 | 170 | 205 |
Hex | DD | AA | CD |
Shades of #ddaacd
Tints of #ddaacd
RGB Percentages of Color #ddaacd
CMYK Percentages of Color #ddaacd
Complementary Color
#ddaacd | #aaddba |
#ddaacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaacd Color CSS Codes
.mybgcolor {background-color:#ddaacd; } .myforecolor {color:#ddaacd; } .mybordercolor {border:3px solid #ddaacd; }
#ddaacd Text Font Color
<p style="color:#ddaacd">Text here</p>
This sample text font color is #ddaacd
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.
#ddaacd Background Color
<div style="background-color:#ddaacd">
Div content here</div>
This div background color is #ddaacd
#ddaacd Border Color
<div style="border:3px solid #ddaacd">
Div here</div>
This div border color is #ddaacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaacd; -webkit-box-shadow: 1px 1px 3px 2px #ddaacd; box-shadow: 1px 1px 3px 2px #ddaacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,170,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 #ddaacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaacd; -webkit-box-shadow: 1px 1px 3px 2px #ddaacd; box-shadow: 1px 1px 3px 2px #ddaacd;">
Div content here</div>
This div box has shadow with color #ddaacd
Comments
No comments written yet.
Please login to write comment.