Color spaces of #ddacce
RGB | 221 | 172 | 206 |
---|---|---|---|
HSL | 0.88 | 0.42 | 0.77 |
HSV | 318° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.07 0.13 |
XYZ | 55.7119 | 49.3334 | 64.9785 |
Yxy | 49.3334 | 0.3277 | 0.2902 |
Hunter Lab | 70.2377 | 18.6684 | -5.6841 |
CIE-Lab | 75.6583 | 23.3677 | -10.3521 |
#ddacce color RGB value is (221,172,206).
#ddacce hex color red value is 221, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddacce hue: 0.88 , saturation: 0.42 and the lightness value of ddacce is 0.77.
The process color (four color CMYK) of #ddacce color hex is 0.00, 0.22, 0.07, 0.13. Web safe color of #ddacce is #cc99cc. Color #ddacce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101100 | 11001110 |
Octal | 335 | 254 | 316 |
Decimal | 221 | 172 | 206 |
Hex | DD | AC | CE |
Shades of #ddacce
Tints of #ddacce
RGB Percentages of Color #ddacce
CMYK Percentages of Color #ddacce
Complementary Color
#ddacce | #acddbb |
#ddacce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddacce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddacce Color CSS Codes
.mybgcolor {background-color:#ddacce; } .myforecolor {color:#ddacce; } .mybordercolor {border:3px solid #ddacce; }
#ddacce Text Font Color
<p style="color:#ddacce">Text here</p>
This sample text font color is #ddacce
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.
#ddacce Background Color
<div style="background-color:#ddacce">
Div content here</div>
This div background color is #ddacce
#ddacce Border Color
<div style="border:3px solid #ddacce">
Div here</div>
This div border color is #ddacce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,172,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddacce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddacce; -webkit-box-shadow: 1px 1px 3px 2px #ddacce; box-shadow: 1px 1px 3px 2px #ddacce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,172,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 #ddacce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddacce; -webkit-box-shadow: 1px 1px 3px 2px #ddacce; box-shadow: 1px 1px 3px 2px #ddacce;">
Div content here</div>
This div box has shadow with color #ddacce
Comments
No comments written yet.
Please login to write comment.