Color spaces of #ddadc5
RGB | 221 | 173 | 197 |
---|---|---|---|
HSL | 0.92 | 0.41 | 0.77 |
HSV | 330° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.11 0.13 |
XYZ | 54.8404 | 49.2905 | 59.4469 |
Yxy | 49.2905 | 0.3353 | 0.3013 |
Hunter Lab | 70.2072 | 16.5677 | -1.0579 |
CIE-Lab | 75.6317 | 21.2888 | -5.4774 |
#ddadc5 color RGB value is (221,173,197).
#ddadc5 hex color red value is 221, green value is 173 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ddadc5 hue: 0.92 , saturation: 0.41 and the lightness value of ddadc5 is 0.77.
The process color (four color CMYK) of #ddadc5 color hex is 0.00, 0.22, 0.11, 0.13. Web safe color of #ddadc5 is #cc99cc. Color #ddadc5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 11000101 |
Octal | 335 | 255 | 305 |
Decimal | 221 | 173 | 197 |
Hex | DD | AD | C5 |
Shades of #ddadc5
Tints of #ddadc5
RGB Percentages of Color #ddadc5
CMYK Percentages of Color #ddadc5
Complementary Color
#ddadc5 | #adddc5 |
#ddadc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddadc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddadc5 Color CSS Codes
.mybgcolor {background-color:#ddadc5; } .myforecolor {color:#ddadc5; } .mybordercolor {border:3px solid #ddadc5; }
#ddadc5 Text Font Color
<p style="color:#ddadc5">Text here</p>
This sample text font color is #ddadc5
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.
#ddadc5 Background Color
<div style="background-color:#ddadc5">
Div content here</div>
This div background color is #ddadc5
#ddadc5 Border Color
<div style="border:3px solid #ddadc5">
Div here</div>
This div border color is #ddadc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddadc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddadc5; -webkit-box-shadow: 1px 1px 3px 2px #ddadc5; box-shadow: 1px 1px 3px 2px #ddadc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,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 #ddadc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddadc5; -webkit-box-shadow: 1px 1px 3px 2px #ddadc5; box-shadow: 1px 1px 3px 2px #ddadc5;">
Div content here</div>
This div box has shadow with color #ddadc5
Comments
No comments written yet.
Please login to write comment.