Color spaces of #dd9ebf
RGB | 221 | 158 | 191 |
---|---|---|---|
HSL | 0.91 | 0.48 | 0.74 |
HSV | 329° | 29° | 87° |
CMYK | 0.00 | 0.29 | 0.14 0.13 |
XYZ | 51.4496 | 43.5875 | 54.9917 |
Yxy | 43.5875 | 0.3429 | 0.2905 |
Hunter Lab | 66.0208 | 23.5674 | -3.1707 |
CIE-Lab | 71.9519 | 28.3878 | -7.6318 |
#dd9ebf color RGB value is (221,158,191).
#dd9ebf hex color red value is 221, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd9ebf hue: 0.91 , saturation: 0.48 and the lightness value of dd9ebf is 0.74.
The process color (four color CMYK) of #dd9ebf color hex is 0.00, 0.29, 0.14, 0.13. Web safe color of #dd9ebf is #cc99cc. Color #dd9ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10011110 | 10111111 |
Octal | 335 | 236 | 277 |
Decimal | 221 | 158 | 191 |
Hex | DD | 9E | BF |
Shades of #dd9ebf
Tints of #dd9ebf
RGB Percentages of Color #dd9ebf
CMYK Percentages of Color #dd9ebf
Complementary Color
#dd9ebf | #9eddbc |
#dd9ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd9ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd9ebf Color CSS Codes
.mybgcolor {background-color:#dd9ebf; } .myforecolor {color:#dd9ebf; } .mybordercolor {border:3px solid #dd9ebf; }
#dd9ebf Text Font Color
<p style="color:#dd9ebf">Text here</p>
This sample text font color is #dd9ebf
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.
#dd9ebf Background Color
<div style="background-color:#dd9ebf">
Div content here</div>
This div background color is #dd9ebf
#dd9ebf Border Color
<div style="border:3px solid #dd9ebf">
Div here</div>
This div border color is #dd9ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,158,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd9ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd9ebf; -webkit-box-shadow: 1px 1px 3px 2px #dd9ebf; box-shadow: 1px 1px 3px 2px #dd9ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,158,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd9ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd9ebf; -webkit-box-shadow: 1px 1px 3px 2px #dd9ebf; box-shadow: 1px 1px 3px 2px #dd9ebf;">
Div content here</div>
This div box has shadow with color #dd9ebf
Comments
No comments written yet.
Please login to write comment.