Color spaces of #dd9ddf
RGB | 221 | 157 | 223 |
---|---|---|---|
HSL | 0.83 | 0.51 | 0.75 |
HSV | 298° | 30° | 87° |
CMYK | 0.01 | 0.30 | 0.00 0.13 |
XYZ | 55.1950 | 44.8138 | 75.5529 |
Yxy | 44.8138 | 0.3144 | 0.2553 |
Hunter Lab | 66.9431 | 30.0239 | -20.0553 |
CIE-Lab | 72.7691 | 34.5228 | -24.0125 |
#dd9ddf color RGB value is (221,157,223).
#dd9ddf hex color red value is 221, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd9ddf hue: 0.83 , saturation: 0.51 and the lightness value of dd9ddf is 0.75.
The process color (four color CMYK) of #dd9ddf color hex is 0.01, 0.30, 0.00, 0.13. Web safe color of #dd9ddf is #cc99cc. Color #dd9ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10011101 | 11011111 |
Octal | 335 | 235 | 337 |
Decimal | 221 | 157 | 223 |
Hex | DD | 9D | DF |
Shades of #dd9ddf
Tints of #dd9ddf
RGB Percentages of Color #dd9ddf
CMYK Percentages of Color #dd9ddf
Complementary Color
#dd9ddf | #9fdf9d |
#dd9ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd9ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd9ddf Color CSS Codes
.mybgcolor {background-color:#dd9ddf; } .myforecolor {color:#dd9ddf; } .mybordercolor {border:3px solid #dd9ddf; }
#dd9ddf Text Font Color
<p style="color:#dd9ddf">Text here</p>
This sample text font color is #dd9ddf
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.
#dd9ddf Background Color
<div style="background-color:#dd9ddf">
Div content here</div>
This div background color is #dd9ddf
#dd9ddf Border Color
<div style="border:3px solid #dd9ddf">
Div here</div>
This div border color is #dd9ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,157,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd9ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd9ddf; -webkit-box-shadow: 1px 1px 3px 2px #dd9ddf; box-shadow: 1px 1px 3px 2px #dd9ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,157,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd9ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd9ddf; -webkit-box-shadow: 1px 1px 3px 2px #dd9ddf; box-shadow: 1px 1px 3px 2px #dd9ddf;">
Div content here</div>
This div box has shadow with color #dd9ddf
Comments
No comments written yet.
Please login to write comment.