Color spaces of #ddaace
RGB | 221 | 170 | 206 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.77 |
HSV | 318° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.07 0.13 |
XYZ | 55.3341 | 48.5778 | 64.8526 |
Yxy | 48.5778 | 0.3279 | 0.2878 |
Hunter Lab | 69.6978 | 19.7427 | -6.3799 |
CIE-Lab | 75.1879 | 24.4471 | -11.0543 |
#ddaace color RGB value is (221,170,206).
#ddaace hex color red value is 221, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddaace hue: 0.88 , saturation: 0.43 and the lightness value of ddaace is 0.77.
The process color (four color CMYK) of #ddaace color hex is 0.00, 0.23, 0.07, 0.13. Web safe color of #ddaace is #cc99cc. Color #ddaace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101010 | 11001110 |
Octal | 335 | 252 | 316 |
Decimal | 221 | 170 | 206 |
Hex | DD | AA | CE |
Shades of #ddaace
Tints of #ddaace
RGB Percentages of Color #ddaace
CMYK Percentages of Color #ddaace
Complementary Color
#ddaace | #aaddb9 |
#ddaace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaace Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaace Color CSS Codes
.mybgcolor {background-color:#ddaace; } .myforecolor {color:#ddaace; } .mybordercolor {border:3px solid #ddaace; }
#ddaace Text Font Color
<p style="color:#ddaace">Text here</p>
This sample text font color is #ddaace
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.
#ddaace Background Color
<div style="background-color:#ddaace">
Div content here</div>
This div background color is #ddaace
#ddaace Border Color
<div style="border:3px solid #ddaace">
Div here</div>
This div border color is #ddaace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaace; -webkit-box-shadow: 1px 1px 3px 2px #ddaace; box-shadow: 1px 1px 3px 2px #ddaace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddaace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaace; -webkit-box-shadow: 1px 1px 3px 2px #ddaace; box-shadow: 1px 1px 3px 2px #ddaace;">
Div content here</div>
This div box has shadow with color #ddaace
Comments
No comments written yet.
Please login to write comment.