Color spaces of #dda9bd
RGB | 221 | 169 | 189 |
---|---|---|---|
HSL | 0.94 | 0.43 | 0.76 |
HSV | 337° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.14 0.13 |
XYZ | 53.1921 | 47.4222 | 54.4940 |
Yxy | 47.4222 | 0.3429 | 0.3057 |
Hunter Lab | 68.8638 | 17.3662 | 1.2867 |
CIE-Lab | 74.4590 | 22.1306 | -2.8273 |
#dda9bd color RGB value is (221,169,189).
#dda9bd hex color red value is 221, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dda9bd hue: 0.94 , saturation: 0.43 and the lightness value of dda9bd is 0.76.
The process color (four color CMYK) of #dda9bd color hex is 0.00, 0.24, 0.14, 0.13. Web safe color of #dda9bd is #cc99cc. Color #dda9bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101001 | 10111101 |
Octal | 335 | 251 | 275 |
Decimal | 221 | 169 | 189 |
Hex | DD | A9 | BD |
Shades of #dda9bd
Tints of #dda9bd
RGB Percentages of Color #dda9bd
CMYK Percentages of Color #dda9bd
Complementary Color
#dda9bd | #a9ddc9 |
#dda9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda9bd Color CSS Codes
.mybgcolor {background-color:#dda9bd; } .myforecolor {color:#dda9bd; } .mybordercolor {border:3px solid #dda9bd; }
#dda9bd Text Font Color
<p style="color:#dda9bd">Text here</p>
This sample text font color is #dda9bd
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.
#dda9bd Background Color
<div style="background-color:#dda9bd">
Div content here</div>
This div background color is #dda9bd
#dda9bd Border Color
<div style="border:3px solid #dda9bd">
Div here</div>
This div border color is #dda9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,169,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda9bd; -webkit-box-shadow: 1px 1px 3px 2px #dda9bd; box-shadow: 1px 1px 3px 2px #dda9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,169,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda9bd; -webkit-box-shadow: 1px 1px 3px 2px #dda9bd; box-shadow: 1px 1px 3px 2px #dda9bd;">
Div content here</div>
This div box has shadow with color #dda9bd
Comments
No comments written yet.
Please login to write comment.