Color spaces of #dda7bc
RGB | 221 | 167 | 188 |
---|---|---|---|
HSL | 0.94 | 0.44 | 0.76 |
HSV | 337° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.15 0.13 |
XYZ | 52.7146 | 46.6404 | 53.8011 |
Yxy | 46.6404 | 0.3442 | 0.3045 |
Hunter Lab | 68.2938 | 18.2665 | 1.0976 |
CIE-Lab | 73.9592 | 23.0485 | -3.0132 |
#dda7bc color RGB value is (221,167,188).
#dda7bc hex color red value is 221, green value is 167 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dda7bc hue: 0.94 , saturation: 0.44 and the lightness value of dda7bc is 0.76.
The process color (four color CMYK) of #dda7bc color hex is 0.00, 0.24, 0.15, 0.13. Web safe color of #dda7bc is #cc99cc. Color #dda7bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100111 | 10111100 |
Octal | 335 | 247 | 274 |
Decimal | 221 | 167 | 188 |
Hex | DD | A7 | BC |
Shades of #dda7bc
Tints of #dda7bc
RGB Percentages of Color #dda7bc
CMYK Percentages of Color #dda7bc
Complementary Color
#dda7bc | #a7ddc8 |
#dda7bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda7bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda7bc Color CSS Codes
.mybgcolor {background-color:#dda7bc; } .myforecolor {color:#dda7bc; } .mybordercolor {border:3px solid #dda7bc; }
#dda7bc Text Font Color
<p style="color:#dda7bc">Text here</p>
This sample text font color is #dda7bc
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.
#dda7bc Background Color
<div style="background-color:#dda7bc">
Div content here</div>
This div background color is #dda7bc
#dda7bc Border Color
<div style="border:3px solid #dda7bc">
Div here</div>
This div border color is #dda7bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,167,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda7bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda7bc; -webkit-box-shadow: 1px 1px 3px 2px #dda7bc; box-shadow: 1px 1px 3px 2px #dda7bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,167,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda7bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda7bc; -webkit-box-shadow: 1px 1px 3px 2px #dda7bc; box-shadow: 1px 1px 3px 2px #dda7bc;">
Div content here</div>
This div box has shadow with color #dda7bc
Comments
No comments written yet.
Please login to write comment.